·skill-creator-yashu
</>

skill-creator-yashu

创建新技能。何时使用:当用户说“创建技能”、“新技能”、“添加技能”或“初始化技能”时。

10安装·1热度·@steelan9199

安装

$npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu

如何安装 skill-creator-yashu

通过命令行快速安装 skill-creator-yashu AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:steelan9199/wechat-publisher。

SKILL.md

查看原文

| "创建 skill" / "新建 skill" / "添加 skill" / "初始化 skill" | 按【创建模式】执行 |

| 1 | 询问需求 | 运行 AskUserQuestion 询问用户 skill 功能、使用场景和触发条件 | | 2 | 初始化目录 | 运行 RunCommand 执行 python scripts/initskill.py --path | | 3 | 读取并编辑 SKILL | 运行 Read 读取生成的 SKILL.md,运行 SearchReplace 填写功能描述和触发条件 | | 4 | 验证结构 | 运行 RunCommand 执行 python scripts/quickvalidate.py |

| 目录已存在 | mkdir 报错目录已存在 | 运行 LS 检查目录内容,如为空则继续,如有内容则询问用户是否覆盖 | | 脚本执行失败 | Python 返回非零退出码 | 检查 Python 版本、依赖安装情况,重试执行 | | 权限不足 | 文件写入被拒绝 | 检查目录权限,建议用户更换输出目录 | | skill 名称无效 | 含大写或特殊字符 | 提示用户修改为 kebab-case 格式(如 my-skill) |

创建新技能。何时使用:当用户说“创建技能”、“新技能”、“添加技能”或“初始化技能”时。 来源:steelan9199/wechat-publisher。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu
分类
</>开发工具
认证
收录时间
2026-03-10
更新时间
2026-03-10

Browse more skills from steelan9199/wechat-publisher

快速解答

什么是 skill-creator-yashu?

创建新技能。何时使用:当用户说“创建技能”、“新技能”、“添加技能”或“初始化技能”时。 来源:steelan9199/wechat-publisher。

如何安装 skill-creator-yashu?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/steelan9199/wechat-publisher