clawdbot ๆ่ พไบๅฐ่ฟ 2 ไธชๅฐๆถ ็ปไบ่ฝ็จไบ๏ผๆๆกฃๅๅคๅๅฑ
ๆ็ไธญ่ฑๆไบ่็ฝไธ้ฝ่ฏด่ฃ ๅจ mac mini ไธ๏ผๆๅฐฑ็จๆ็ nas ่ฏไบไธไธใ
ๆ็ไฝฟ็จๅบๆฏๆฏ: clawd bot ๅฎ่ฃ ๅจ nas ไธ๏ผไฝฟ็จๅ ถไป็ต่ๆ่ telegram ๆๆง nas ไธ็ clawd botใๅนถไธ clawd bot ้่ฟ่ชๅฎไน api ่ฏทๆฑ llm (ๅฏ็จๅ ฌ็ api)
# ๅฎ่ฃ
ๅฎๆนๆๆกฃ๏ผhttps://docs.clawd.bot/start/getting-started
- Node
>=22
npm install -g clawdbot@latest |
# ๅๅงๅ
clawdbot onboard |

ๆฒกไบ๏ผไฝ ๅฐฑ้ไพฟ้ ็ฝฎๅง๏ผๅๆญฃๆๅ้ฝๅพๆๅผ้ ็ฝฎๆไปถ่ฟ่กไฟฎๆนใ
# ้ ็ฝฎ
็ฎๅฝๅบๆฌๆฏ้ฝๆฏๅจ ~/.clawdbot/clawdbot.json
ๆ็้ ็ฝฎๅฆไธ๏ผไป ไพๅ่
# ๆจกๅ็ธๅ ณ้ ็ฝฎ
้่ฟ api ่ฏทๆฑ็่ฏ๏ผๅคงๆฆๆฏ่ฟไน้ ็ฝฎ
models ๆฏๆจกๅ้ ็ฝฎ
้จๅๅญๆฎตๅบ่ฏฅๅฐฑๆฏๅญ้ขๆๆ๏ผๆ่ฟไธช้ ็ฝฎๆ็ https://docs.clawd.bot/gateway/configuration#models-custom-providers-+-base-urls
agents ๆฏ agent ้ ็ฝฎ๏ผไป่ฟไธชๅบ่ฏฅๆฏๅค agent ๅฏไปฅๆๆงไธๅ็ๅ่ฝๆ่ ๆฏๆง่กไธๅ็ไปปๅก
{ | |
"models": { | |
"mode": "merge", | |
"providers": { | |
"nvidia_free": { | |
"baseUrl": "https://integrate.api.nvidia.com/v1", | |
"apiKey": "nvapi-xxxx", | |
"api": "openai-completions", | |
"models": [ | |
{ | |
"id": "openai/gpt-oss-120b", | |
"name": "openai/gpt-oss-120b", | |
"reasoning": false, | |
"input": [ | |
"text" | |
], | |
"cost": { | |
"input": 0, | |
"output": 0, | |
"cacheRead": 0, | |
"cacheWrite": 0 | |
}, | |
"contextWindow": 128000, | |
"maxTokens": 32000 | |
} | |
] | |
} | |
} | |
}, | |
"agents": { | |
"defaults": { | |
"model": { | |
"primary": "nvidia_free/openai/gpt-oss-120b" | |
}, | |
"models": { | |
"nvidia_free/openai/gpt-oss-120b": { | |
"alias": "gpt-oss" | |
} | |
}, | |
"workspace": "/home/work/clawd", | |
"compaction": { | |
"mode": "safeguard" | |
}, | |
"maxConcurrent": 4, | |
"subagents": { | |
"maxConcurrent": 8 | |
} | |
} | |
} | |
} |
้ช่ฏ model ้ ็ฝฎ
$ clawdbot models list | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ We ship features faster than Apple ships calculator updates. | |
Model Input Ctx Local Auth Tags | |
nvidia_free/openai/gpt-oss-120b text 125k no yes default,configured,alias:gpt-oss |
$ clawdbot models set nvidia_free/openai/gpt-oss-120b | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ Shell yeahโI'm here to pinch the toil and leave you the glory. | |
Updated ~/.clawdbot/clawdbot.json | |
Default model: nvidia_free/openai/gpt-oss-120b |
# channel-telegram ้ ็ฝฎ
telegram ๅฐฑๅฆๅๅฎๆนๆๆกฃๆๅฑ๏ผ่ฟๅๆๆกฃ่ฟๆฏๆฏ่พๆ็กฎ็ https://docs.clawd.bot/channels/telegram
ไธป่ฆๆฏๆฟๅฐ botToken
ๅจๅคง้ๆญฃๅธธๆฏ่ฏทๆฑไธๅฐ tg ็ api๏ผ้่ฆ้ ็ฝฎไธไธช proxy ๏ผ่ฝ็ถๆๆกฃ้่ฏดไบๆฏๆ sock5 , ไฝๆฏๆ่ฏไบไธไธ่ฟๆฏๆฅ้๏ผ่ฟๆฏ็จ http ๅง
{ | |
"channels": { | |
"telegram": { | |
"enabled": true, | |
"dmPolicy": "pairing", | |
"botToken": "xxx", | |
"groupPolicy": "allowlist", | |
"streamMode": "partial", | |
"proxy": "http://127.0.0.1:7890" | |
} | |
} | |
} |
้ช่ฏ channels ้ ็ฝฎ
$clawdbot channels status --probe | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I don't just autocompleteโI auto-commit (emotionally), then ask you to review (logically). | |
โ | |
โ | |
Gateway not reachable: Error: gateway closed (1006 abnormal closure (no close frame)): no close reason | |
Gateway target: ws://127.0.0.1:18780 | |
Source: local loopback | |
Config: /home/work/.clawdbot/clawdbot.json | |
Bind: loopback | |
Gateway not reachable; showing config-only status. | |
Config: /home/work/.clawdbot/clawdbot.json | |
Mode: local | |
- Telegram default: enabled, configured, mode:polling, token:config | |
Tip: status --deep adds gateway health probes to status output (requires a reachable gateway). |
็ๅฐ Telegram default: enabled, configured, mode:polling, token:config ๅบ่ฏฅๅฐฑๆฏๆฒก้ฎ้ขไบใ
ๅๆกๆถๆฏ็ไธ

