OpenClaw + ClawTeam + Superpowers Git Initialization
This commit is contained in:
@@ -0,0 +1,189 @@
|
||||
{
|
||||
"meta": {
|
||||
"lastTouchedVersion": "2026.3.28",
|
||||
"lastTouchedAt": "2026-03-30T02:49:01.979Z"
|
||||
},
|
||||
"wizard": {
|
||||
"lastRunAt": "2026-03-26T08:46:59.849Z",
|
||||
"lastRunVersion": "2026.3.24",
|
||||
"lastRunCommand": "configure",
|
||||
"lastRunMode": "local"
|
||||
},
|
||||
"ui": {
|
||||
"assistant": {
|
||||
"name": "Sagi",
|
||||
"avatar": "https://i.ibb.co/TxXRTvvy/sagi-avatar.png"
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"profiles": {
|
||||
"openrouter:default": {
|
||||
"provider": "openrouter",
|
||||
"mode": "api_key"
|
||||
},
|
||||
"github-copilot:github": {
|
||||
"provider": "github-copilot",
|
||||
"mode": "token"
|
||||
}
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"defaults": {
|
||||
"model": {
|
||||
"primary": "openrouter/stepfun/step-3.5-flash:free",
|
||||
"fallbacks": [
|
||||
"openrouter/auto",
|
||||
"github-copilot/gpt-4.1",
|
||||
"openrouter/nvidia/nemotron-3-super-120b-a12b:free",
|
||||
"github-copilot/gpt-5-mini",
|
||||
"openrouter/anthropic/claude-3-haiku:free",
|
||||
"openrouter/arcee-ai/trinity-large-preview:free",
|
||||
"openrouter/openai/gpt-oss-120b:free"
|
||||
]
|
||||
},
|
||||
"models": {
|
||||
"openrouter/auto": {
|
||||
"alias": "OpenRouter"
|
||||
},
|
||||
"openrouter/stepfun/step-3.5-flash:free": {},
|
||||
"github-copilot/gpt-4.1": {},
|
||||
"github-copilot/gpt-5-mini": {},
|
||||
"openrouter/arcee-ai/trinity-large-preview:free": {},
|
||||
"openrouter/minimax/minimax-m2.5:free": {},
|
||||
"openrouter/nvidia/nemotron-3-super-120b-a12b:free": {},
|
||||
"openrouter/openai/gpt-oss-120b:free": {}
|
||||
},
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "main",
|
||||
"tools": {
|
||||
"profile": "messaging",
|
||||
"alsoAllow": [
|
||||
"browser",
|
||||
"canvas",
|
||||
"message",
|
||||
"gateway",
|
||||
"nodes",
|
||||
"agents_list",
|
||||
"tts",
|
||||
"read",
|
||||
"write",
|
||||
"edit",
|
||||
"apply_patch",
|
||||
"exec",
|
||||
"process",
|
||||
"code_execution",
|
||||
"web_search",
|
||||
"web_fetch",
|
||||
"x_search",
|
||||
"memory_search",
|
||||
"memory_get",
|
||||
"sessions_spawn",
|
||||
"sessions_yield",
|
||||
"subagents",
|
||||
"cron",
|
||||
"image",
|
||||
"image_generate"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tools": {
|
||||
"profile": "full",
|
||||
"web": {
|
||||
"search": {
|
||||
"enabled": true,
|
||||
"provider": "duckduckgo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"native": "auto",
|
||||
"nativeSkills": "auto",
|
||||
"restart": true,
|
||||
"ownerDisplay": "raw"
|
||||
},
|
||||
"session": {
|
||||
"dmScope": "per-channel-peer"
|
||||
},
|
||||
"hooks": {
|
||||
"internal": {
|
||||
"enabled": true,
|
||||
"entries": {
|
||||
"boot-md": {
|
||||
"enabled": true
|
||||
},
|
||||
"bootstrap-extra-files": {
|
||||
"enabled": true
|
||||
},
|
||||
"command-logger": {
|
||||
"enabled": true
|
||||
},
|
||||
"session-memory": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"channels": {
|
||||
"telegram": {
|
||||
"enabled": true,
|
||||
"dmPolicy": "allowlist",
|
||||
"botToken": "8745203144:AAHvj319lVp3Ze5rPY5rIbVA0m_aeUHylfs",
|
||||
"groups": {
|
||||
"*": {
|
||||
"requireMention": true
|
||||
}
|
||||
},
|
||||
"allowFrom": [
|
||||
7154306842
|
||||
],
|
||||
"groupPolicy": "allowlist",
|
||||
"streaming": "partial"
|
||||
}
|
||||
},
|
||||
"gateway": {
|
||||
"port": 18789,
|
||||
"mode": "local",
|
||||
"bind": "loopback",
|
||||
"controlUi": {
|
||||
"enabled": true,
|
||||
"dangerouslyAllowHostHeaderOriginFallback": true
|
||||
},
|
||||
"auth": {
|
||||
"mode": "token",
|
||||
"token": "2950899d45553fd81d872eed41710051e60a86e2b4ccb187"
|
||||
},
|
||||
"tailscale": {
|
||||
"mode": "off",
|
||||
"resetOnExit": false
|
||||
},
|
||||
"nodes": {
|
||||
"denyCommands": [
|
||||
"camera.snap",
|
||||
"camera.clip",
|
||||
"screen.record",
|
||||
"contacts.add",
|
||||
"calendar.add",
|
||||
"reminders.add",
|
||||
"sms.send"
|
||||
]
|
||||
}
|
||||
},
|
||||
"skills": {
|
||||
"install": {
|
||||
"nodeManager": "npm"
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
"entries": {
|
||||
"duckduckgo": {
|
||||
"enabled": true,
|
||||
"config": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user