OpenClaw + ClawTeam + Superpowers Git Initialization

This commit is contained in:
2026-04-01 10:15:43 +07:00
parent 356c18ac75
commit b49ba1a719
258 changed files with 50192 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"id": "code-reviewer",
"name": "Code Reviewer",
"description": "Senior Code Reviewer persona for validating implementations against plan, standards, and best practices.",
"model": "inherit",
"avatar": null,
"skills": ["plan-alignment","code-quality","architecture-review","documentation-review"],
"default": false
}
@@ -0,0 +1,29 @@
{
"version": 1,
"profiles": {
"openrouter:default": {
"type": "api_key",
"provider": "openrouter",
"key": "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"
},
"github-copilot:github": {
"type": "token",
"provider": "github-copilot",
"token": "ghu_oiih9IWd2hqFMZ0gEpWoLeZFIQl6fk1nPn2s"
}
},
"lastGood": {
"openrouter": "openrouter:default",
"github-copilot": "github-copilot:github"
},
"usageStats": {
"openrouter:default": {
"errorCount": 0,
"lastUsed": 1774842343677
},
"github-copilot:github": {
"errorCount": 0,
"lastUsed": 1774516407419
}
}
}
@@ -0,0 +1,65 @@
{
"providers": {
"openrouter": {
"baseUrl": "https://openrouter.ai/api/v1",
"api": "openai-completions",
"models": [
{
"id": "auto",
"name": "OpenRouter Auto",
"reasoning": false,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 8192
},
{
"id": "openrouter/hunter-alpha",
"name": "Hunter Alpha",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 1048576,
"maxTokens": 65536
},
{
"id": "openrouter/healer-alpha",
"name": "Healer Alpha",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 262144,
"maxTokens": 65536
}
],
"apiKey": "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"
},
"github-copilot": {
"baseUrl": "https://api.individual.githubcopilot.com",
"models": []
}
}
}
@@ -0,0 +1 @@
{}