้่ฆๅ ไธช็ฝๅๅ
$clawdbot pairing list telegram | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I'm not saying your workflow is chaotic... I'm just bringing a linter and a helmet. | |
Pairing requests (1) | |
โโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฌโโโโโโโโโโโโโโโโโโโโโโโโโโโ | |
โ Code โ userId โ Meta โ Requested โ | |
โโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโผโโโโโโโโโโโโโโโโโโโโโโโโโโโค | |
โ xxxx โ xxxx โ {"username":"xxxx","firstName":"xxxx","lastName":"xxxx"} โ 2026-01-26T11:15:46.314Z โ | |
โโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโดโโโโโโโโโโโโโโโโโโโโโโโโโโโ |
$ clawdbot pairing approve telegram xxxx | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I can't fix your code taste, but I can fix your build and your backlog. | |
Approved telegram sender xxxx. |
# gateway
gatewary ็ๆๆกฃๆฏไธๅจไธญ็ไธๅจใ
ๅฎๆนๆๆกฃ: https://docs.clawd.bot/gateway/configuration
gateway ๆๅ ็งไธๅ็ modeใ
mode=remote ๆฏๅฝๅๆบๅจ็ดๆฅไฝฟ็จ่ฟ็จ็ๆๅก๏ผไฝ ้่ฆๆๅฆๅคไธไธช clawdbot ๆๅก๏ผๅนถไธ่ฟๆฅๅฐ้ฃไธช clawdbot ๆ่ฝไฝฟ็จใ
mode=local ๆฏๅฝๅๆบๅจๅฐฑ่ฝ็ดๆฅ็จใ
ๅพๆ่็ๆฏ๏ผๆไธ็ดไปฅไธบ mode=remote ๆฏๆๅผไธไธชๆๅก๏ผๆๅจๅฆๅคไธๅฐ็ต่ไธๅฐฑ่ฝ็จใๆๆฏ็ฌจๆฏใ่ฟไธช้ฎ้ขๆๆ่ พไบๅฅฝไน ใ
bind ไนๆๅ ็งไธๅ็ mode ใ
bind=lan ๅฏ้่ฟไปปไฝๆฅๅฃๅฐ่พพ๏ผๅ
ๆฌ LAN/Wi-Fi ๅ Tailscale
bind=tailnet ็ปๅฎๅฐ Tailscale IP
bind=loopback ็ปๅฎๅฐ 127.0.0.1ใๅชๆๆฌๅฐ๏ผๅฑๅ็ฝไน่ฎฟ้ฎไธไบ.
bind=auto ๅฆๆๆ tailnet IP ๅไฝฟ็จ tailnet IP, ๅฆๅๆฏ lan
{ | |
"gateway": { | |
"port": 18780, | |
"mode": "local", | |
"bind": "loopback", | |
"controlUi": { | |
"enabled": true | |
}, | |
"auth": { | |
"mode": "token", | |
"token": "xxxxxx" | |
}, | |
"tailscale": { | |
"mode": "off", | |
"resetOnExit": false | |
}, | |
"remote": { | |
"url": "ws://0.0.0.0:18790", | |
"token": "xxxxxx" | |
} | |
} | |
} |
ๅฆๆไฝ ็ clawbot ่ฃ ๅจไบ nas ไธ๏ผไฝ ๆณ่ฆๅจๅ ถไปๅฐๆน่ฎฟ้ฎ dashboard ๅฏไปฅ่ฟไนๆไฝ
ๅฎๆนๆๆกฃ๏ผhttps://docs.clawd.bot/help/faq#how-do-i-authenticate-the-dashboard-token-on-localhost-vs-remote
ไฝฟ็จ Tailscale Serve (ๆจ่): bind=loopback๏ผ่ฟ่ก clawdbot gateway --tailscale serve ๅผ https://<magicdns>/ ใๅฆๆ gateway.auth.allowTailscale ไธบ true๏ผๅ identity headers ๆปก่ถณ auth๏ผๆ ไปค็๏ผ
ไฝฟ็จ Tailnet bind: ่ฟ่ก clawdbot gateway --bind tailnet --token "<token>" ๏ผๆๅผ http://<tailscale-ip>:18789/๏ผๅจไปช่กจๆฟ่ฎพ็ฝฎไธญ็ฒ่ดด tokenใ
SSH ้ง้ (ไฝ่
ๆฌไบบไฝฟ็จ) : ๅจๆฒกๆๅฎ่ฃ
clawdbot ็ๆบๅจไธๆง่ก ssh -N -L 18782:127.0.0.1:18782 -L 18780:127.0.0.1:18780 user@ip (ssh ็ซฏๅฃ่ฝฌๅ) ใ
ssh ็ซฏๅฃ่ฝฌๅ ๅฏไปฅๅ่ idcflare ็ๆ็ซ https://idcflare.com/t/topic/37469 ๅ็ไธ้
$clawdbot dashboard | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I'll butter your workflow like a lobster roll: messy, delicious, effective. | |
Dashboard URL: http://127.0.0.1:18780/?token=xxxx | |
Copy to clipboard unavailable. | |
No GUI detected. Open from your computer: | |
ssh -N -L 18780:127.0.0.1:18780 twelve@192.168.102.110 | |
Then open: | |
http://localhost:18780/ | |
http://localhost:18780/?token=xxxxx | |
Docs: | |
https://docs.clawd.bot/gateway/remote | |
https://docs.clawd.bot/web/control-ui |
ๆฏๅฆ ๆญคๆถ็ซฏๅฃไธบ 18780 ๏ผ้ฃๅฐฑ่ฝฌๅ 18780 ็ซฏๅฃๅฐฑ่ก ssh -N -L 18780:127.0.0.1:18780 user@ip
้ช่ฏ gateway ้ ็ฝฎ
- ้่ฆ gateway ๆๅๆง่ก
$clawdbot gateway | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I'm basically a Swiss Army knife, but with more opinions and fewer sharp edges. | |
16:48:08 [canvas] host mounted at http://127.0.0.1:18780/__clawdbot__/canvas/ (root /home/twelve/clawd/canvas) | |
16:48:08 [heartbeat] started | |
16:48:08 [gateway] agent model: nvidia_free/openai/gpt-oss-120b | |
16:48:08 [gateway] listening on ws://127.0.0.1:18780 (PID 156307) | |
16:48:08 [gateway] listening on ws://[::1]:18780 | |
16:48:08 [gateway] log file: /tmp/clawdbot/clawdbot-2026-01-26.log | |
16:48:08 [browser/server] Browser control listening on http://127.0.0.1:18782/ | |
16:48:10 [telegram] [default] starting provider (@telegramBotXXXX) |
- ้่ฆๆๅผ clawdbot ้ขๆฟ
$clawdbot dashboard | |
๐ฆ Clawdbot 2026.1.24-3 (885167d) โ I'll butter your workflow like a lobster roll: messy, delicious, effective. | |
Dashboard URL: http://127.0.0.1:18780/?token=xxxx | |
Copy to clipboard unavailable. | |
No GUI detected. Open from your computer: | |
ssh -N -L 18780:127.0.0.1:18780 twelve@192.168.102.110 | |
Then open: | |
http://localhost:18780/ | |
http://localhost:18780/?token=xxxxx | |
Docs: | |
https://docs.clawd.bot/gateway/remote | |
https://docs.clawd.bot/web/control-ui |
ๅฆๆ้กต้ข่ฝๆๅพๅผ๏ผๅบๆฌไธๆฒกๅฅ้ฎ้ขใ


