community-intent

Installation
SKILL.md

Community intent

Call seo_list_reports with category ai-search when discovery is needed. Call seo_describe_report with id community-intent, then call seo_run_report with that id and only the described parameters. Read structuredContent as the machine contract. Use the CLI when MCP is unavailable:

seo reports describe community-intent --json
seo reports run community-intent --params '{"site":"sc-domain:example.com","days":90,"minImpressions":20,"limit":25}' --json
seo community-intent --project <project> --json

The generic runner validates the exact MCP schema before any provider call. Use the focused command when a human needs named flags and project-profile selection. Both paths execute the same report.

For a reproducible report pass startDate and endDate to MCP or use --start-date and --end-date in the CLI. Keep the range inside source.availableDateWindow. Do not combine an exact range with days.

Installs
1
Repository
iannuttall/seo
GitHub Stars
464
First Seen
Jul 11, 2026
community-intent — iannuttall/seo