skills/claude-skills-open/skills/channels/telegram-groups/SKILL.md
Posting, members, Telegram group management
npx skillsauth add aaaaqwq/agi-super-team telegram-groupsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Operations with Telegram groups: listing, posting, members, management
$TG_TOOLS_PATH/tools/tg_groups.py
# Groups only
python3 $TG_TOOLS_PATH/tools/tg_groups.py list
# Groups + channels
python3 $TG_TOOLS_PATH/tools/tg_groups.py list --all
# Text directly
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message "Hello!"
# From file
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message-file msg.txt
# In a specific topic (forum group)
python3 $TG_TOOLS_PATH/tools/tg_groups.py post "Group Name" --message "Hello!" --topic 123
Group Name -- search by substring (case-insensitive).
python3 $TG_TOOLS_PATH/tools/tg_groups.py members "Group Name"
python3 $TG_TOOLS_PATH/tools/tg_groups.py add-users "Group Name" --input users.csv
CSV format: username,name
python3 $TG_TOOLS_PATH/tools/tg_groups.py rename "Group Name" --name "New Name"
python3 $TG_TOOLS_PATH/tools/tg_groups.py topics "Group Name" --add "Topic Title"
python3 $TG_TOOLS_PATH/tools/tg_groups.py topics "Group Name" --add "Topic" --color 6FB9F0
add-users: requires admin rights, mutual contact, privacy settingsrename: requires admin rightstopics: only for forum groupstelegram-send -- DM sending (not to a group)telegram-scrape -- searching channels/groupsdevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.