ecosystem_scan
Scan popular Claude ecosystem repositories, filter by minimum stars, and create or update profiles with automatic relevance classification.
Instructions
Scan popular Claude ecosystem repos (>=min_stars) and update ecosystem_repo_profiles.
Runs 8-10 gh search queries covering:
topic:claude-code / topic:mcp / topic:mcp-server / topic:claude-agent
topic:agent-framework + "claude" / topic:ai-agents + "claude"
"claude code plugin" / "anthropic agent"
anthropics org public repos
Deduplicates + filters >=min_stars + excludes known repos (CronusL-1141/AI-company etc.) Sets needs_deep_review=True for stars < 15000. relevance_category is auto-classified heuristically (based on topics + description keywords). Returns: {scanned: int, new_profiles: int, updated_profiles: int, skipped: int}
dry_run=True returns what would happen without writing to DB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| min_stars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||