← Back to Skills Marketplace
Spec Workflow Mcp
by
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
142
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install spec-workflow-mcp
Description
Serve spec-driven dev tools via MCP for AI-assisted workflows. Use when adding tasks, planning iterations, tracking completion, reviewing quality.
Usage Guidance
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.
Capability Analysis
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`.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install spec-workflow-mcp - After installation, invoke the skill by name or use
/spec-workflow-mcp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Spec Workflow Mcp?
Serve spec-driven dev tools via MCP for AI-assisted workflows. Use when adding tasks, planning iterations, tracking completion, reviewing quality. It is an AI Agent Skill for Claude Code / OpenClaw, with 142 downloads so far.
How do I install Spec Workflow Mcp?
Run "/install spec-workflow-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Spec Workflow Mcp free?
Yes, Spec Workflow Mcp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Spec Workflow Mcp support?
Spec Workflow Mcp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Spec Workflow Mcp?
It is built and maintained by bytesagain3 (@bytesagain3); the current version is v1.0.0.
More Skills