List Telegram groups and channels. Use when user asks about available groups, channels, or wants to discover what's accessible.
/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.
List Telegram groups, channels, and forum topics.
This skill lists all accessible Telegram groups and channels. For groups with forum topics enabled, you can also list the individual topics.
List all groups:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_list.py
List topics in a specific group:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_list.py --group 1234567890
Output as JSON:
python ${CLAUDE_PLUGIN_ROOT}/tools/telegram_list.py --json
Found 5 groups/channels:
ID Type Members Topics Name
----------------------------------------------------------------------
1234567890 supergroup 1500 Yes My Community
9876543210 channel 5000 - News Channel
...
[
{
"id": 1234567890,
"name": "My Community",
"type": "supergroup",
"username": "mycommunity",
"member_count": 1500,
"has_topics": true
}
]
private - 1:1 private chatsgroup - Basic groups (< 200 members)supergroup - Upgraded groups (can have topics)channel - Broadcast channelsSome supergroups have "forum topics" enabled, which is similar to Discord's channel structure. When a group has topics:
--group GROUP_ID to see available topics0 - Success1 - Authentication error2 - Group not found or configuration errortelegram-init - Initialize Telegram connectiontelegram-sync - Sync messages from groupstelegram-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.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
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.