{
  "markdown": "# hdcd-telegram plugin\n\nClaude Code plugin for [hdcd-telegram](https://github.com/gohyperdev/hdcd-telegram) — a Rust-based Telegram channel server.\n\n3.5 MB binary. ~5 MB RAM. <50 ms startup. Full feature parity with the official Telegram plugin. Zero migration needed.\n\n## Install\n\n```\n/plugin install hdcd-telegram@gohyperdev\n```\n\nThe plugin automatically downloads the correct binary for your platform on first use.\n\n## Setup\n\n1. Create a bot via [@BotFather](https://t.me/BotFather) on Telegram\n2. Configure the token:\n   ```\n   /telegram:configure <your-bot-token>\n   ```\n3. Restart Claude Code:\n   ```bash\n   claude --dangerously-load-development-channels plugin:hdcd-telegram@hyperdev-plugins\n   ```\n4. DM your bot — it replies with a pairing code\n5. Pair:\n   ```\n   /telegram:access pair <code>\n   ```\n\n## Running alongside the official Telegram plugin\n\nhdcd-telegram supports `HDCD_TELEGRAM_BOT_TOKEN` as an alternative env var (v0.1.2+).\nThis lets you run both plugins with separate bots — no token conflict:\n\n```bash\n# ~/.claude/channels/telegram/.env\nHDCD_TELEGRAM_BOT_TOKEN=<your-hdcd-bot-token>\nTELEGRAM_BOT_TOKEN=<official-plugin-bot-token>\n```\n\nPriority: `HDCD_TELEGRAM_BOT_TOKEN` > `TELEGRAM_BOT_TOKEN` (env and .env).\nIf only `TELEGRAM_BOT_TOKEN` is set, it works as before — fully backward compatible.\n\n## Skills\n\n| Skill | Description |\n|---|---|\n| `/telegram:configure` | Save bot token, check status, setup walkthrough |\n| `/telegram:access` | Manage pairings, allowlists, group policies |\n\n## Features\n\n- All 8 Telegram message types (text, photo, document, voice, audio, video, video note, sticker)\n- 4 MCP tools: reply, react, edit_message, download_attachment\n- Access control with pairing flow and group policies\n- Voice transcription via Whisper (optional, local)\n- Permission relay for remote tool-use approval\n- Clean shutdown on stdin EOF\n\n## Requirements\n\n- macOS (Intel or Apple Silicon), Linux (x86_64 or ARM64), or Windows\n- curl (for binary download)\n- Claude Code 2.1.90+\n\n## License\n\nApache-2.0\n",
  "bytes": 2032,
  "sha": "81a3cb5afb21d298e8c26a6d32847c584ed358c7e405b8e8bfd60d23d62fd8b7",
  "repo_slug": "gohyperdev/hdcd-telegram-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_gohyperdev_hdcd_telegram_plugin_hdcd_tel_466de6d9/readme"
}