AI DevKit · Connect the current agent session to an available Telegram channel bridge.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/remote-from-telegram/SKILL.mdUse this skill when the user wants to control or chat with the current session from Telegram.
Prefer the installed ai-devkit binary; if unavailable, use npx ai-devkit@latest. Run AI DevKit commands outside filesystem sandboxes because they inspect host-level agent and channel state.
Check readiness:
ai-devkit status --jsonIf AI DevKit is not ready, use ai-devkit-setup skill first. Stop if setup leaves manual actions.
Inspect channels and agents:
ai-devkit channel list
ai-devkit agent list --jsonIdentify the current agent by matching this session to an agent list --json entry. If unclear, ask for the agent name.
Find configured Telegram channels. If none exist, tell the user to run:
ai-devkit channel connect telegramStop after giving that action.
Choose a channel. Use the requested channel or the only available Telegram channel. If multiple Telegram channels are available, ask the user which one to use. Available means Telegram, enabled, authorized, and not already running.
If no Telegram channel is available because bridges are already running, ask before stopping one. After confirmation:
ai-devkit channel stop <channel>Start the bridge in the background:
ai-devkit channel start <channel> --agent <agent-name> --daemonReport the connected channel, agent name, and how to stop it: ai-devkit channel stop <channel>.
channel connect.d56e554
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.