Install
openclaw skills install openclaw-telegram-acp-troubleshooterDiagnose why Telegram forum topics do not reliably route into OpenClaw ACP sessions backed by codex. 诊断 Telegram 话题为何无法稳定进入 OpenClaw 的 codex ACP 会话。
openclaw skills install openclaw-telegram-acp-troubleshooterUse this skill when Telegram group topics are expected to talk directly to an ACP session, but the bot does not reply reliably. 当 Telegram 群组话题本应直接进入 ACP 会话,但机器人回复不稳定时,使用这个 skill。
This skill is designed to be self-contained for workspace use and ClawHub publishing. 这个 skill 设计为可独立打包,既可在本地工作区使用,也可直接发布到 ClawHub。
Review these files before concluding anything: 在下结论之前,先看这些文件:
{baseDir}/README.md{baseDir}/TROUBLESHOOTING.md{baseDir}/FAQ.mdIf /new works but normal topic text does not, do not blame ACP first. Treat Telegram delivery as the leading suspect until logs prove otherwise.
如果 /new 能工作,但普通话题文本不工作,先不要怀疑 ACP。除非日志证明不是,否则优先把 Telegram 投递当成头号嫌疑。
agentIdrequireMention settingsystemctl --user is-active openclaw-gateway~/.openclaw/logs/commands.log~/.openclaw/agents/codex/sessions/{baseDir}/README.md for usage{baseDir}/TROUBLESHOOTING.md for the full runbook{baseDir}/FAQ.md for short operator answers/new works: ACP path is alive./new works: ACP path is alive.commands.log: Telegram delivery problem or upstream filter.409 Conflict: another poller is active.中文解释:
/new 能回复:ACP 通路正常。commands.log:大概率是 Telegram 投递或更上游的过滤问题。409 Conflict:还有别的轮询器在抢同一个 bot token。systemctl --user show -p MainPID -p ActiveEnterTimestamp openclaw-gateway
tail -f ~/.openclaw/logs/commands.log
tail -f /tmp/openclaw/openclaw-$(date +%F).log
Always return: 始终按下面格式返回:
中文约束: