Initialize Telegram configuration. Use when user wants to set up, configure, or connect their Telegram account for the first time.
/plugin marketplace add lycfyi/community-agent-plugin/plugin install lycfyi-telegram-connector-plugins-telegram-connector@lycfyi/community-agent-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Initialize Telegram connection and configure sync settings.
This skill initializes your Telegram connection by:
Before using this skill, you must:
Get API credentials from https://my.telegram.org/apps
API_ID and API_HASHGenerate a session string using:
python ${CLAUDE_PLUGIN_ROOT}/scripts/generate_session.py
This will prompt for your phone number and verification code.
Add credentials to .env:
TELEGRAM_API_ID=your_api_id
TELEGRAM_API_HASH=your_api_hash
TELEGRAM_SESSION=your_session_string
Basic initialization:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_init.py
Set a specific group as default:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_init.py --group 1234567890
config/agents.yaml with Telegram settingsUsing a user token may violate Telegram's Terms of Service. This tool is intended for personal use only:
Use at your own risk.
0 - Success1 - Authentication error (invalid/expired session)2 - Configuration error (missing credentials)telegram-list - List groups and topicstelegram-sync - Sync messages to local storagetelegram-read - Read synced messagesThis skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.