Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计提醒

kuaifakuaifa 命令行

Agent Skill

kuaifa 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

474

周安装

19

GitHub Stars

29

下载量

154
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kuaifa(kuaifa 命令行)
来源仓库:https://github.com/shirenchuang/kuaifa
仓库路径:skills/kuaifa
安装命令:
npx skills add https://github.com/shirenchuang/kuaifa --skill kuaifa
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/shirenchuang/kuaifa --skill kuaifa

简介

kuaifa 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • kuaifa 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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.

  1. Write article following the prompt guidelines.
  2. 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封面图片,本地路径或 URL
--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.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.51%
按下载量换算52

Claude

31.84%
按下载量换算49

Cursor

19.12%
按下载量换算29

Gemini CLI

9.19%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills