forked from Selig/openclaw-skill
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
14 lines
376 B
JSON
14 lines
376 B
JSON
{
|
|
"profiles": {
|
|
"ag1": { "provider": "anthropic", "mode": "api_key" },
|
|
"ag2": { "provider": "cliproxyapi", "mode": "api_key" },
|
|
"ag3": { "provider": "cliproxyapi", "mode": "api_key" },
|
|
"user": { "provider": "cliproxyapi", "mode": "api_key" }
|
|
},
|
|
"order": {
|
|
"anthropic": ["ag1"],
|
|
"cliproxyapi": ["user", "ag2", "ag3"],
|
|
"gemini": ["user"]
|
|
}
|
|
}
|