← 返回 Skills 市场
wenlavril

Cc Coder

作者 Riven · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
723
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install cc-coder
功能描述
使用 Claude Code CLI 自动编写代码。触发条件:用户要求写代码、创建项目、修复 bug、实现功能等编程任务。
使用说明 (SKILL.md)

CC Coder - Claude Code 代码助手

使用 Claude Code CLI 自动完成编程任务。

任务跟踪

每次任务必须使用 TASKS.md 跟踪进度:

[TIMESTAMP] 任务名称
状态: 进行中/已完成/等待中
进度: X/Y
- 步骤1 ✓/🔄/⏳
- 步骤2 ✓/🔄/⏳

结果: 成功/失败/待测试

符号说明:

  • ✓ 完成
  • 🔄 进行中
  • ⏳ 等待中

执行流程

步骤 1: 解析需求

  • 理解用户要实现的功能
  • 确定目标文件路径
  • 列出需要修改/创建的文件

步骤 2: 调用 Claude Code 写代码

使用以下命令格式:

claude -p --dangerously-skip-permissions "你的具体要求"

关键参数:

  • -p : 单次查询模式
  • --dangerously-skip-permissions : 跳过审批

步骤 3: 验证代码

  • 检查文件是否创建/修改
  • 运行语法检查
  • 如果是 web 项目,尝试启动服务器并测试

步骤 4: Review 结果

  • 对比实现与预期
  • 如果有问题,循环修复
  • 最终给出测试结论

输出要求

每次任务完成必须输出:

  1. 任务状态(成功/失败)
  2. 改动内容摘要
  3. 测试结论(可用/需手动验证/有问题)

示例

用户要求:"修复子弹发射 bug"

执行:

  1. 调用 CC CLI 修复代码
  2. 检查代码改动
  3. 验证语法
  4. 提交 Git
  5. 汇报结果

安全使用建议
Key concerns: (1) The skill tells the agent to run the Claude Code CLI but does not declare the 'claude' binary or any auth variables — ask the author how the CLI will be provided and authorized. (2) It explicitly uses the flag --dangerously-skip-permissions which bypasses approval/security checks — do not enable or run that behavior in environments with sensitive code or organization policies. (3) Because the skill will create/modify files and run servers, review and sandbox its actions before letting it operate on real repositories. Suggested actions before installing: require the skill to declare the 'claude' binary or supply an install path, remove or justify the use of the skip-permissions flag, and clarify any required credentials; test in an isolated environment and review task output and commits manually.
功能分析
Type: OpenClaw Skill Name: cc-coder Version: 1.0.0 The skill instructions in SKILL.md mandate the use of the Claude Code CLI with the `--dangerously-skip-permissions` flag. This configuration explicitly bypasses user approval for all actions performed by the CLI, including file system modifications and shell command execution. While intended for automation, this creates a significant security risk by allowing the agent to perform potentially destructive or unauthorized operations without oversight, effectively enabling unauthenticated remote code execution if the agent is manipulated.
能力评估
Purpose & Capability
The skill's stated purpose is to use the Claude Code CLI to write code, but the package declares no required binaries, no install steps, and no required credentials. A legitimate Claude CLI integration should at least declare the 'claude' binary (or provide an install) and likely require API credentials; that omission is an incoherence.
Instruction Scope
SKILL.md explicitly instructs running: `claude -p --dangerously-skip-permissions "..."`. That flag directs the agent to bypass approvals/permission checks — this is scope-creep and a direct security red flag. The instructions also direct creating/modifying files, running servers, and committing Git; those actions are expected for a coder assistant but combined with permission-bypassing is risky.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — that minimizes disk write risk. However, the skill nevertheless requires an external CLI at runtime which is not declared or installed by the skill.
Credentials
The skill declares no required environment variables or credentials, yet it instructs use of an external CLI that typically requires setup or authentication. The absence of declared credentials is disproportionate and leaves unclear how the CLI will be authorized — a potential covert requirement or omission.
Persistence & Privilege
always is false and there is no install script modifying other skills or agent-wide settings. The skill does instruct writing TASKS.md and modifying project files (expected for a coding assistant), but it does not request persistent, elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cc-coder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cc-coder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始版本发布,cc-coder 现已上线。 - 支持自动编写、修复和测试代码,基于 Claude Code CLI。 - 任务进度使用 TASKS.md 规范化跟踪,每步状态清晰可见。 - 明确的执行流程,覆盖需求解析、代码生成、验证及结果复审。 - 完成任务后输出状态、改动摘要和测试结论。
元数据
Slug cc-coder
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Cc Coder 是什么?

使用 Claude Code CLI 自动编写代码。触发条件:用户要求写代码、创建项目、修复 bug、实现功能等编程任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 723 次。

如何安装 Cc Coder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cc-coder」即可一键安装,无需额外配置。

Cc Coder 是免费的吗?

是的,Cc Coder 完全免费(开源免费),可自由下载、安装和使用。

Cc Coder 支持哪些平台?

Cc Coder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Cc Coder?

由 Riven(@wenlavril)开发并维护,当前版本 v1.0.0。

💬 留言讨论