agentsclimarketplace

Wenqu publish

Skill gogoingai/wenqu-skills/wenqu-publish

面向 AI Agent 的内容创作技能集合,覆盖资料积累、结构设计、文章撰写、审查优化与发布流程。

Install
npx -y skills add gogoingai/wenqu-skills --skill wenqu-publish

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

将中文草稿整理为可对外发布的版本:清理创作标记、生成标题候选、简介和封面图,并输出独立 发布目录,适用于文章、报告、教程、项目介绍和说明材料。当用户要求“发布这篇内容”“生成发布版” “准备发布”或“导出发布版”,或使用 "publish this article", "prepare a release version", "export a publication-ready draft" 等英文表达时使用。

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.9 KB, as published. Nobody here has run it

文章发布 Skill

📦 项目仓库与源码:https://github.com/gogoingai/wenqu-skills

用户输入工具

当本技能需要用户确认选择、补充必要信息或授权有副作用的操作时:

  1. 优先使用当前运行时提供的原生用户输入工具,例如 AskUserQuestionrequest_user_inputclarifyask_user 或等价能力。
  2. 若没有此类工具,使用带编号或字母选项的文本问答。
  3. 同一决策阶段中彼此独立的问题可合并提问;后一个问题依赖前一回答时,按优先级逐个问。
  4. 已由用户当前指令、调用方或文章偏好提供的信息,不重复询问。
  5. 文中出现的具体工具名均为示例;应替换为当前运行时的等价能力。

工具等价说明(非 Claude Code 环境)

本文档里的 Skill 是 Claude Code 的工具名。没有该工具的 agent 上执行本技能时:

  • Skill 工具(调用 wenqu-image 生成封面)→ 没有跨技能调用机制就直接 Read wenqu-imageSKILL.mdreferences/ 文件,照着内联执行

触发识别

用户信号说明
"发布这篇文章"、"生成发布版"、"准备发布"、"导出发布版"进入「发布流程」

被调用前提:文章通常已经通过 wenqu-write 走过完整写作流程(有对应的 wenqu-skills/{文件名}/ 存储)。若没有该存储(用户直接拿一篇现成 Markdown 要求发布),走「降级模式」(见 references/workflow.md)。


发布流程

→ 查 references/workflow.md(完整步骤:定位存储 → 就绪检查 → 清洗正文 → 标题 → 简介 → 封面图 → 写入产物 → 记版本)

核心动作概览:

  1. 读取本篇 wenqu-skills/{文件名}/references/changelog.md 确定当前草稿版本号
  2. 检查全文是否还有未处理的配图占位/未生成的画图提示,用 AskUserQuestion 确认是否要先补齐
  3. 清洗正文:去掉项目生成标识引用块、去掉所有 # 画图提示 代码块(只保留图片本身)
  4. AskUserQuestion 确认标题(→ references/title-summary.md
  5. AskUserQuestion 确认约100字简介(→ references/title-summary.md
  6. Skill 工具调用 wenqu-image 生成封面图(→ references/cover-prompt.md 的专属规范,不同于文中说明图)
  7. 产出写入 {项目根目录}/wenqu-skills/{文件名}/publish/v{N}/,不覆盖历史发布版本
  8. references/changelog.md 追加一行发布记录

依赖

  • wenqu-write 的存储结构(wenqu-skills/{文件名}/)——非必需但强烈推荐,缺失时降级为仅清洗当前文件
  • wenqu-image(可选但推荐):生成封面图;未安装时跳过封面,仅产出清洗后的正文+标题+简介,并告知用户手动配图

自动发布扩展点

当前版本只落本地文件,不做任何网络推送。references/auto-publish.md 是预留的扩展说明文档,记录了未来接入公众号/掘金/个人博客等平台自动发布时的接口约定和考虑点,目前是占位文档。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.