← 返回 Skills 市场
james-code-hash

Spec-Kit SDD

作者 James W · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install speckit
功能描述
GitHub Spec-Kit integration for Spec-Driven Development (SDD). Use when: (1) initializing a new Spec-Kit project, (2) creating/updating project constitution,...
安全使用建议
This skill mostly does what it says, but exercise caution: (1) The included reassign script expects PAPERCLIP_API_KEY, PAPERCLIP_API_URL (and may call a local workspace path) even though the skill metadata did not declare these — confirm what secrets and endpoints you must provide before installing. (2) Verify and review the referenced GitHub repo (github.com/github/spec-kit) and the specify-cli install command before running it. (3) If you don't use Paperclip or don't want an agent able to call your issue API, do not provide PAPERCLIP_API_KEY or run the reassign script. (4) Ask the publisher to explicitly list required env vars, explain the default workspace path, and document when the script will call external endpoints; consider running the script in a sandbox first. (5) If unsure, prefer manual review of the speckit-reassign.sh script and limit any API key scope before use.
功能分析
Type: OpenClaw Skill Name: speckit Version: 1.0.0 The skill bundle provides a legitimate integration for GitHub's Spec-Kit to support Spec-Driven Development (SDD) workflows. It includes instructions for the agent to manage project specifications and a bash script (scripts/speckit-reassign.sh) to interact with a local issue-tracking API (Paperclip). The installation of the 'specify-cli' tool from the official GitHub repository and the use of standard API calls are consistent with the stated purpose of the skill.
能力评估
Purpose & Capability
The SKILL.md describes Spec-Kit integration and includes a specific feature for reassigning Paperclip issues, which matches the included speckit-reassign.sh script. However, the skill's metadata declares no required env vars or binaries while the script clearly depends on pnpm/paperclip CLI, curl, and access to a Paperclip API — a capability that should have been declared.
Instruction Scope
Runtime instructions and included script perform network calls (curl to PAPERCLIP_API_URL), attempt to run a project-local CLI (pnpm paperclipai) and access a filesystem workspace (default /home/openclaw/.openclaw/workspace/paperclip). SKILL.md does not document the PAPERCLIP_* env vars or the expected workspace layout, so the instructions implicitly require access to local agent workspace and secret API keys not made explicit.
Install Mechanism
There is no install spec (instruction-only), which reduces install-time risk. SKILL.md instructs using 'uv tool install specify-cli' from the GitHub repo — an external install from a GitHub source (repo referenced). That is a plausible approach for this tool, but users should verify the referenced GitHub release and trustworthiness before running the installer.
Credentials
The skill metadata lists no required environment variables, yet the script reads PAPERCLIP_WORKSPACE_DIR, PAPERCLIP_API_BASE, PAPERCLIP_API_KEY, and PAPERCLIP_API_URL (and implicitly AGENT_CONFIG is mentioned in docs). These are sensitive (API keys, base URLs) and are necessary for the reassign functionality; their absence from declared requirements is a proportionality/visibility problem and could lead to accidental credential exposure if misused.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or global agent config. The script operates on a workspace and external API but does not request permanent presence or platform-wide configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install speckit
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /speckit 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
GitHub Spec-Kit integration for Spec-Driven Development. Full SDD workflow (Constitution → Specify → Clarify → Plan → Tasks → Implement), CLI reference, extensions/presets system, Paperclip API integration, 30+ agent support.
元数据
Slug speckit
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Spec-Kit SDD 是什么?

GitHub Spec-Kit integration for Spec-Driven Development (SDD). Use when: (1) initializing a new Spec-Kit project, (2) creating/updating project constitution,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。

如何安装 Spec-Kit SDD?

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

Spec-Kit SDD 是免费的吗?

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

Spec-Kit SDD 支持哪些平台?

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

谁开发了 Spec-Kit SDD?

由 James W(@james-code-hash)开发并维护,当前版本 v1.0.0。

💬 留言讨论