Remote skill
Remote From Telegram Skill
Connect the current agent session to an available Telegram channel bridge.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install remote-from-telegram with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use remote-from-telegram when you want to control or chat with the current session from Telegram. It checks AI DevKit readiness, selects an available Telegram channel, starts the bridge in daemon mode, and avoids stopping existing bridges without confirmation.
When to use it
- Bridge the current agent session to Telegram
- Reuse an existing configured Telegram bot channel
- Start a background channel bridge with a clear stop command
Supported agents
Related skills
Connect the current agent session to an available Slack channel bridge.
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.