Skip to content

Commit 1fc77ef

Browse files
authored
Update README.md
1 parent e171536 commit 1fc77ef

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ See Spec-Driven Development in action across different scenarios with these comm
175175
| [IBM Bob](https://www.ibm.com/products/bob) || IDE-based agent with slash command support |
176176
| [Jules](https://jules.google.com/) || |
177177
| [Kilo Code](https://github.com/Kilo-Org/kilocode) || |
178+
| [OpenClaw](https://openclaw.ai) || Persistent AI agent daemon; use `--ai openclaw --ai-skills` |
178179
| [opencode](https://opencode.ai/) || |
179180
| [Qwen Code](https://github.com/QwenLM/qwen-code) || |
180181
| [Roo Code](https://roocode.com/) || |
@@ -195,14 +196,14 @@ The `specify` command supports the following options:
195196
| Command | Description |
196197
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
197198
| `init` | Initialize a new Specify project from the latest template |
198-
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`, `codex`, `kiro-cli`, `shai`, `qodercli`, `vibe`, `kimi`) |
199+
| `check` | Check for installed tools (`git`, `claude`, `gemini`, `code`/`code-insiders`, `cursor-agent`, `windsurf`, `qwen`, `opencode`, `codex`, `kiro-cli`, `shai`, `qodercli`, `vibe`, `kimi`, `openclaw`) |
199200

200201
### `specify init` Arguments & Options
201202

202203
| Argument/Option | Type | Description |
203204
| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
204205
| `<project-name>` | Argument | Name for your new project directory (optional if using `--here`, or use `.` for current directory) |
205-
| `--ai` | Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `kiro-cli` (`kiro` alias), `agy`, `bob`, `qodercli`, `vibe`, `kimi`, or `generic` (requires `--ai-commands-dir`) |
206+
| `--ai` | Option | AI assistant to use: `claude`, `gemini`, `copilot`, `cursor-agent`, `qwen`, `opencode`, `codex`, `windsurf`, `kilocode`, `auggie`, `roo`, `codebuddy`, `amp`, `shai`, `kiro-cli` (`kiro` alias), `agy`, `bob`, `qodercli`, `vibe`, `kimi`, `openclaw`, or `generic` (requires `--ai-commands-dir`) |
206207
| `--ai-commands-dir` | Option | Directory for agent command files (required with `--ai generic`, e.g. `.myagent/commands/`) |
207208
| `--script` | Option | Script variant to use: `sh` (bash/zsh) or `ps` (PowerShell) |
208209
| `--ignore-agent-tools` | Flag | Skip checks for AI agent tools like Claude Code |
@@ -247,6 +248,9 @@ specify init my-project --ai vibe
247248
# Initialize with IBM Bob support
248249
specify init my-project --ai bob
249250

251+
# Initialize with OpenClaw support
252+
specify init my-project --ai openclaw --ai-skills
253+
250254
# Initialize with Antigravity support
251255
specify init my-project --ai agy --ai-skills
252256

@@ -424,7 +428,7 @@ specify init . --force --ai claude
424428
specify init --here --force --ai claude
425429
```
426430

427-
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, or Mistral Vibe installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
431+
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, Mistral Vibe, or OpenClaw installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
428432

429433
```bash
430434
specify init <project_name> --ai claude --ignore-agent-tools

0 commit comments

Comments
 (0)