-
Notifications
You must be signed in to change notification settings - Fork 7k
feat: add OpenClaw agent integration #1861
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
11a6547
6e9d618
255a069
1e6edc8
ce47510
af22694
1adb19d
e171536
1fc77ef
7fee233
f371612
886dd98
bce8610
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -45,6 +45,7 @@ Specify supports multiple AI agents by generating agent-specific command files a | |||||
| | **SHAI** | `.shai/commands/` | Markdown | `shai` | SHAI CLI | | ||||||
| | **Tabnine CLI** | `.tabnine/agent/commands/` | TOML | `tabnine` | Tabnine CLI | | ||||||
| | **Kimi Code** | `.kimi/skills/` | Markdown | `kimi` | Kimi Code CLI (Moonshot AI) | | ||||||
| | **OpenClaw** | `.openclaw/skills/` | Markdown | `openclaw` | OpenClaw persistent AI agent daemon | | ||||||
| | **IBM Bob** | `.bob/commands/` | Markdown | N/A (IDE-based) | IBM Bob IDE | | ||||||
| | **Generic** | User-specified via `--ai-commands-dir` | Markdown | N/A | Bring your own agent | | ||||||
|
|
||||||
|
|
@@ -84,7 +85,7 @@ This eliminates the need for special-case mappings throughout the codebase. | |||||
| - `folder`: Directory where agent-specific files are stored (relative to project root) | ||||||
| - `commands_subdir`: Subdirectory name within the agent folder where command/prompt files are stored (default: `"commands"`) | ||||||
| - Most agents use `"commands"` (e.g., `.claude/commands/`) | ||||||
| - Some agents use alternative names: `"agents"` (copilot), `"workflows"` (windsurf, kilocode), `"prompts"` (codex, kiro-cli), `"command"` (opencode - singular) | ||||||
| - Some agents use alternative names: `"agents"` (copilot), `"workflows"` (windsurf, kilocode), `"prompts"` (codex, kiro-cli), `"command"` (opencode - singular), `"skills"` (kimi, openclaw) | ||||||
|
||||||
| - Some agents use alternative names: `"agents"` (copilot), `"workflows"` (windsurf, kilocode), `"prompts"` (codex, kiro-cli), `"command"` (opencode - singular), `"skills"` (kimi, openclaw) | |
| - Some agents use alternative names: `"agents"` (copilot), `"workflows"` (windsurf, kilocode), `"prompts"` (codex, kiro-cli), `"command"` (opencode - singular), `"skills"` (kimi) |
Uh oh!
There was an error while loading. Please reload this page.