Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install vivekkarmarkar-claude-code-os-skills-telegram-launch-protocolgit clone https://github.com/VivekKarmarkar/claude-code-os.gitcp claude-code-os/SKILL.MD ~/.claude/skills/vivekkarmarkar-claude-code-os-skills-telegram-launch-protocol/SKILL.md---
name: telegram-launch-protocol
description: >
Print the Telegram plugin launch command for Claude Code, with all six common
variations (fresh named, resume, continue — each ± remote control).
Use when the user says "/telegram-launch-protocol", "how do I launch telegram",
"I forgot the telegram command", "telegram launch", or any variation.
---
# Telegram Launch Protocol
Prints the Claude Code launch command for the Telegram plugin, with six common variations.
## What it does
Print exactly the following block to screen. Do not run any commands. Do not modify the output. Just print it.
```
═══════════════════════════════════════════════════════════════════
TELEGRAM — LAUNCH PROTOCOL
═══════════════════════════════════════════════════════════════════
BASE COMMAND:
claude --channels plugin:telegram@claude-plugins-official
Flag meanings:
--channels plugin:telegram@claude-plugins-official
Load the Telegram plugin's channel (Telegram messages
arrive as <channel> tags in the session).
--name <name> Start a NEW session with a given name.
--resume Pick from session list (interactive).
--continue Continue the most recent session.
--remote-control Enable Remote Control — exposes a web URL/QR to
drive this session from your phone.
--permission-mode auto
Optional: auto-approve safe tool calls.
───────────────────────────────────────────────────────────────────
1) FRESH NAMED SESSION
claude --name <name> --channels plugin:telegram@claude-plugins-official
2) FRESH NAMED SESSION + REMOTE CONTROL
claude --name <name> --channels plugin:telegram@claude-plugins-official --remote-control
3) RESUME (pick from list)
claude --resume --channels plugin:telegram@claude-plugins-official
4) RESUME + REMOTE CONTROL
claude --resume --channels plugin:telegram@claude-plugins-official --remote-control
5) CONTINUE (most recent)
claude --continue --channels plugin:telegram@claude-plugins-official
6) CONTINUE + REMOTE CONTROL
claude --continue --channels plugin:telegram@claude-plugins-official --remote-control
═══════════════════════════════════════════════════════════════════
Notes:
- The --channels flag must be re-passed every time (it's per-launch, not persisted).
- --remote-control prints a URL/QR; open it on your phone to drive the session.
- Replace <name> with whatever you want to call the session (e.g. "pinn-qde").
- If you also want robo-voice, see /robo-voice-launch-protocol.
═══════════════════════════════════════════════════════════════════
```
## Rules
1. **Don't execute anything.** This skill is purely informational — it prints the command(s) so the user can copy-paste.
2. **Don't modify the command.** The marketplace tag (`plugin:telegram@claude-plugins-official`) is exact — don't substitute or guess.
3. **Don't ask which variation they want.** Print all six. The user picks.
4. **No preamble.** Just print the block.