forked from Selig/openclaw-skill
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:
13
openclaw-knowhow-skill/auth-profiles.json
Normal file
13
openclaw-knowhow-skill/auth-profiles.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user