telebiz-mcp
Access Telegram data via MCP using the telebiz-tt browser client. Lists chats, reads messages, searches, manages folders, and sends messages through an authenticated Telegram session.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/acastellana/telebiz-mcp-skillWhat This Skill Does
The telebiz-mcp skill is a powerful bridge between the OpenClaw AI agent and your Telegram account. By utilizing the telebiz-tt browser client, this integration allows your AI agent to act as a personal assistant, managing your communications with precision. It enables the agent to list chats, retrieve message history, perform complex searches, manage folder categorization, and send messages directly through an authenticated Telegram session via a WebSocket relay. It essentially turns your Telegram client into a programmable, AI-driven workflow engine.
Installation
To get started, ensure you have Node.js 18+ installed. First, install the package globally using npm install -g @telebiz/telebiz-mcp. Next, log into your Telegram account at https://telebiz.io. Navigate to your local machine, navigate to your skill directory, and execute ./start-http.sh to initialize the persistent server on port 9718. Finally, enable 'Local MCP' within the Telebiz web settings under the Agent tab. You can verify your connection by running npm run health to confirm both the relay and browser executor are connected.
Use Cases
This skill is ideal for power users and professionals who want to automate their outreach or information management. You can use it to summarize long group chats, extract action items from direct messages, organize important conversations into specific folders automatically, or even set up automated reminders that get dispatched directly to your Telegram contacts. It is also useful for cross-referencing your CRM data with your active Telegram conversations.
Example Prompts
- "List the 5 most recent unread messages from my 'Work' folder and summarize the key action items for each."
- "Search for all messages from John Doe in the last 24 hours that contain the keyword 'invoice' and draft a polite reply asking for an ETA."
- "Move all chats currently in my 'General' folder that are related to 'Project X' into a new 'Project X' folder."
Tips & Limitations
- Rate Limiting: Always respect the rate limits. You are restricted to 20 calls per request and 30 calls per minute. Ensure there is a 500ms delay between standard operations and 1s for heavy operations.
- Batching: The
batchAddToFolderfunction contains a known bug. Avoid using it; instead, iterate through your chats and useaddChatToFoldersequentially to ensure stability. - CRM Stability: The
linkEntityToChatfeature is currently considered experimental and unreliable due to upstream schema inconsistencies; avoid mission-critical workflows involving this function until further notice.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-acastellana-telebiz-mcp-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
Skill Publisher Claw Skill
Skill by acastellana
Genlayer Dev
Skill by acastellana
vpn-rotate-skill
Bypass API rate limits by rotating VPN servers. Works with any OpenVPN-compatible VPN (ProtonVPN, NordVPN, Mullvad, etc.). Automatically rotates to new server every N requests for fresh IPs. Use for high-volume scraping, government APIs, geo-restricted data.
Genlayer
Skill by acastellana