Agent skill

add-telegram

Add Telegram channel integration via Chat SDK.

NanoCo30,389★ · +78/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add nanocoai/nanoclaw --skill add-telegram --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/add-telegram/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 30,426 · +37 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Add Telegram Channel Adds Telegram bot support via the Chat SDK bridge. NanoClaw doesn't ship channels in trunk — this skill copies the Telegram adapter, its formatting/pairing helpers, and their tests in from the `channels` branch. The `pair-telegram` setup step is maintained in trunk, so it is not copied here. The mechanical steps under **Apply** carry `nc:` directive fences: an agent reads the prose and applies them, and a parser can apply them deterministically from the same document. Every directive is idempotent, so the whole skill is safe to re-run; anything a parser can't apply falls back to the prose beside it. ## Apply ### 1. Copy the adapter, helpers, and tests Fetch the `channels` branch and copy the Telegram adapter, its pairing and markdown-sanitize helpers (with their tests), and the registration test into place (overwrite — the branch is canonical): ```nc:copy from-branch:channels src/channels/telegram.ts src/channels/telegram-pairing.ts src/channels/telegram-pairing.test.ts src/channels/telegram-markdown-sanitize.ts src/channels/telegram-markdown-sanitize.test.ts src/channels/telegram-registration.test.ts ``` ### 2. Register the adapter Append the self-registrati

What's inside
Steps it walks through
  1. Apply
  2. 1. Copy the adapter, helpers, and tests
  3. 2. Register the adapter
  4. 3. Register the pairing setup step
  5. 4. Install the adapter package
  6. 5. Build and validate
  7. Credentials
  8. Restart
  9. Pair your chat
  10. Next Steps
  11. Channel Info
  12. Troubleshooting
Ships with 2 files
  • REMOVE.md
  • apply-fixtures.json
More from nanoclaw
All skills →
About this skill
What does the add-telegram skill do?

Add Telegram channel integration via Chat SDK.

How do I install it?

Run `npx skills add nanocoai/nanoclaw --skill add-telegram --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From nanocoai/nanoclaw, a repository with 30,426 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going