Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
shirenchuang avatar

Kuaifa

  • 32 installs
  • 42 repo stars
  • Updated March 30, 2026
  • shirenchuang/kuaifa

Helps with ai & agent building tasks.

About

kuaifa is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • kuaifa
  • AI & Agent Building
  • AI-coding skill

Kuaifa by the numbers

  • 32 all-time installs (skills.sh)
  • Ranked #9,101 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shirenchuang/kuaifa --skill kuaifa

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs32
repo stars42
Last updatedMarch 30, 2026
Repositoryshirenchuang/kuaifa

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Kuaifa — Markdown to WeChat, One Command

Kuaifa (快发) is a CLI tool that publishes Markdown articles to WeChat Official Accounts. It handles image uploading and draft creation — the user just writes Markdown and runs one command.

Official website: https://www.kuaifa.art(备案中可访问 https://api.kuaifa.art)

Version Check

On first use in a session, check the CLI version and compare with latest:

kuaifa --version
npm view kuaifa version

If an update is available, mention it once: npm update -g kuaifa

If users report issues, also remind them to update the skill: cd ~/.claude/skills/kuaifa && git pull origin main

Setup

Before any operation, check if kuaifa is installed and configured: kuaifa config list

If unconfigured or not installed, read references/setup.md and walk the user through the full setup process.

Workflows

Generate NEW Article + Publish

When user asks you to WRITE/GENERATE a new article, you must fetch the template's writing prompt first — it contains structure, tone, and formatting rules that make the article work with the template's design.

1. Fetch template prompt:

  • If user specifies a template → kuaifa template prompt <template-id>
  • If not → kuaifa template prompt(reads user's remote default template automatically)
  • Read the output carefully and follow all its guidelines when writing.

2. Write article following the prompt guidelines.

3. Publish:

  • If template was specified: kuaifa publish article.md --title "文章标题" --cover cover.jpg --template <template-id>
  • If using default: kuaifa publish article.md --title "文章标题" --cover cover.jpg

When to skip the template prompt: User has an existing/finished article, or explicitly says to write without template style.

Publish EXISTING Article

Already-written article — just publish directly, no template prompt needed:

kuaifa publish article.md --title "文章标题" --cover cover.jpg --template mint

Publish Image Message (newspic)

For image-focused content (photo collections, image notes, galleries):

kuaifa publish-newspic --title "今日AI资讯" --images img1.jpg img2.jpg img3.jpg --caption "精选内容"

Use this for image-primary content, NOT text articles with embedded images.

Core Commands

kuaifa publish <file>

Publishes a Markdown file to WeChat as a draft (default) or sends it immediately.

ParameterRequiredDefaultDescription
<file>YesMarkdown 文件路径
--title <title>No文件名文章标题
`--cover <path\url>`Yes
--author <name>Noconfig default-author作者名
--digest <text>No""文章摘要
--template <id>Noremote default_preset or default_template_id模板 ID 或预设名称/slug
--source-url <url>No"""阅读原文"链接
--recommendNofalse插入往期推荐
--draftNodefault发布到草稿箱
--sendNo直接群发(发送后无法撤回

Global option: --account <name> — 放在 kuaifa 之后、子命令之前,临时使用指定的 profile。

Always default to `--draft` unless the user explicitly asks to send immediately.

kuaifa publish-newspic

Publishes image-focused content to WeChat.

ParameterRequiredDefaultDescription
--title <title>Yes图片消息标题
--images <paths...>Yes图片路径或 URL 列表(至少1张)
--caption <text>No""图片描述文字
--draftNodefault发布到草稿箱
--sendNo直接群发

Template Management

kuaifa template list                  # 列出系统模板和用户预设
kuaifa template prompt <template-id>  # 获取模板的写作 Prompt

Use template prompt when you need to generate new content matching a template's style — see "Generate NEW Article" workflow above.

Configuration & Troubleshooting

For configuration details (config keys, multi-account profiles, remote settings), read references/config.md.

For troubleshooting common errors and image handling details, read references/troubleshooting.md.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.