install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/bombers26/coder-helper" ~/.claude/skills/openclaw-skills-coder-helper && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/bombers26/coder-helper" ~/.openclaw/skills/openclaw-skills-coder-helper && rm -rf "$T"
manifest:
skills/bombers26/coder-helper/SKILL.mdsource content
Coder Helper Skill
用自然语言描述需求,自动生成需求文档并打开编辑器。
触发
当用户想要:
- 写代码但不想自己动手
- 生成需求文档
- 用 AI 辅助编程
使用
帮我写个XXX 创建一个YY脚本
行为
- 解析用户需求
- 生成
到当前项目目录requests.txt - 自动打开默认编辑器(可配置)
配置
编辑器优先级:
- Cursor
- VSCode
- Notepad++
- 默认文本编辑器