/scrape
Called by team.md router when action is `scrape`. Parallel web research across URLs or topics.
$ npx -y skills add coco-research/coco --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/scrape
Context preview
What this command does when you run it.
Called by team.md router when action is `scrape`. Parallel web research across URLs or topics.
Command definition
scrape.md/team scrape — Web Research Pipeline
> Called by team.md router when action is `scrape`. > Parallel web research across URLs or topics.
Role Selection Bias
| Layer | Preferred Roles | Count | |-------|----------------|-------| | L1 | domain-researcher (1 per URL/topic, max 6) | 2-6 | | L2 | technical-writer (compilation) | 1 | | L3 | domain-accuracy | 1 | | L4 | principal-architect or principal-pm | 1 |
Input Parsing
- URLs (starts with http/https) → one L1 agent per URL
- Quoted topics → one L1 agent per topic (uses WebSearch)
- Mixed → one agent per item
- Maximum 6 L1 agents
Pipeline Customization
Layer 1: Parallel Scraping
- **Mode:** `default` (web tools)
- URL agents: WebFetch → extract key info, code examples, API details
- Topic agents: WebSearch → WebFetch top 3-5 results → synthesize findings
- Each agent reports: key facts, code snippets, source URLs, confidence level
Layer 2: Compilation
technical-writer compiles all L1 findings into a unified research document:
- Deduplicated findings
- Cross-source validation
- Structured by topic/theme
**Toolkit integration:**
- No specific toolkit entries apply — agents use WebSearch/WebFetch directly
- Check team:toolkit.md only if outputting a formal document (e.g., research report)
Layer 3: Source Verification
domain-accuracy spot-checks:
- Are source URLs still valid?
- Do claims match what the sources actually say?
- Any contradictory information between sources?
Layer 4: Synthesis
Principal produces executive summary with ranked findings and recommended actions.
GSD Integration
N/A — Web scraping is project-context-independent.
Read more
/team scrape — Web Research Pipeline
> Called by team.md router when action is `scrape`. > Parallel web research across URLs or topics.
Role Selection Bias
| Layer | Preferred Roles | Count | |-------|----------------|-------| | L1 | domain-researcher (1 per URL/topic, max 6) | 2-6 | | L2 | technical-writer (compilation) | 1 | | L3 | domain-accuracy | 1 | | L4 | principal-architect or principal-pm | 1 |
Input Parsing
- URLs (starts with http/https) → one L1 agent per URL
- Quoted topics → one L1 agent per topic (uses WebSearch)
- Mixed → one agent per item
- Maximum 6 L1 agents
Pipeline Customization
Layer 1: Parallel Scraping
- **Mode:** `default` (web tools)
- URL agents: WebFetch → extract key info, code examples, API details
- Topic agents: WebSearch → WebFetch top 3-5 results → synthesize findings
- Each agent reports: key facts, code snippets, source URLs, confidence level
Layer 2: Compilation
technical-writer compiles all L1 findings into a unified research document:
- Deduplicated findings
- Cross-source validation
- Structured by topic/theme
**Toolkit integration:**
- No specific toolkit entries apply — agents use WebSearch/WebFetch directly
- Check team:toolkit.md only if outputting a formal document (e.g., research report)
Layer 3: Source Verification
domain-accuracy spot-checks:
- Are source URLs still valid?
- Do claims match what the sources actually say?
- Any contradictory information between sources?
Layer 4: Synthesis
Principal produces executive summary with ranked findings and recommended actions.
GSD Integration
N/A — Web scraping is project-context-independent.
Meet Coco. A superintelligent agent framework powered by an advisory board of 389 world-class minds. Scale your AI assistant into a complete engineering department with 142 skills, 277 commands, and persistent state. Universal compatibility. Local privacy. Free and open source.
Repo: coco-research/coco
Other commands on coco.
- /mermaid
Build beautiful Mermaid diagrams using beautiful-mermaid. Covers all 6 diagram types, theming, SVG/ASCII output, and CoCo Platform integration.
Open command - /read
Show latest emails from a specific person. Usage: /email-read alice
Open command - /reply
Draft a reply to a specific email. Usage: /email-reply Project Phase 2 Contract Data
Open command - /save
Save matching emails to a project folder for sync processing. Usage: /email-save alice to emails/
Open command - /search
Search emails by subject keywords. Usage: /email-search github webhook
Open command - /summary
AI summary of today's emails — key decisions, action items, meetings. No arguments needed.
Open command

