Provides an IM bridge to chat with AI coding agents (Claude Code or Codex) from messaging platforms like Telegram, Discord, or Feishu. The skill manages setup, configuration, starting/stopping the bridge, status checks, logs access, and diagnostics, with an interactive setup wizard that masks secrets.
Use when you want to enable mobile or IM-based access to coding agents, configure platform credentials, troubleshoot bridge issues, or fetch logs/status. Not intended for building bots or webhook-heavy integrations.
Agents with terminal and IO capabilities (Claude Code, Codex, CLI-capable assistants) are suitable; expects ability to read/write config files and run shell commands.
TLive is an IM bridge for AI coding tools (Claude Code, Codex) enabling bidirectional chat from Telegram, Discord, or Feishu. 14 scripts included — CLI, daemon management, hook handlers for permission forwarding, diagnostics, and statusline. Shell scripts (.sh) ran successfully; .mjs/.js were skipped by the runner. install.sh timed out (downloads binary from GitHub). Well-structured skill with clear subcommands and bilingual docs.
Dual implementation (.sh + .mjs) is thorough but increases maintenance surface. postinstall.js auto-downloads Go binary from GitHub — no integrity check. No hardcoded credentials or suspicious phone-home. Skill is genuinely useful for developers wanting mobile access to AI coding sessions.