Agent Telegram standardizes how eight specialized AI agents send routed, recognizable progress updates to a Telegram user.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install telegram-agent-comm
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install telegram-agent-comm using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Telegram is a communication specification for multi-agent AI teams using Telegram as a reliable user-notification channel. It maps eight agent roles to dedicated account IDs, bot identities, emoji prefixes, and standardized reporting templates so users can quickly understand who sent a message and what happened.
As an Openclaw Skills integration, it requires every outbound message to use the message tool with channel: "telegram", the correct accountId, and the fixed target 5440561025. The workflow covers task acceptance, subtask completion, blockers, and final result aggregation while keeping role-based communication consistent across Windows, macOS, and Linux.
accountId and emoji. If the role is unknown, use default and the 🤖 prefix.action: "send", channel: "telegram", the role-specific accountId, and target: "5440561025".sproduct value rather than product.SKILL.md at the agent platform's skill workspace path:mkdir -p "$HOME/.skill-platform/workspace/skills/agent-telegram"
# Copy the Agent Telegram SKILL.md into the directory above
Create Telegram bots: Use Telegram's @BotFather to create one bot token for each agent role that needs an independent identity.
Configure Telegram accounts: Edit the platform configuration at $HOME/.skill-platform/skill-platform.json and add accounts under channels.telegram.accounts. Store each bot token in the corresponding account's token field.
mkdir -p "$HOME/.skill-platform"
${EDITOR:-vi} "$HOME/.skill-platform/skill-platform.json"
Register the role mapping: Configure these account IDs: default for main, architect, backend, frontend, sproduct for product, content, crawler, and qa.
Verify platform dependencies: Confirm that the agent platform provides the message tool, the LLM is available, and outbound HTTPS access to https://api.telegram.org is permitted.
Run a controlled test: Send a short test message using the standard schema, verify the sender identity and emoji, and confirm delivery to Telegram target 5440561025.
Secure the deployment: Keep bot tokens out of source control, restrict skill access, use HTTPS, and avoid transmitting sensitive data. Messages are limited to 4096 characters and cannot be recalled or edited after sending.
| Field | Type | Required | Description |
|---|---|---|---|
input |
string | Yes | Agent Telegram input data or command. |
options |
object | No | Additional settings such as mode or formatting preferences. |
callback_url |
string | No | URL for asynchronous completion notifications. |
| Field | Required value or format | Purpose |
|---|---|---|
action |
send |
Requests outbound delivery. |
channel |
telegram |
Selects the Telegram transport. |
accountId |
Role-specific ID | Selects the sending bot and agent identity. |
target |
5440561025 |
Fixed user Telegram ID defined by this specification. |
message |
Emoji plus structured text | Contains the user-facing update. |
| Agent role | accountId |
Emoji | Responsibility |
|---|---|---|---|
| main | default |
🤖 | Task distribution and final aggregation |
| architect | architect |
🏗️ | System design and technology selection |
| backend | backend |
🔧 | APIs and server development |
| frontend | frontend |
🎨 | UI and interaction development |
| product | sproduct |
🟡 | Requirements and prioritization |
| content | content |
✍️ | Copy and content assets |
| crawler | crawler |
🕷️ | Data collection |
| qa | qa |
🧪 | Quality verification |
$HOME/.skill-platform/skill-platform.json, specifically channels.telegram.accounts and each account's token.$HOME/.skill-platform/workspace/skills/agent-telegram/SKILL.md.$HOME/Desktop/project/data/output.json or documentation files.success, data.result, execution_time, metadata.version, metadata.processor, execution_log, and error.main role distributes work, receives updates, and publishes a consolidated summary.callback_url support and paid-tier real-time delivery status callbacks enable asynchronous monitoring.attachment field or a separate upload tool for direct attachments.Loading
GitHub Trending Feed automatically fetches and structures the latest GitHub Trending repositories for developers, teams, and AI-agent workflows.

A practical AI-HIVE migration and Token Hub alternative skill for auditing model compatibility, routing workloads, validating costs, and safely scaling image, video, and commerce generation.

Turn authorized livestream replays into evidence-based highlight timestamps, short-video scripts, subtitles, covers, and publish-ready vertical clips.

A critical OpenClaw security policy gate that limits agent risk, isolates actions, verifies outcomes, and enables safe recovery.

A safety-focused automation skill for managing Namecheap DNS records without accidentally replacing hidden or unmanaged entries.

agent-ready audits websites for AI agent discoverability and safely fixes structured data, trust pages, llms.txt, crawlability, and Ghost Pro deployment gaps.








































