telegram-business
Telegram bot for business automation — lead capture forms, inline keyboard menus, FAQ matching, appointment booking flows, and payment integration. Use for building customer-facing Telegram bots, community management, and lead generation.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/aiwithabidi/telegram-businessWhat This Skill Does
The telegram-business skill is a robust automation toolkit for building, managing, and scaling professional presence on Telegram. Designed for seamless integration within OpenClaw, this agent skill allows you to transform a standard bot into a powerful business tool. It enables automated lead capture, interactive menu generation via inline keyboards, FAQ management, and sophisticated appointment booking flows. By utilizing direct API interactions through simple command-line scripts, you can orchestrate complex communication loops without writing extensive backend code. Whether you need to deploy an automated sales assistant, manage community engagement, or process customer inquiries, this skill provides the underlying messaging infrastructure required for high-touch service delivery.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following installation command in your terminal:
clawhub install openclaw/skills/skills/aiwithabidi/telegram-business
Ensure you have your TELEGRAM_BOT_TOKEN from @BotFather ready, as it is required for all API interactions. Once installed, confirm the path for telegram_business.py is configured correctly to ensure execution permissions.
Use Cases
- Lead Generation: Automatically capture user contact info through guided form flows.
- Customer Support: Build an FAQ bot that recognizes keywords and provides instant responses.
- Appointment Scheduling: Integrate booking flows that allow users to select time slots via inline menus.
- Payment Integration: Use callback queries to trigger payment confirmation logic in your sales pipeline.
- Community Moderation: Broadcast updates or manage membership interactions with pre-configured inline keyboard shortcuts.
Example Prompts
- "OpenClaw, initialize the telegram business bot using token $TELEGRAM_BOT_TOKEN and set the welcome message to 'Welcome to our service, how can we assist you today?'"
- "Create an inline menu for the telegram bot that offers buttons for 'Book Appointment', 'Check Pricing', and 'Support' to user ID 987654321."
- "Send a follow-up lead capture form via telegram to the user who just clicked the 'Talk to Sales' button."
Tips & Limitations
- Rate Limiting: Always respect Telegram's message rate limits; avoid flooding user chats with rapid-fire requests.
- Security: Never hardcode your
TELEGRAM_BOT_TOKENin scripts intended for public repositories; use environment variables. - State Management: While this skill excels at message dispatch, complex multi-step conversation logic should be handled by a persistent database mapped to the user's
chat_id. - Error Handling: Use
get-webhookregularly to ensure your callback URLs are active and responsive.
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-aiwithabidi-telegram-business": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
freshsales
Freshsales CRM integration — manage contacts, leads, deals, accounts, tasks, and sales sequences via the Freshsales API. Track deal pipelines, automate lead assignments, log activities, and generate sales reports. Built for AI agents — Python stdlib only, no dependencies. Use for sales CRM, contact management, deal tracking, pipeline reporting, and sales automation.
gemini-video-analyzer
Native video analysis using Google Gemini API. Upload and analyze video files — describe scenes, extract text/UI, answer questions about content, transcribe speech, identify objects and actions. Use when: (1) User sends a video file and wants it analyzed, (2) Video summarization or description needed, (3) Extracting text, UI elements, or information from screen recordings, (4) Answering questions about video content, (5) Comparing multiple videos, (6) Analyzing tutorials, demos, or walkthroughs.
agent-memory
Full AI agent memory stack — Mem0 unified memory engine with vector search (Qdrant) and knowledge graph (Neo4j), plus SQLite for structured data. Complete setup script and tools. Give your OpenClaw agent a real brain with semantic recall, entity relationships, and structured storage.
neon
Neon serverless Postgres — manage projects, branches, databases, roles, endpoints, and compute via the Neon API. Create database branches for development, manage connection endpoints, scale compute, and monitor usage. Built for AI agents — Python stdlib only, zero dependencies. Use for serverless Postgres, database branching, database management, development workflows, and cloud database automation.
onepassword
1Password Connect — vaults, items, secrets management for server-side applications.