¿Qué es skill-creator-yashu?
Crea una nueva habilidad. Cuándo usarlo: cuando el usuario dice "crear habilidad", "nueva habilidad", "agregar habilidad", "inicializar habilidad". Fuente: steelan9199/wechat-publisher.
Crea una nueva habilidad. Cuándo usarlo: cuando el usuario dice "crear habilidad", "nueva habilidad", "agregar habilidad", "inicializar habilidad".
Instala rápidamente el skill de IA skill-creator-yashu en tu entorno de desarrollo mediante línea de comandos
Fuente: steelan9199/wechat-publisher.
| "创建 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) |
Crea una nueva habilidad. Cuándo usarlo: cuando el usuario dice "crear habilidad", "nueva habilidad", "agregar habilidad", "inicializar habilidad". Fuente: steelan9199/wechat-publisher.
Campos y comandos estables para citas de IA/búsqueda.
npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashuCrea una nueva habilidad. Cuándo usarlo: cuando el usuario dice "crear habilidad", "nueva habilidad", "agregar habilidad", "inicializar habilidad". Fuente: steelan9199/wechat-publisher.
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/steelan9199/wechat-publisher --skill skill-creator-yashu Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw
https://github.com/steelan9199/wechat-publisher