Bridge THIS Claude Code or Codex session to Telegram, Discord, Feishu/Lark, QQ, or WeChat so the
{
"skill_name": "claude-to-im",
"evals": [
{
"id": 1,
"prompt": "帮我设置 Telegram 机器人,我想用手机给 Claude 发消息",
"expected_output": "Should trigger the skill, identify 'setup' subcommand, read setup-guides.md, and start the interactive Telegram setup wizard asking for Bot Token",
"files": []
},
{
"id": 2,
"prompt": "start bridge",
"expected_output": "Should trigger the skill, identify 'start' subcommand, check for config.env existence, and attempt to run daemon.sh start",
"files": []
},
{
"id": 3,
"prompt": "桥接服务好像挂了,帮我看看怎么回事",
"expected_output": "Should trigger the skill, identify 'doctor' subcommand, and run doctor.sh to diagnose issues",
"files": []
},
{
"id": 4,
"prompt": "查看日志 200",
"expected_output": "Should trigger the skill, identify 'logs' subcommand with N=200, and run daemon.sh logs 200",
"files": []
}
]
}