add-telegram

Add a secure Telegram channel to NauggieClaw with bot token registration.

1|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/jboothomas/nauggieclaw --skill add-telegram-jboothomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-telegram
Source: https://github.com/jboothomas/nauggieclaw/tree/main/.claude/skills/add-telegram
Command: npx skills add https://github.com/jboothomas/nauggieclaw --skill add-telegram-jboothomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NauggieClaw needs a guided Telegram integration that merges the channel code, configures the bot token, syncs container environment variables, and registers chats so users can interact with their agent through Telegram.

Core Features & Use Cases

  • Code Integration and Testing: merges the Telegram skill branch, adds the grammy dependency, and runs npm install/build/tests to ensure the new channel compiles and passes unit tests.
  • Bot Provisioning and Environment Sync: walks the user through creating or supplying a Telegram bot token, storing it in .env, and copying it into data/env/env so containers inherit the credential.
  • Chat Registration and Verification: guides fetching chat IDs, registering main or trigger-only chats via the setup script, testing interactive messaging, and checking logs for troubleshooting.

Quick Start

Ask Auggie to add Telegram support now so it merges the branch, prompts for your bot token, configures the environment, and registers a chat.

Frequently Asked Questions about add-telegram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Telegram bot to an agent for chat notifications?

To connect a Telegram bot, you merge the channel branch, install the grammy dependency, register the bot token in environment variables, and verify chat IDs for interactive messaging. This enables direct agent control and notifications through Telegram.

What steps are needed to configure a Telegram bot token for container environments?

Configuring a Telegram bot token requires storing the credential in .env and copying it into data/env/env so containers inherit the variable. This environment sync ensures the bot authenticates correctly when deployed within the containerized setup.

Does adding a Telegram channel require running npm build and tests?

Yes, adding a Telegram channel requires running npm install, build, and tests to ensure the new channel code compiles and passes unit tests. This verification step happens after merging the skill branch and adding the grammy dependency.

Can I register specific Telegram chats for trigger-only notifications?

You can register Telegram chats as either main or trigger-only chats via the setup script. After fetching chat IDs and running the registration, you test interactive messaging and check logs to verify the chat configuration works correctly.

Why is my Telegram bot not sending messages after environment sync?

If the Telegram bot fails to send messages after environment sync, check the logs for troubleshooting errors. Common issues include an invalid bot token, unregistered chat IDs, or incomplete environment variable inheritance in the data/env/env configuration.

What is the best way to extend agent channels with Telegram integration?

The best way to extend agent channels with Telegram integration is to merge the dedicated skill branch, provision the bot token, sync environment variables, and register chats. This guided process ensures code compilation, environment configuration, and chat verification.