GeekJourneyAI Agent Builder
Redefining WeChat creation with an all-in-one Agent publishing engine.
- 012.7k+ Star 的 md2wechat,是我过去一年最重要的开源项目
- 02专注多 Agent 自动化内容生产,让创作者把精力放回判断和表达
- 03把真实需求拆成 CLI、Skill、MCP 和可验证工作流
- 042.7k+ stars for md2wechat, my most important open-source project of the past year
- 05Focused on multi-agent content automation so creators can focus on judgment and expression
- 06Turning real needs into CLIs, Skills, MCP, and verifiable workflows
$ whoami → engineer / writer / builder
md2wechat
— flagship project · Agent WeChat publishing engine —md2wechat is Agent-oriented WeChat creation infrastructure: understand article structure, choose a layout strategy, generate cover images and illustrations, check WeChat compatibility, and push the result to the WeChat draft box.
The project started from my own WeChat writing pain, then evolved through a web editor, API, MCP Server, CLI, and Skill. It demonstrates my builder method: solve a real problem, build in public, extract real demand from user feedback, then turn the tool into infrastructure Agents can call repeatedly.
Recently
— fresh out of the press —- 2026·06·16How My Content Growth System Evolved Over the Last Few Months
- 2026·06·15Agent Trend: Companies Become Queryable Feedback Systems
- 2026·06·15Dissecting @yucheng's Talk: Super Individual Is Not Skill Stacking
- 2026·06·06How to Build Taste and Opportunity Sense in the Agent Era
- 2026·06·05How I Studied khazix-writer and Upgraded My Content Factory
Featured Workshop
— flagship project and tool matrix —- № 01md2wechat
Agent-native WeChat creation CLI: write in Markdown, use 40 professional themes and 43 advanced layout modules, generate AI images, inspect readiness, and push drafts.
- № 02claude-design-card
Generate Claude/Anthropic-styled HTML info cards from any text — screenshot to PNG, multi-card montage, shareable in WeChat
- № 03agora
Multi-perspective deliberation system — 6 rooms, 31 thinkers, structured debate for any life domain
Tools I Built
— one command, in your repo —md2wechat
0Agent-native WeChat creation CLI: write in Markdown, use 40 professional themes and 43 advanced layout modules, generate AI images, inspect readiness, and push drafts.
$ brew install geekjourneyx/tap/md2wechat
claude-design-card
0Generate Claude/Anthropic-styled HTML info cards from any text — screenshot to PNG, multi-card montage, shareable in WeChat
$ npx skills add https://github.com/geekjourneyx/claude-design-card
jina-cli
0Web reading CLI for AI agents — convert any URL to LLM-friendly Markdown via Jina Reader API
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/jina-cli/main/scripts/install.sh | bash
agora
0Multi-perspective deliberation system — 6 rooms, 31 thinkers, structured debate for any life domain
$ npx skills add https://github.com/geekjourneyx/agora
md2wechat-lite
0Lightweight WeChat formatting CLI — article drafts, image posts, batch upload, 40+ themes
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh
travel-guidebook
0AI agent skill that generates beautifully typeset travel guidebook PDFs — from research to print, powered by parallel agents and Amap MCP
$ npx skills add https://github.com/geekjourneyx/travel-guidebook
interactive-learning
0Turn any content into a verifiable learning path — concept extraction, diagnostic, Socratic verification loop
$ npx skills add https://github.com/geekjourneyx/interactive-learning
any2card
0Convert any text, article, or thread into shareable HTML info cards with 4 theme families
$ npx skills add https://github.com/geekjourneyx/any2card
readme-generator
0Generate professional README.md with 16:9 infographics, SEO-optimized metadata, and structured author sections — powered by Playwright and AI agent skills
$ npx skills add https://github.com/geekjourneyx/readme-generator
imgcli
0CGO-free image processing CLI for agents — inspect, compose, convert, stitch, smart-pad, batch PDF
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/imgcli/main/scripts/install.sh | bash
theatre
0Immersive historical narrative experience Skill — driven by a Witness Engine, supports multi-script extension. You are not an observer, you are a witness — present at different depths, hearing different histories
$ npx skills add https://github.com/geekjourneyx/theatre
gcli
0Gmail read-only CLI — OAuth + PKCE auth, cloud-server friendly, structured JSON output
$ curl -fsSL https://raw.githubusercontent.com/geekjourneyx/gcli/main/scripts/install.sh | bash