web-research
Installation
SKILL.md
web-research
Structured web research protocol for CrawlioMCP. Produces normalized evidence records and findings through composite analysis tools.
analyze_page is the Swift-side analogue of crawlio-agent's extractPage, but not its mirror. It operates over HTTP against Crawlio's ControlServer rather than controlling a browser viewport directly.
Core Protocol: Acquire > Normalize > Analyze
1. Acquire
Use composite tools to gather evidence. Never use the low-level trigger_capture + sleep + get_enrichment pattern.
| Goal | Tool | Notes |
|---|---|---|
| Single-page evidence | analyze_page |
One call = capture + enrichment + crawl status. Returns evidenceId, evidenceQuality, gaps |
| Two-site comparison | compare_pages |
Sequential analysis with typed comparison evidence |
| Single evidence lookup | get_observation |
Verify a specific evidence record by ID |
| Bulk crawl data | get_crawled_urls |
After a completed crawl |
| Historical timeline | get_observations |
Append-only audit trail |