integration-test
Integration Test Skill
Run comprehensive integration tests for telclaude without manual Telegram interaction.
When to Use
Invoke this skill after modifying:
- SDK client code (
src/sdk/) - Session management (
src/sdk/session-manager.ts) - Skill loading or any SKILL.md files
- Network proxy configuration
- Voice/TTS functionality (
src/services/tts.ts) - Image generation (
src/services/image-generation.ts) - Telegram media handling (
src/telegram/media-detection.ts)
Quick Start
More from avivsinai/telclaude
weather
Fetches weather forecasts using wttr.in. Use when users ask about weather, temperature, forecasts, or conditions for any location.
2gifgrep
Searches for GIFs from Tenor/Giphy and downloads them for sending via Telegram. Use when users want reaction GIFs, memes, or animated images.
1memory
Social memory management for Telegram and social agents
1telegram-reply
Crafts Telegram-friendly replies for telclaude sessions, respecting media, heartbeats, and brevity.
1text-to-speech
Converts text to speech audio using OpenAI TTS API. Use when users request audio versions of text or want responses read aloud.
1summarize
Extracts and summarizes web content from URLs. Use when users share links or ask to summarize articles, YouTube videos, or web pages.
1