Files
openclaw-skill/openclaw-knowhow-skill/auth-profiles.json
Selig 4c966a3ad2 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.
2026-03-13 10:58:30 +08:00

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"]
}
}