← Back to Skills Marketplace
103
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-cc-rules
Description
提供基于顶级 AI 编程工具的结构化工作流规范,涵盖计划、任务追踪、只读探索、Git 操作安全及多文件变更策略。
Usage Guidance
This skill is internally consistent: it is a ruleset that tells the agent to read repo files and run read-only git commands before making changes. Things to consider before installing: 1) SKILL.md will cause the agent to automatically examine code whenever it senses a coding scenario—if you prefer manual control, change the trigger or keep it user-invocable only. 2) The README suggests cloning from a third‑party GitHub repo (owner 'badxtdss'); do not git-clone or run code from unknown repositories without review. 3) Because the skill uses exec/read operations, verify the agent environment (git availability, workspace permissions) and review the SKILL.md/README locally to ensure the activation rules and allowed commands match your security policy. If you want higher assurance, request the author/source or inspect a local copy before enabling automatic activation.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-cc-rules
Version: 1.0.0
The 'openclaw-cc-rules' skill bundle provides a structured and defensive programming workflow for AI agents, emphasizing a 'Plan-before-Action' methodology. The instructions in SKILL.md include safety protocols that explicitly forbid destructive Git commands (e.g., git push --force) and mandate the exclusion of sensitive files like .env or credentials.json from commits. While the README.md contains informal language regarding the origin of the rules ('leaked CC'), the actual logic is focused on improving code quality and operational safety without any evidence of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description claim a programming workflow policy; SKILL.md and READMEs consistently define Plan Mode, read-only exploration, Git safety, and task-tracking rules. Nothing requested (no env vars, no binaries, no config paths) is inconsistent with that purpose.
Instruction Scope
Runtime instructions direct the agent to read files, run read-only shell/git commands (ls, cat, grep, git status/diff/log/etc.) and to avoid writes during exploration. This is appropriate for a ruleset, but the SKILL.md autonomously triggers on any coding-related scenario and authorizes exec/read operations — users should be aware the agent will examine repository files when activated.
Install Mechanism
No install spec (instruction-only) — lowest-risk delivery. README suggests a manual git clone from a third-party repo (https://github.com/badxtdss/...), but that clone is not part of the registry install; cloning an untrusted repo is a separate risk that the user must evaluate.
Credentials
No environment variables, credentials, or config paths are required. The allowed operations imply access to the workspace files and to git; those are proportionate for a code-understanding policy.
Persistence & Privilege
always:false and model invocation allowed (platform default). The skill does not request permanent elevated privileges or system-wide config changes. It does suggest users may copy SKILL.md into ~/.openclaw/skills/ which is normal for local skill installation.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-cc-rules - After installation, invoke the skill by name or use
/openclaw-cc-rules - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
openclaw-cc-rules 1.0.0 – Initial release
- Introduces comprehensive workflow standards for software development, inspired by top industry AI coding tools.
- Defines "Plan Mode" for structured planning before major code changes.
- Establishes task tracking with clear status rules and task formats.
- Adds read-only exploration mode for safe codebase analysis.
- Enforces git safety protocols to prevent risky operations and standardizes commit practices.
- Outlines strategies for multi-file changes and post-development checklist.
Metadata
Frequently Asked Questions
What is Openclaw Cc Rules?
提供基于顶级 AI 编程工具的结构化工作流规范,涵盖计划、任务追踪、只读探索、Git 操作安全及多文件变更策略。 It is an AI Agent Skill for Claude Code / OpenClaw, with 103 downloads so far.
How do I install Openclaw Cc Rules?
Run "/install openclaw-cc-rules" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Cc Rules free?
Yes, Openclaw Cc Rules is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Cc Rules support?
Openclaw Cc Rules is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Cc Rules?
It is built and maintained by badxtdss (@badxtdss); the current version is v1.0.0.
More Skills