1 · Geek Codex · Agent Automation2026·06·18001
1 — Geek Codex · Agent Automation

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
Ch. 2

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.

GitHub Stars0
Layout Modules0
Themes0
Ch. 5

Tools I Built

one command, in your repo

md2wechat

0

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.

$ brew install geekjourneyx/tap/md2wechat

claude-design-card

0

Generate 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

0

Web 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

0

Multi-perspective deliberation system — 6 rooms, 31 thinkers, structured debate for any life domain

$ npx skills add https://github.com/geekjourneyx/agora

md2wechat-lite

0

Lightweight 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

0

AI 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

0

Turn any content into a verifiable learning path — concept extraction, diagnostic, Socratic verification loop

$ npx skills add https://github.com/geekjourneyx/interactive-learning

any2card

0

Convert any text, article, or thread into shareable HTML info cards with 4 theme families

$ npx skills add https://github.com/geekjourneyx/any2card

readme-generator

0

Generate 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

0

CGO-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

0

Immersive 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

0

Gmail 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