e2e-telegram

Run the Telegram end-to-end test suite for onboarding, messaging, media, and forum routing.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill e2e-telegram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-telegram
Source: https://github.com/Clawdi-AI/openclaw/tree/main/.agents/skills/e2e-telegram
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill e2e-telegram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the testing of the entire Telegram messaging pipeline, ensuring seamless communication between users, bots, and the OpenClaw assistant.

Core Features & Use Cases

  • Comprehensive Testing: Verifies onboarding, direct messages, media/file proxying, and forum topic routing.
  • Full Pipeline Simulation: Tests the flow from Telegram client to OpenClaw and back through the mux-server.
  • Use Case: Developers can use this Skill to automatically run a suite of tests after code changes to confirm that all aspects of the Telegram integration are functioning correctly, from sending a simple text message to handling complex media forwards and forum interactions.

Quick Start

Run the full Telegram end-to-end test suite using the provided script.

Frequently Asked Questions about e2e-telegram

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test a Telegram bot integration end-to-end?

End-to-end testing for a Telegram bot integration involves running an automated suite that validates onboarding, direct message round-trips, media file proxying, and forum topic routing across the messaging pipeline.

What does full pipeline Telegram messaging validation cover?

Full pipeline Telegram messaging validation covers the complete communication flow from the Telegram client through the mux-server to the AI assistant. It ensures reliable message handling for text, media forwards, and forum interactions.

Can I automate Telegram forum topic routing tests after code changes?

Yes, you can automate Telegram forum topic routing tests by running a comprehensive test suite after code changes. This confirms that forum interactions and message routing through the mux-server remain fully functional.

Does Telegram media and file proxying work with AI interactions?

Telegram media and file proxying works with AI interactions by routing files through the mux-server to the AI assistant. The end-to-end test suite validates this proxy flow to ensure reliable communication for complex media forwards.

What is the best way to verify Telegram onboarding flows automatically?

The best way to verify Telegram onboarding flows automatically is to execute a dedicated end-to-end test suite that simulates the user journey from the Telegram client to the server, validating the complete onboarding sequence.

Why does my Telegram direct message round-trip fail during testing?

A Telegram direct message round-trip fails during testing when the communication flow between the Telegram client, mux-server, and AI assistant breaks. Running an automated end-to-end test suite isolates the failure point.