1 · Geek Codex · Agent Automation2026·08·02001
1 — Geek Codex · Agent Automation

GeekJourneyAI Agent Builder

I turn my thinking, projects, Skills, and knowledge bases into a content growth system that people and AI search can recognize.

  • 01GitHub 公开 163 个仓库,代表项目 md2wechat 已有 3k+ Star
  • 02维护 26 个开源工具、手册和 Agent Skill,覆盖公众号与 X 发布、Codex 实战、网页阅读、信息卡、需求发现、视频制作和多视角审议
  • 03把文章、飞书知识库、沉思录和项目复盘沉淀成可追溯的实践资产
  • 04163 public GitHub repositories, led by md2wechat with 3k+ stars
  • 0526 open-source tools, guides, and Agent Skills across WeChat and X publishing, web reading, info cards, demand discovery, video production, and deliberation
  • 06Essays, Feishu knowledge bases, field notes, and project retrospectives turned into traceable practice assets
$ 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 48 professional themes and 53 advanced layout modules, generate AI images, inspect readiness, manage multiple accounts, 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

obsidian-md2wechat

0

Obsidian plugin for publishing Markdown notes to WeChat Official Accounts with md2wechat themes and one-click formatting.

$ git clone https://github.com/geekjourneyx/obsidian-md2wechat

ai-daily-skill

0

Claude Code skill for daily AI industry briefs, smart categorization, Markdown reports, web pages, and shareable social images.

$ /plugin marketplace add geekjourneyx/ai-daily-skill

hyperframes-motion-director

0

Chinese-first Agent Skill for producing HyperFrames motion videos from articles, products, websites, and README files.

$ npx skills add https://github.com/geekjourneyx/hyperframes-motion-director

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

github-topics-trending

0

Automated GitHub topic trend tracker with AI summaries, star-growth analysis, daily email reports, and GitHub Pages output.

$ git clone https://github.com/geekjourneyx/github-topics-trending

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

feishu-md2wechat

0

Convert Feishu/Lark documents into WeChat-ready articles with md2wechat formatting, themes, and publishing flow.

$ git clone https://github.com/geekjourneyx/feishu-md2wechat

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

md2wechat-mcp-server

0

MCP server that lets Claude Code and other AI agents format and publish WeChat articles through md2wechat.

$ git clone https://github.com/geekjourneyx/md2wechat-mcp-server

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

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

tanso

0

Agent-friendly AI search CLI for Chinese web signals, querying Bocha, Volcengine Ark, and Zhihu with normalized terminal or JSON output.

$ npm install -g @geekjourneyx/tanso

github-demand-radar

0

Agent Skill that scans GitHub issues and PRs to find commercial developer-tool opportunities with demand cards, scoring, and validation probes.

$ npx skills add https://github.com/geekjourneyx/github-demand-radar

awesome-codex-guide

0

A practical Chinese guide to OpenAI Codex covering the CLI, AGENTS.md, permissions, MCP, Skills, subagents, workflows, and troubleshooting.

$ git clone https://github.com/geekjourneyx/awesome-codex-guide

industry-research

0

Agent Skill for turning industry, market, and company questions into evidence-led research workspaces and confidence-scored reports.

$ npx skills add https://github.com/geekjourneyx/industry-research

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

geekx-skills

0

Agent Skills collection for reusable judgment workflows, starting with geekx-gate for cutting noisy requirements before design.

$ npx skills add geekjourneyx/geekx-skills --all

namelens

0

Agent Skill for researching and stress-testing open-source project names, including collision checks and launch-ready naming decisions.

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

theatre

0

Immersive historical narrative experience Skill powered by a Witness Engine. It supports multi-script extension and places you inside the scene at different depths.

$ 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

md2x

0

Agent-native CLI for publishing Markdown to X Articles with DraftJS rendering, media upload, and OAuth 2.0 PKCE.

$ npm install -g @geekjourneyx/md2x

go-cli-ship

0

Agent Skill for shipping production-ready Go CLIs with release templates, npm wrappers, and GitHub Actions workflows.

$ npx skills add https://github.com/geekjourneyx/go-cli-ship