c-telegram
について
c-telegramは双方向のTelegramブリッジで、開発者がTelegramボットを通じて携帯電話からClaudeと対話できるようにします。インストール済みのすべてのClaudeスキルをボットコマンドとして利用可能にし、完全な会話コンテキストを維持します。ブリッジを長時間実行プロセスとして起動するには、`openpaw telegram`を実行してください。
クイックインストール
Claude Code
推奨npx skills add daxaur/openpaw -a claude-code/plugin add https://github.com/daxaur/openpawgit clone https://github.com/daxaur/openpaw.git ~/.claude/skills/c-telegramこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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
GitHub リポジトリ
Frequently asked questions
What is the c-telegram skill?
c-telegram is a Claude Skill by daxaur. Skills package instructions and resources that Claude loads on demand, so Claude can perform c-telegram-related tasks without extra prompting.
How do I install c-telegram?
Use the install commands on this page: add c-telegram to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does c-telegram belong to?
c-telegram is in the Design category, tagged telegram, messaging, communication, bot and bridge.
Is c-telegram free to use?
Yes. c-telegram is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
関連スキル
executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。
このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。
このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。
このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。
