← 返回 Skills 市场
unfallenwill

Supercoder

作者 unfallenwill · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install supercoder
功能描述
Trigger when the user provides a requirement, PRD, specification, or feature request and wants it analyzed and implemented against the codebase. Use when the...
安全使用建议
This skill is designed to read, modify, and test a codebase and largely does what it says — but inspect a few things before installing or enabling it: 1) Make sure your runtime provides the CLAUDE_SKILL_DIR (or equivalent) and understand what directory it will point to; the SKILL.md references it but the variable is not declared. 2) Clarify the contradictory rule about file paths: the docs forbid 'inventing' file paths while the Implement phase expects creating new files — ask the author how new files should be named and referenced. 3) Because the skill can run Bash and WebFetch, run it in a sandboxed environment (or restrict network access) until you confirm its behavior; these tools can modify repo files and send data externally. 4) Require human review/approval checkpoints (the skill does include AskUserQuestion points, but ensure you actually pause and review the first increment and design choices). 5) If you need higher assurance, ask the publisher for explicit runtime requirements (env vars, working directory) and for a minimal test run log demonstrating the workflow in a safe repo. If you want, I can draft exact questions to ask the skill author or suggest a safe execution policy to apply before enabling it.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (AI pair programmer that analyzes requirements and implements code) aligns with the allowed tools (Read/Write/Edit/Bash/LSP/TaskCreate/Agent/WebFetch/etc.) and the six-phase workflow; no unrelated credentials or binaries are requested.
Instruction Scope
The SKILL.md instructs aggressive repository access and modification (reading, editing files, running tests via Bash, spawning subagents) which is expected for an implementer, but two problematic items stand out: (1) it references ${CLAUDE_SKILL_DIR} as the path for reference files (and for reading the codebase) yet the skill declares no required environment variables — the skill will rely on a runtime-provided env var that is not declared; (2) it contains a hard constraint 'Every file path in outputs must reference actual files in the project. Never invent hypothetical paths.' which conflicts with the Implement phase that explicitly creates new files and edits — this is contradictory and unclear for runtime behavior. Also, WebFetch + Bash allow network I/O and shell execution which can exfiltrate data if misused; the instructions themselves don't limit external endpoints beyond 'fetch requirement URLs', so consider network restrictions.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface (nothing is downloaded or written to disk at install time).
Credentials
The skill declares no required environment variables, but the instructions rely on ${CLAUDE_SKILL_DIR} to locate reference docs and (presumably) the project tree; that env var is not declared or justified. The skill also grants broad tool access (file I/O, Bash, WebFetch) but requests no credentials — which is reasonable for local repo work, yet the missing declared env var and broad I/O capability create an ambiguity about what runtime context and permissions the skill expects.
Persistence & Privilege
always:false (no forced global presence). The skill can be invoked autonomously (default), which is the platform normal; it does not request to modify other skills or system-wide configs in the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install supercoder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /supercoder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
AI pair programmer: 6-phase requirement-to-code workflow
元数据
Slug supercoder
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Supercoder 是什么?

Trigger when the user provides a requirement, PRD, specification, or feature request and wants it analyzed and implemented against the codebase. Use when the... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Supercoder?

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

Supercoder 是免费的吗?

是的,Supercoder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Supercoder 支持哪些平台?

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

谁开发了 Supercoder?

由 unfallenwill(@unfallenwill)开发并维护,当前版本 v0.2.0。

💬 留言讨论