A framework for Spec-Driven Development that transforms natural language specifications into executable implementation plans for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install spec-kit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install spec-kit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Spec Kit is a powerful tool designed to flip traditional software development on its head by prioritizing intent over implementation. By using this tool within the Openclaw Skills ecosystem, developers can treat specifications as executable artifacts rather than static documentation. It integrates seamlessly with major AI agents like Claude Code and GitHub Copilot to refine requirements and generate high-quality code. The philosophy centers on a multi-step refinement process where the AI model handles the technical stack while the developer focuses on the what and why. This approach ensures that software is built with high intent-fidelity and minimal technical debt by relying on rich specifications with built-in guardrails.
Ensure you have Python 3.11+, Git, and uv installed. To start a new project with this entry in your Openclaw Skills library, run:
uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME> --ai claude
To install it as an editable package for local development:
git clone https://github.com/github/spec-kit.git
cd spec-kit
uv venv
source .venv/bin/activate
uv pip install -e .
Spec Kit organizes project data using a branch-based context system to maintain feature isolation and clarity.
| Component | Description |
|---|---|
| .speckit/ | Root directory for configuration and AI agent templates. |
| Git Branches | Naming convention (e.g., 001-feature) used to auto-detect active specifications. |
| Constitution | A markdown-based file defining global project principles and guardrails. |
| Spec Files | Behavior-focused documents used to drive the planning and building phases. |
Loading
Trawl is an autonomous SDR agent that sweeps social networks to discover, score, and qualify business leads through semantic search and automated DMs.

Automatically transform long-form articles, transcripts, and notes into platform-optimized social media threads, posts, and newsletters while maintaining a consistent brand voice.

An automated agent that monitors competitor websites, pricing, and social presence to provide actionable intelligence summaries.

A multi-platform social search engine for AI agents to track mentions, hashtags, and influencers across 1.5 billion indexed posts.

A specialized CLI tool designed to allow AI agents to list, browse, and read content from Coda.io documents in LLM-optimized formats.

A specialized security tool designed to analyze and verify the safety of AI agent skills, protecting against malware, prompt injection, and data exfiltration.








































