Skip to content

Instantly share code, notes, and snippets.

@pahud
Created February 6, 2026 02:02
Show Gist options
  • Select an option

  • Save pahud/d0d557d2428803a27359106c30ae20db to your computer and use it in GitHub Desktop.

Select an option

Save pahud/d0d557d2428803a27359106c30ae20db to your computer and use it in GitHub Desktop.
OpenClaw multi-agent sample
{
"bindings": [
{
"agentId": "main",
"match": {
"channel": "telegram",
"accountId": "default"
}
},
{
"agentId": "guan-yu",
"match": {
"channel": "telegram",
"accountId": "guan-yu"
}
},
{
"agentId": "machi-bro",
"match": {
"channel": "telegram",
"accountId": "machi-bro"
}
},
{
"agentId": "wu-zetian",
"match": {
"channel": "telegram",
"accountId": "wu-zetian"
}
},
{
"agentId": "peppa-pig",
"match": {
"channel": "telegram",
"accountId": "peppa-pig"
}
}
],
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"session-memory": {
"enabled": true
}
}
}
},
"agents": {
"list": [
{
"id": "main",
"default": true,
"name": "孔明",
"workspace": "/home/pahud/.openclaw/workspace"
},
{
"id": "guan-yu",
"name": "關羽",
"workspace": "/home/pahud/.openclaw/workspace-guan-yu"
},
{
"id": "machi-bro",
"name": "麻吉大哥",
"workspace": "/home/pahud/.openclaw/workspace-machi-bro"
},
{
"id": "wu-zetian",
"name": "武則天",
"workspace": "/home/pahud/.openclaw/workspace-wu-zetian"
},
{
"id": "peppa-pig",
"name": "Peppa Pig",
"workspace": "/home/pahud/.openclaw/workspace-peppa-pig"
}
],
"defaults": {
"model": {
"primary": "amazon-bedrock/openai.gpt-oss-safeguard-120b",
"fallbacks": [
"amazon-bedrock/us.anthropic.claude-haiku-4-5-20251001-v1:0"
]
},
"models": {
"amazon-bedrock/openai.gpt-oss-120b-1:0": {},
"amazon-bedrock/openai.gpt-oss-safeguard-120b": {},
"amazon-bedrock/us.anthropic.claude-haiku-4-5-20251001-v1:0": {
"alias": "Claude Haiku"
}
},
"workspace": "/home/pahud/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"models": {
"mode": "merge",
"providers": {
"amazon-bedrock": {
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
"apiKey": "${AWS_BEARER_TOKEN_BEDROCK}",
"api": "bedrock-converse-stream",
"auth": "api-key",
"authHeader": true,
"models": [
{
"id": "openai.gpt-oss-120b-1:0",
"name": "GPT OSS",
"reasoning": true,
"input": [
"text"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 262144,
"maxTokens": 8192
},
{
"id": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
"name": "Claude Haiku",
"reasoning": true,
"input": [
"text",
"image"
],
"cost": {
"input": 0,
"output": 0,
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 262144,
"maxTokens": 8192
}
]
}
}
},
"gateway": {
"mode": "local",
"auth": {
"mode": "token",
"token": "***"
},
"port": 18789,
"bind": "loopback",
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"plugins": {
"entries": {
"telegram": {
"enabled": true
}
}
},
"channels": {
"telegram": {
"enabled": true,
"dmPolicy": "allowlist",
"groupPolicy": "allowlist",
"groups": {
"*": {
"requireMention": false
}
},
"streamMode": "partial",
"accounts": {
"kong-ming": {
"name": "孔明",
"botToken": "***",
"allowFrom": [
"1760*****"
]
},
"guan-yu": {
"name": "關羽",
"botToken": "***",
"allowFrom": [
"1760*****"
]
},
"machi-bro": {
"name": "麻吉大哥",
"botToken": "***",
"allowFrom": [
"1760*****"
]
},
"wu-zetian": {
"name": "武則天",
"botToken": "***",
"allowFrom": [
"1760*****"
]
},
"peppa-pig": {
"name": "Peppa Pig",
"botToken": "***",
"allowFrom": [
"1760*****"
]
}
}
}
},
"wizard": {
"lastRunAt": "2026-02-05T04:25:01.164Z",
"lastRunVersion": "2026.2.2-3",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"meta": {
"lastTouchedVersion": "2026.2.2-3",
"lastTouchedAt": "2026-02-05T04:25:01.168Z"
}
}
@pahud
Copy link
Author

pahud commented Feb 8, 2026

【 一次產生12名黃金聖鬥士如何做到 】
https://www.facebook.com/share/p/1LH9moyz6p/

@tsungmin
Copy link

tsungmin commented Feb 8, 2026

許願五小強?他們根本是人形版本的耐久蟑螂,打不死、摔不壞,快要嗝屁時還會被雅典娜用語音助攻強制叫起來繼續上班。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment