Agent skill
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-telegram
SKILL.md
Telegram Bridge
Full bidirectional Claude-from-Telegram. Send messages from your phone, get responses from Claude with all your skills available.
How It Works
The OpenPaw Telegram bridge (openpaw telegram) connects a Telegram bot to Claude via the Agent SDK. Every skill installed in ~/.claude/skills/ is available as a bot command.
Starting the Bridge
openpaw telegram
This starts a long-running process. Keep it open in a terminal or tmux session.
Bot Commands
Built-in:
/start— show status and available skills/model sonnet|opus|haiku— switch Claude model/skills— list installed skills/stop— cancel current operation/clear— reset conversation
Skill commands (auto-generated from your installed skills):
/email check my inbox/music play some jazz/notes add grocery list/calendar what's on tomorrow- (any installed skill becomes a /command)
Or just send a regular message — Claude will figure out which skill to use.
Setup
Run during openpaw setup or separately:
openpaw telegram setup
You'll need:
- A Telegram bot token (from @BotFather)
- Your Telegram user ID (from @userinfobot)
Config is saved to ~/.config/openpaw/telegram.json.
Security
- Only responds to whitelisted user IDs
- Bot token stored with 600 permissions (owner-only)
- All Claude operations run locally on your machine
Guidelines
- The bridge maintains conversation context per user
- Use
/clearto start fresh if Claude gets confused - Use
/stopto cancel long-running operations - Model can be switched anytime with
/model
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
c-video
Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.
Didn't find tool you were looking for?