with one click
create-skill
创建自定义技能(SKILL.md)。不用于:执行已有技能、修改代码、一次性脚本
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
创建自定义技能(SKILL.md)。不用于:执行已有技能、修改代码、一次性脚本
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when the user asks to create, edit, improve, redesign, beautify, inspect, or export PowerPoint decks, PPT files, slide decks, keynotes, or .pptx deliverables. Prefer this skill for presentation work that must produce a real PPTX file, especially when visual quality, editable text, brand assets, charts, or export verification matter. Do not use for Word documents or PDFs.
Markdown 转微信公众号排版并发布草稿。Use this whenever the user asks to convert Markdown to WeChat Official Account HTML, inspect publish readiness, preview local WeChat layout, or create a WeChat draft. 不用于:写文章内容、其他平台发布。
视频字幕提取、翻译、双语合并、烧录。不用于:纯音频转文字、翻译文本文件、视频剪辑
下载视频/音频(YouTube、B站、Twitter等)。不用于:网页抓取(用 web_fetch)、直播录制
AI图片生成(文生图、图生图、去背景、放大),需本地 ComfyUI。不用于:截图、网页抓图、非AI图片处理
创建和编辑 Word 文档(.docx)。不用于:PDF、纯文本、Markdown
| name | create-skill |
| description | 创建自定义技能(SKILL.md)。不用于:执行已有技能、修改代码、一次性脚本 |
{"command": "mkdir -p skills/<skill-name>", "timeout": 5000}
Use file_write tool to create skills/<skill-name>/SKILL.md with this template:
---
name: <skill-name>
description: 中文描述 | English description
---
## Step 0: Install dependency (first time only)
{"command": "pip install <package>", "timeout": 60000}
## <Action name>
{"command": "<exact command>", "timeout": 30000}
## Rules
- ALWAYS use bash shell (default), never PowerShell.
- <domain-specific rules>
Use file_write to create skills/<skill-name>/scripts/<script>.py.
my-skill).{"command": "...", "timeout": N}.skills/<name>/scripts/...).{WORKDIR} is ONLY for output file paths, NOT for script paths.