comp-scout-daily

Automate daily competition data collection and issue management via cron.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/discreteds/competition-scout --skill comp-scout-daily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comp-scout-daily
Source: https://github.com/discreteds/competition-scout/tree/main/skills/comp-scout-daily
Command: npx skills add https://github.com/discreteds/competition-scout --skill comp-scout-daily

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the daily competition scouting workflow, coordinating scraping, deduplication, analysis, composition, and notifications without any human prompts, saving you hours each day.

Core Features & Use Cases

  • End-to-end automation: Orchestrates multiple sub-skills to scrape listings, verify duplicates, analyze strategies, draft entries, and notify stakeholders.
  • Unattended operation: Designed to run on a schedule with no user interaction.
  • Deduplication guard: Ensures each competition is tracked only once across sites.
  • Extensible workflow: Easily adapts to new sources or additional analysis steps.

Quick Start

Via Claude: "Perform daily competition scout" to run the full workflow. Or schedule with cron: 0 7 * * * claude -p "Perform daily competition scout" >> /var/log/comp-scout-daily.log 2>&1

Frequently Asked Questions about comp-scout-daily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily web scraping and deduplication across multiple competition sites?

This Skill automates end-to-end web scraping with built-in deduplication by checking URLs and titles against existing GitHub issues, then drafting entries and sending notifications—all on a cron schedule with zero manual intervention.

Can I run a competition workflow unattended on a schedule without human prompts?

Yes. The Skill orchestrates cron-based scraping, analysis, composition, and digest notifications in a fully unattended workflow, requiring only a one-time cron entry to execute daily at your chosen time.

What's the best way to prevent duplicate competition entries across multiple data sources?

This Skill implements strict cross-site deduplication by performing URL and title similarity checks against existing GitHub issues before persisting new entries, ensuring each competition is tracked only once.

How does this integrate with GitHub issues and command-line tools for competition management?

The Skill integrates directly with the gh CLI to check and create GitHub issues, uses Playwright for robust scraping, and reads CLAUDE.md-driven user preferences to customize collection and analysis behavior.

Does this Skill support email notifications for new competition findings?

Yes. The Skill includes optional SMTP-based digest alerts that notify stakeholders of newly found competitions after the daily workflow completes, configurable through your preferences.

Can I extend this workflow to add new competition sources or analysis steps?

The Skill's modular design is built for extensibility—you can easily adapt it to new scraping sources or add additional analysis and composition steps without restructuring the core workflow.