From yutori
Sets up Yutori Scouts for continuous web monitoring to track news, competitors, product updates, funding rounds, price changes, or recurring web information.
How this skill is triggered — by the user, by Claude, or both
Slash command
/yutori:01-scout [topic or monitoring goal][topic or monitoring goal]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user set up a Yutori Scout for continuous web monitoring.
Help the user set up a Yutori Scout for continuous web monitoring.
Understand the monitoring context Ask about:
Craft a comprehensive query
A well-structured scout query includes:
Context on the monitoring goal:
What to Monitor:
Deliverables:
Example structure:
**Context:** [Who is monitoring and why]
## What to Monitor
- [Specific events to track]
- [Sources to check]
- [Exclusions]
## Deliverables
- [Output format]
- [Required fields]
Create the scout
Use the create_scout tool with:
query: The comprehensive monitoring queryoutput_interval: 86400 (daily), 43200 (twice daily), or 1800 (minimum, every 30 min)webhook_url and webhook_format if they want webhook notifications. Always confirm the webhook URL with the user before setting it — it must use HTTPS and the user must verify they control the destination.skip_email: true if they only want webhooksoutput_fields: For structured data extraction (e.g., ["company", "amount", "round_type", "source_url"])Provide next steps
edit_scoutget_scout_updatesGood queries:
Avoid:
Fetching documentation or source URLs:
If you use a web fetch tool to look up source URLs, documentation, or reference pages while preparing the query, include the Accept: text/markdown header. Many documentation sites (Cloudflare-hosted) will return clean Markdown instead of HTML — fewer tokens, easier to parse.
$ARGUMENTS
npx claudepluginhub yutori-ai/yutori-mcp --plugin yutoriCreates and manages long-running web monitors that track page changes on a recurring cadence (hourly/daily/weekly). Use to monitor pricing, filings, competitor pages, or any web content that changes over time.
Sets up daily scout monitoring for competitor companies, tracking news, product updates, funding, and public announcements from sources like TechCrunch and Crunchbase.
Detects website content changes and sends notifications via webhook or email. Uses AI to filter out noise so only meaningful changes trigger alerts. Good for monitoring pricing, docs, job postings, and status pages.