ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Coder Helper

Skill by bombers26

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bombers26/coder-helper
Or

Coder Helper Skill

用自然语言描述需求,自动生成需求文档并打开编辑器。

触发

当用户想要:

  • 写代码但不想自己动手
  • 生成需求文档
  • 用 AI 辅助编程

使用

帮我写个XXX
创建一个YY脚本

行为

  1. 解析用户需求
  2. 生成 requests.txt 到当前项目目录
  3. 自动打开默认编辑器(可配置)

配置

编辑器优先级:

  1. Cursor
  2. VSCode
  3. Notepad++
  4. 默认文本编辑器

Metadata

Author@bombers26
Stars4190
Views1
Updated2026-04-18
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bombers26-coder-helper": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.