Telegram Mini App
This skill creates a Telegram mini-app, enabling seamless interactions and content delivery within the popular messaging platform for enhanced user engagement.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telegram-mini-app npx -- -y @trustedskills/telegram-mini-app
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telegram-mini-app": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telegram-mini-app"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Telegram Mini Apps. It enables the agent to launch mini apps, send data to them, and receive responses, effectively extending the functionality of a Telegram bot beyond simple text commands. The agent can use this to access specialized services hosted within Telegram's ecosystem.
When to use it
- Booking appointments: Integrate with a booking mini app to schedule meetings or reservations directly through Telegram.
- E-commerce transactions: Facilitate purchases from stores that offer their services via Telegram Mini Apps.
- Accessing specialized tools: Utilize mini apps providing unique functionalities like image editing, data analysis, or game playing within the Telegram environment.
- Automated workflows: Trigger complex processes by interacting with specific mini app APIs.
Key capabilities
- Mini App Launching
- Data Transmission to Mini Apps
- Response Reception from Mini Apps
- Telegram Integration
Example prompts
- "Launch the 'OrderPizza' mini app."
- "Send the following data to the 'WeatherForecast' mini app: location=London, date=tomorrow."
- "Can you use the 'ExpenseTracker' mini app to log a $50 expense for lunch?"
Tips & gotchas
- Requires access to Telegram API and appropriate permissions.
- Mini App functionality is dependent on the specific Mini App being used; consult its documentation for details.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.