AgentSkillsCN

Scout

Scout

SKILL.md

Scout Skill

Scout the Beeper ecosystem for discoveries, trends, and insights.

Triggers

  • /scout - Run scouting operation
  • "scout the..." - Natural language trigger
  • "what's new in beeper" - Check for updates
  • "check beeper community" - Community status

Commands

Basic Scouting

code
/scout                          # Scout all configured sources
/scout beeper-dev-community     # Scout specific room
/scout --source github          # Scout specific source type
/scout --deep                   # Full historical scan

Analysis

code
/scout analyze                  # Analyze collected data
/scout analyze --topic webhooks # Topic-specific analysis
/scout trends                   # Show trending topics

Reports

code
/scout report                   # Generate summary report
/scout report weekly            # Weekly digest
/scout status                   # Show collection status

Examples

Scout for new developments:

code
User: What's new in the Beeper developer community?
Claude: [Runs scout, summarizes recent findings]

Deep dive on a topic:

code
User: Scout for all webhook discussions
Claude: [Searches across sources for webhook mentions, summarizes status]

Project discovery:

code
User: Find new community projects
Claude: [Scouts GitHub and Matrix for new repos and announcements]

Configuration

The skill uses configuration from:

  • config/default.json - Source and analysis settings
  • config/rooms.json - Matrix room definitions

Data Locations

  • data/sources/ - Raw findings by source
  • data/aggregated/ - Cross-source analysis
  • data/reports/ - Generated reports

Integration

This skill integrates with:

  • Beeper MCP - Direct access to messages via Desktop API
  • GitHub MCP - Repository and issue monitoring
  • File system - Local data storage and reports

Best Practices

  1. Start broad, then focus: Run general scout first, then drill into specific topics
  2. Use incremental mode: For regular updates, don't rescan full history
  3. Cross-reference: Findings from one source often relate to another
  4. Check status first: Run /scout status to see what's already collected