Initial commit: OpenClaw Skill Collection

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.
This commit is contained in:
2026-03-13 10:58:30 +08:00
commit 4c966a3ad2
884 changed files with 140761 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"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"]
}
}