ๅบๆฌๆฏๅฐฑ่ฝ็จไบ
# ๆๆ
ๅฎ้ ไฝ้ชไธๆฅ๏ผไธชไบบ่ฎคไธบ๏ผ็ๅฟตๅพๅ ่ฟ๏ผๆๆไธ่ฟๆๆๅๅไผๅ็็ฉบ้ดใไธๅปบ่ฎฎ็ฐๅจๅฐฑๅปไฝฟ็จ๏ผๅฏไปฅไฝ้ชใ็ฐๅจ่ฟๆฏ้่ฆๆ็ธๅฏน่พๅค็่ฎก็ฎๆบ็ฅ่ฏๆ่ฝ็ฉ้ใๅฏ่ฝไผๆไบบ่ฏดๆๆจกๅๆฒก็จ oups 4.5๏ผๆ ๆ่ฐไบ๏ผๆๅๆฒกๆ็ฎ่ฎฉไปๅไปไนไบๆ ๏ผ็ฎๅ่ฏ็จไธไธใ
่ณไบไธญๆไบ่็ฝไธ่ฏด็๏ผๆๅค nb ๆๅคๅๅฎณ๏ผๆๆ็ไปไปฌ้ฝๆฒก้จ็ฝฒ่ฟ๏ผ้ฝไธ็ฅ้ไธๅช้ๆ็๏ผๆ่ ๆฏ ai ็ๆ็ๅ ๆปกๅนป่ง็ๆ็ซ ใๅฏ่ฝ clawdbot ็็ๆ็จๅง๏ผๆๆ่ง emmm ๅ็ป็ปๅงใ
่ณไบ้็งๅๅฎๅ จ้ฎ้ข๏ผๆ็ๅฐ็่ณๆ 1password ็ skill๏ผ

wtf๏ผ่ฐๆขๆ 1password ็ดๆฅๅ ฑไบซๅบๅปๅ๏ผ๏ผ๏ผ