anysite-competitor-analyzer
Installation
SKILL.md
Competitor Analyzer
Systematic framework for gathering and analyzing competitive intelligence using Anysite MCP v2 tools.
Tool Interface (v2)
All data fetching uses the unified v2 meta-tools:
execute(source, category, endpoint, params)- Fetch data. Returns first 10 items +cache_key. Ifnext_offsetis present, useget_page()to load more.get_page(cache_key, offset, limit)- Paginate through cached results from a previousexecute(). Data cached 7 days.query_cache(cache_key, conditions, sort_by, aggregate, group_by)- Filter, sort, count, or aggregate already-fetched data without new API calls.export_data(cache_key, format)- Export full dataset as CSV, JSON, or JSONL. Returns a download URL.discover(source, category)- Inspect available endpoints and params before callingexecute().
Error handling: If execute() returns an error with llm_hint, follow the hint to fix the call. Common issues: wrong URN format, alias not found (search first), fsd_company vs company: prefix mismatch.