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:
19
openclaw-knowhow-skill/agents/auth-profiles.json
Normal file
19
openclaw-knowhow-skill/agents/auth-profiles.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": 1,
|
||||
"profiles": {
|
||||
"anthropic:manual": {
|
||||
"type": "token",
|
||||
"provider": "anthropic",
|
||||
"token": "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"
|
||||
}
|
||||
},
|
||||
"lastGood": {
|
||||
"anthropic": "anthropic:manual"
|
||||
},
|
||||
"usageStats": {
|
||||
"anthropic:manual": {
|
||||
"lastUsed": 1770192312704,
|
||||
"errorCount": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
27
openclaw-knowhow-skill/agents/models.json
Normal file
27
openclaw-knowhow-skill/agents/models.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"providers": {
|
||||
"cliproxyapi-2": {
|
||||
"baseUrl": "http://127.0.0.1:8317/v1",
|
||||
"apiKey": "e3b6f227138568111c558df873cb8c85",
|
||||
"api": "openai-completions",
|
||||
"models": [
|
||||
{
|
||||
"id": "gpt-5",
|
||||
"name": "gpt-5 (Custom Provider)",
|
||||
"reasoning": false,
|
||||
"input": [
|
||||
"text"
|
||||
],
|
||||
"cost": {
|
||||
"input": 0,
|
||||
"output": 0,
|
||||
"cacheRead": 0,
|
||||
"cacheWrite": 0
|
||||
},
|
||||
"contextWindow": 32000,
|
||||
"maxTokens": 4096
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user