skills/claude-skills-open/skills/channels/telegram-scrape/SKILL.md
Search Telegram channels, read posts, ad contacts
npx skillsauth add aaaaqwq/agi-super-team telegram-scrapeInstall 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.
Search channels, read messages, analyze ad contacts
$TG_TOOLS_PATH/tools/tg_scrape.py
# Find channels with "ai" or "cursor" in the name
python3 $TG_TOOLS_PATH/tools/tg_scrape.py channels --keywords "ai,cursor"
# Save to CSV
python3 $TG_TOOLS_PATH/tools/tg_scrape.py channels --keywords "ai" --output channels.csv
# Save to JSON (more data: about, links)
python3 $TG_TOOLS_PATH/tools/tg_scrape.py channels --keywords "ai" --output channels.json
# With exclusions
python3 $TG_TOOLS_PATH/tools/tg_scrape.py channels --keywords "ai" --exclude "spam,nsfw"
Output: title, username, link, subscribers, ad_contacts, ad_links, about.
# Last 20 messages
python3 $TG_TOOLS_PATH/tools/tg_scrape.py messages "Channel Name" --limit 20
# From the last 7 days
python3 $TG_TOOLS_PATH/tools/tg_scrape.py messages "Channel Name" --days 7
Channel Name -- search by substring (case-insensitive).
python3 $TG_TOOLS_PATH/tools/tg_scrape.py ads --keywords "ai,cursor" --posts 10
Analyzes:
Output (JSON stdout): title, username, subscribers, score, ad_contacts, keyword_mentions, sample_posts.
| Command | Parameter | Description |
|---------|-----------|-------------|
| channels | --keywords, -k | Keywords comma-separated |
| channels | --exclude, -x | Exclude (comma-separated) |
| channels | --output, -o | File (.csv or .json) |
| messages | channel | Channel/group name |
| messages | --limit, -n | Max messages (default: 20) |
| messages | --days, -d | Only from last N days |
| ads | --keywords, -k | Keywords (required) |
| ads | --exclude, -x | Exclude |
| ads | --posts, -p | Posts to analyze (default: 10) |
telegram-groups -- group operationstelegram-send -- sending messages (e.g. to advertisers)development
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.