← 返回 Skills 市场
Spec Workflow Mcp
作者
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
142
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install spec-workflow-mcp
功能描述
Serve spec-driven dev tools via MCP for AI-assisted workflows. Use when adding tasks, planning iterations, tracking completion, reviewing quality.
安全使用建议
This skill appears to be a simple local CLI logger and is coherent with its description. Before installing: (1) review scripts/script.sh yourself (it will run on your system); (2) be aware it creates and writes plaintext logs at ~/.local/share/spec-workflow-mcp by default — avoid entering passwords or secrets into entries; (3) if you export data, exported CSV/JSON are not sanitized (CSV may expose CSV-injection risks when opened in spreadsheet apps and JSON may be malformed if entries contain unescaped quotes/newlines); (4) you can change DATA_DIR to a different folder if you prefer to keep data elsewhere.
功能分析
Type: OpenClaw Skill
Name: spec-workflow-mcp
Version: 1.0.0
The skill is a local productivity toolkit for tracking development tasks and workflows. It stores data in plain-text log files within the user's local share directory and lacks any network activity, sensitive data access, or suspicious execution patterns. All logic in `scripts/script.sh` is consistent with the stated purpose in `SKILL.md`.
能力评估
Purpose & Capability
The name/description match the observed behavior. The SKILL.md documents a local CLI that appends timestamped lines to per-command log files; scripts/script.sh implements the listed commands and data layout under ~/.local/share/spec-workflow-mcp. Nothing requested by the skill (no env vars, no binaries, no network) appears out of scope for a local spec/task logger.
Instruction Scope
Runtime instructions and the script are narrowly scoped to reading/writing plain-text log files under the DATA_DIR and invoking standard coreutils (date, tail, grep, wc, du). There are no network calls or attempts to read unrelated system config. Note: export routines write raw values into CSV/JSON/TXT without sanitization; exported CSV/JSON may contain unsanitized content and could lead to CSV injection when opened in spreadsheet software or produce invalid JSON if values contain unescaped quotes/newlines.
Install Mechanism
No install spec is present (instruction-only skill) and the only code is a single shell script included in the package. No downloads, third-party package installs, or archive extraction are performed by the skill itself—low install risk.
Credentials
The skill requires no credentials or special environment variables. It uses an optional DATA_DIR environment variable (default: $HOME/.local/share/spec-workflow-mcp) which is reasonable for a local CLI. Users should be aware that logs are stored in plaintext in the file system; do not record secrets or sensitive data in entries unless you move DATA_DIR to a secure location.
Persistence & Privilege
always:false and the skill writes only to its own data directory in the user's home. It does not request elevated privileges or modify other skills or system-wide settings. Autonomous invocation is allowed (default) but is not combined with broad credential access or privileged actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spec-workflow-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/spec-workflow-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Spec Workflow Mcp 是什么?
Serve spec-driven dev tools via MCP for AI-assisted workflows. Use when adding tasks, planning iterations, tracking completion, reviewing quality. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 142 次。
如何安装 Spec Workflow Mcp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spec-workflow-mcp」即可一键安装,无需额外配置。
Spec Workflow Mcp 是免费的吗?
是的,Spec Workflow Mcp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Spec Workflow Mcp 支持哪些平台?
Spec Workflow Mcp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spec Workflow Mcp?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。
推荐 Skills