# Examples

> Tool call patterns, end-to-end workflow examples, and scenario references. This skill should be used when the user needs reference implementations, complete examples, or tool call patterns.

- Skill: `agents-store/examples-9` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add agents-store/examples-9`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agents-store/examples-9/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: agents-store (https://skillmd.com/u/agents-store)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agents-store/examples-9

---


# Examples & References

This skill provides reference implementations, tool call patterns, and complete workflow scenarios for Firecrawl web scraping.

## Reference Files

| File | Description |
|------|-------------|
| [tool-patterns.md](references/mcp/tool-patterns.md) | MCP tool call patterns with exact parameter formats |
| [workflow-examples.md](references/mcp/workflow-examples.md) | Multi-step workflow examples combining multiple tools |
| [content-extraction.md](references/scenarios/content-extraction.md) | Product data extraction from e-commerce sites |
| [competitive-analysis.md](references/scenarios/competitive-analysis.md) | Competitor research and analysis scenario |

## Quick Reference: All Tools by Group

### Scraping (1)
`scrape_url`

### Batch Operations (2)
`batch_scrape`, `check_batch_status`

### Crawling (3)
`crawl_site`, `get_crawl_status`, `map_site`

### Search & Extract (2)
`search`, `extract_data`

### Research Agent (2)
`agent`, `agent_status`

### Cloud Browser (4)
`browser_create`, `browser_execute`, `browser_list`, `browser_delete`

