スキル一覧に戻る

c-telegram

daxaur
更新日 2 days ago
1 閲覧
143
6
143
GitHubで表示
デザインtelegrammessagingcommunicationbotbridge

について

c-telegramは双方向のTelegramブリッジで、開発者がTelegramボットを通じて携帯電話からClaudeと対話できるようにします。インストール済みのすべてのClaudeスキルをボットコマンドとして利用可能にし、完全な会話コンテキストを維持します。ブリッジを長時間実行プロセスとして起動するには、`openpaw telegram`を実行してください。

クイックインストール

Claude Code

推奨
メイン
npx skills add daxaur/openpaw -a claude-code
プラグインコマンド代替
/plugin add https://github.com/daxaur/openpaw
Git クローン代替
git 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:

  1. A Telegram bot token (from @BotFather)
  2. 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 /clear to start fresh if Claude gets confused
  • Use /stop to cancel long-running operations
  • Model can be switched anytime with /model

GitHub リポジトリ

daxaur/openpaw
パス: skills/c-telegram
0
ai-agentanthropicautomationclaudeclaude-codecli

関連スキル

executing-plans

デザイン

executing-plansスキルは、完全な実装計画があり、それを管理されたバッチでレビューチェックポイントを設けながら実行する場合に使用します。このスキルは計画を読み込んで批判的にレビューした後、小さなバッチ(デフォルトは3タスク)でタスクを実行し、各バッチの間に進捗状況を報告してアーキテクトのレビューを受けます。これにより、品質管理チェックポイントが組み込まれた体系的な実装が保証されます。

スキルを見る

requesting-code-review

デザイン

このスキルは、コードレビュアーサブエージェントを起動し、処理を進める前に要件に対してコード変更を分析します。タスク完了後、主要な機能の実装後、またはmainブランチへのマージ前などに使用すべきです。このレビューは、現在の実装と元の計画を比較することで、問題を早期に発見するのに役立ちます。

スキルを見る

connect-mcp-server

デザイン

このスキルは、開発者がHTTP、stdio、またはSSEトランスポートを使用してMCPサーバーをClaude Codeに接続するための包括的なガイドを提供します。GitHub、Notion、カスタムAPIなどの外部サービスを統合するためのインストール、設定、認証、セキュリティについて解説しています。MCP統合のセットアップ、外部ツールの設定、またはClaudeのModel Context Protocolを扱う際にご利用ください。

スキルを見る

web-cli-teleport

デザイン

このスキルは、タスク分析に基づいて開発者がClaude Code WebとCLIインターフェースの選択を支援し、これらの環境間でのシームレスなセッションテレポーテーションを可能にします。Web、CLI、モバイル環境を切り替える際のセッション状態とコンテキストを管理することで、ワークフローを最適化します。様々な段階で異なるツールを必要とする複雑なプロジェクトにご活用ください。

スキルを見る