← Back to Skills Marketplace
wenlavril

Cc Coder

by Riven · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
723
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install cc-coder
Description
使用 Claude Code CLI 自动编写代码。触发条件:用户要求写代码、创建项目、修复 bug、实现功能等编程任务。
README (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. 汇报结果

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cc-coder
  3. After installation, invoke the skill by name or use /cc-coder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始版本发布,cc-coder 现已上线。 - 支持自动编写、修复和测试代码,基于 Claude Code CLI。 - 任务进度使用 TASKS.md 规范化跟踪,每步状态清晰可见。 - 明确的执行流程,覆盖需求解析、代码生成、验证及结果复审。 - 完成任务后输出状态、改动摘要和测试结论。
Metadata
Slug cc-coder
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Cc Coder?

使用 Claude Code CLI 自动编写代码。触发条件:用户要求写代码、创建项目、修复 bug、实现功能等编程任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 723 downloads so far.

How do I install Cc Coder?

Run "/install cc-coder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Cc Coder free?

Yes, Cc Coder is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Cc Coder support?

Cc Coder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Cc Coder?

It is built and maintained by Riven (@wenlavril); the current version is v1.0.0.

💬 Comments