A CLI utility designed to trigger Telegram bot sessions and send targeted notifications within group threads.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install notify-bot
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 notify-bot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Notify Bot is a specialized automation utility that bridges CLI workflows with Telegram bot interactions. Its primary purpose is to send structured notifications to specific group topics, effectively waking up or activating bot sessions so they can receive further instructions. This is a critical component for developers orchestrating multi-agent systems where precise control over which bot is active is required.
By leveraging this tool within the Openclaw Skills framework, users can automate the initial handshake between a command-line environment and a Telegram-based AI agent. This ensures that the bot is ready to process commands from subsequent scripts like sessions_send without manual intervention.
The script is located at ~/.openclaw/shared/notify_bot.sh. Before use, ensure your bot tokens are stored in the macOS Keychain.
# Format for keychain entry:
# openclaw.telegram.<bot_name>.bot_token
# Basic usage:
notify_bot.sh <bot_name> <group_id> <topic_id> <message>
The skill manages data primarily through CLI arguments and Keychain lookups to maintain security and portability.
| Parameter | Description | Source |
|---|---|---|
| bot_name | The identifier for the bot (e.g., imagebot) | CLI Argument |
| group_id | The Telegram chat identifier | CLI Argument |
| topic_id | The specific thread ID within a group | CLI Argument |
| bot_token | The Telegram API secret | macOS Keychain |
Loading
A highly extensible automation framework designed to detect Xianyu payments and trigger customizable virtual goods delivery workflows.

A specialized automation skill for Goofish sellers to monitor chats and fulfill digital orders instantly using browser-based AI agents.

An automated lead generation skill that identifies companies via Exa and enriches contact data using Apollo for precise ICP matching.

WebMCP is a standardized interface that allows AI agents to interact with web applications through structured tools instead of brittle DOM scraping.

A comprehensive command-line interface for Obsidian that enables full control over vaults, notes, and system settings directly from the terminal.

An autonomous on-chain hedge fund enabling AI agents to pool USDC, earn compounding vault shares, and govern strategies via meritocratic voting.








































