@hybridlabor-api/aos 4.0.2 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/.claude/agents/database-reviewer.md +109 -0
  2. package/.claude/agents/go-build-resolver.md +112 -0
  3. package/.claude/agents/opensource-forker.md +216 -0
  4. package/.claude/agents/opensource-sanitizer.md +206 -0
  5. package/.claude/agents/security-reviewer.md +126 -0
  6. package/.claude/agents/silent-failure-hunter.md +68 -0
  7. package/CLAUDE.md +15 -0
  8. package/README.md +0 -13
  9. package/THIRD_PARTY_NOTICES.md +133 -0
  10. package/package.json +4 -2
  11. package/skills/basic/bdbmediastorm/SKILL.md +7 -1
  12. package/skills/basic/startcycle/SKILL.md +2 -0
  13. package/skills/bdbrainstorm/SKILL.md +1 -0
  14. package/skills/global_config/plan-canvas/SKILL.md +233 -0
  15. package/skills/global_config/plan-canvas/scripts/lib/loopback-guard.js +59 -0
  16. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/markdown.js +301 -0
  17. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/sdk.js +239 -0
  18. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/server.js +636 -0
  19. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/sessions.js +271 -0
  20. package/skills/global_config/plan-canvas/scripts/lib/plan-canvas/ui.js +630 -0
  21. package/skills/global_config/plan-canvas/scripts/plan-canvas.js +419 -0
  22. package/.agents/skills/firecrawl/SKILL.md +0 -149
  23. package/.agents/skills/firecrawl/rules/install.md +0 -82
  24. package/.agents/skills/firecrawl/rules/security.md +0 -26
  25. package/.agents/skills/firecrawl-agent/SKILL.md +0 -58
  26. package/.agents/skills/firecrawl-build/SKILL.md +0 -39
  27. package/.agents/skills/firecrawl-build-interact/SKILL.md +0 -68
  28. package/.agents/skills/firecrawl-build-onboarding/SKILL.md +0 -103
  29. package/.agents/skills/firecrawl-build-onboarding/references/auth-flow.md +0 -39
  30. package/.agents/skills/firecrawl-build-onboarding/references/project-setup.md +0 -20
  31. package/.agents/skills/firecrawl-build-onboarding/references/sdk-installation.md +0 -17
  32. package/.agents/skills/firecrawl-build-scrape/SKILL.md +0 -69
  33. package/.agents/skills/firecrawl-build-search/SKILL.md +0 -69
  34. package/.agents/skills/firecrawl-crawl/SKILL.md +0 -59
  35. package/.agents/skills/firecrawl-download/SKILL.md +0 -70
  36. package/.agents/skills/firecrawl-interact/SKILL.md +0 -84
  37. package/.agents/skills/firecrawl-map/SKILL.md +0 -51
  38. package/.agents/skills/firecrawl-scrape/SKILL.md +0 -69
  39. package/.agents/skills/firecrawl-search/SKILL.md +0 -60
  40. package/docs/sessions/AUDIT-HANDOVER-2026-08-28.md +0 -169
  41. package/docs/sessions/BDB_REMOTEOS_MCP_HANDOVER.md +0 -130
  42. package/docs/sessions/SESSION-HANDOVER-v3.13.md +0 -249
  43. package/mcps/RhinoMCP/cc-plugin/.claude/settings.json +0 -10
  44. package/mcps/after-effects-mcp/build/index.js +0 -840
  45. package/mcps/after-effects-mcp/build/scripts/applyEffect.jsx +0 -153
  46. package/mcps/after-effects-mcp/build/scripts/applyEffectTemplate.jsx +0 -218
  47. package/mcps/after-effects-mcp/build/scripts/createComposition.jsx +0 -71
  48. package/mcps/after-effects-mcp/build/scripts/createShapeLayer.jsx +0 -147
  49. package/mcps/after-effects-mcp/build/scripts/createSolidLayer.jsx +0 -114
  50. package/mcps/after-effects-mcp/build/scripts/createTextLayer.jsx +0 -115
  51. package/mcps/after-effects-mcp/build/scripts/getLayerInfo.jsx +0 -192
  52. package/mcps/after-effects-mcp/build/scripts/getProjectInfo.jsx +0 -90
  53. package/mcps/after-effects-mcp/build/scripts/listCompositions.jsx +0 -50
  54. package/mcps/after-effects-mcp/build/scripts/mcp-bridge-auto.jsx +0 -1773
  55. package/mcps/after-effects-mcp/build/scripts/setLayerProperties.jsx +0 -160
  56. package/mcps/bdb-remoteos-mcp/queue.db +0 -0
  57. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/__init__.cpython-312.pyc +0 -0
  58. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/incus_client.cpython-312.pyc +0 -0
  59. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/main.cpython-312.pyc +0 -0
  60. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/queue.cpython-312.pyc +0 -0
  61. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/schemas.cpython-312.pyc +0 -0
  62. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/server.cpython-312.pyc +0 -0
  63. package/mcps/bdb-remoteos-mcp/src/bdb_remoteos_mcp/__pycache__/webhook.cpython-312.pyc +0 -0
  64. package/mcps/bdb-remoteos-mcp/tests/__pycache__/__init__.cpython-312.pyc +0 -0
  65. package/mcps/bdb-remoteos-mcp/tests/__pycache__/mock_incus.cpython-312.pyc +0 -0
  66. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_mcp_server.cpython-312-pytest-9.1.1.pyc +0 -0
  67. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_security_redteam.cpython-312-pytest-9.1.1.pyc +0 -0
  68. package/mcps/bdb-remoteos-mcp/tests/__pycache__/test_webhook.cpython-312-pytest-9.1.1.pyc +0 -0
  69. package/mcps/computer-use-mcp/dist/client.d.ts +0 -150
  70. package/mcps/computer-use-mcp/dist/client.js +0 -136
  71. package/mcps/computer-use-mcp/dist/entrypoint.d.ts +0 -16
  72. package/mcps/computer-use-mcp/dist/entrypoint.js +0 -26
  73. package/mcps/computer-use-mcp/dist/native.d.ts +0 -212
  74. package/mcps/computer-use-mcp/dist/native.js +0 -50
  75. package/mcps/computer-use-mcp/dist/server.d.ts +0 -32
  76. package/mcps/computer-use-mcp/dist/server.js +0 -342
  77. package/mcps/computer-use-mcp/dist/session.d.ts +0 -101
  78. package/mcps/computer-use-mcp/dist/session.js +0 -2372
  79. package/skills/bdbsaastraining/scripts/__pycache__/build_profile.cpython-314.pyc +0 -0
@@ -1,58 +0,0 @@
1
- ---
2
- name: firecrawl-agent
3
- description: |
4
- AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction.
5
- category: library
6
- allowed-tools:
7
- - Bash(firecrawl *)
8
- - Bash(npx firecrawl *)
9
- ---
10
-
11
- # firecrawl agent
12
-
13
- AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
14
-
15
- ## When to use
16
-
17
- - You need structured data from complex multi-page sites
18
- - Manual scraping would require navigating many pages
19
- - You want the AI to figure out where the data lives
20
-
21
- ## Quick start
22
-
23
- ```bash
24
- # Extract structured data
25
- firecrawl agent "extract all pricing tiers" --wait -o .firecrawl/pricing.json
26
-
27
- # With a JSON schema for structured output
28
- firecrawl agent "extract products" --schema '{"type":"object","properties":{"name":{"type":"string"},"price":{"type":"number"}}}' --wait -o .firecrawl/products.json
29
-
30
- # Focus on specific pages
31
- firecrawl agent "get feature list" --urls "<url>" --wait -o .firecrawl/features.json
32
- ```
33
-
34
- ## Options
35
-
36
- | Option | Description |
37
- | ---------------------- | ----------------------------------------- |
38
- | `--urls <urls>` | Starting URLs for the agent |
39
- | `--model <model>` | Model to use: spark-1-mini or spark-1-pro |
40
- | `--schema <json>` | JSON schema for structured output |
41
- | `--schema-file <path>` | Path to JSON schema file |
42
- | `--max-credits <n>` | Credit limit for this agent run |
43
- | `--wait` | Wait for agent to complete |
44
- | `--pretty` | Pretty print JSON output |
45
- | `-o, --output <path>` | Output file path |
46
-
47
- ## Tips
48
-
49
- - Always use `--wait` to get results inline. Without it, returns a job ID.
50
- - Use `--schema` for predictable, structured output — otherwise the agent returns freeform data.
51
- - Agent runs consume more credits than simple scrapes. Use `--max-credits` to cap spending.
52
- - For simple single-page extraction, prefer `scrape` — it's faster and cheaper.
53
-
54
- ## See also
55
-
56
- - [firecrawl-scrape](../firecrawl-scrape/SKILL.md) — simpler single-page extraction
57
- - [firecrawl-interact](../firecrawl-interact/SKILL.md) — scrape + interact for manual page interaction (more control)
58
- - [firecrawl-crawl](../firecrawl-crawl/SKILL.md) — bulk extraction without AI
@@ -1,39 +0,0 @@
1
- ---
2
- name: firecrawl-build
3
- description: >-
4
- Integrate Firecrawl into product code for web scraping, crawling, searching, and interaction.
5
- Use this skill when an application needs to access web data, extract content, or automate web interactions.
6
- category: library
7
- allowed-tools:
8
- - Bash(firecrawl *)
9
- - Bash(npx firecrawl *)
10
- ---
11
- # Firecrawl Build
12
-
13
- This skill enables the integration of Firecrawl into product code for web scraping, crawling, searching, and interaction.
14
-
15
- ## Usage
16
-
17
- To use this skill, ensure you have the Firecrawl CLI installed and authenticated. You can then use the following commands to integrate Firecrawl into your application:
18
-
19
- * `firecrawl scrape <URL>`: Extract content from a specified URL.
20
- * `firecrawl crawl <URL>`: Crawl an entire website or a specific section.
21
- * `firecrawl search <query>`: Search the web for specific content.
22
- * `firecrawl interact <URL>`: Interact with a webpage, such as clicking buttons or filling out forms.
23
-
24
- ## Examples
25
-
26
- * "Scrape the content from https://example.com"
27
- `firecrawl scrape https://example.com --format markdown`
28
- * "Crawl the /docs section of example.com"
29
- `firecrawl crawl https://example.com --include-paths /docs --wait -o docs.json`
30
- * "Search for recent news on AI"
31
- `firecrawl search "recent news on AI" --limit 5`
32
- * "Interact with the login form on https://example.com/login"
33
- `firecrawl interact https://example.com/login --prompt "Fill in the email field with user@example.com and click the login button"`
34
-
35
- ## See Also
36
-
37
- * [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md)
38
- * [firecrawl-build-search](../firecrawl-build-search/SKILL.md)
39
- * [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md)
@@ -1,68 +0,0 @@
1
- ---
2
- name: firecrawl-build-interact
3
- description: Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `/scrape` cannot complete.
4
- category: library
5
- license: ISC
6
- metadata:
7
- author: firecrawl
8
- version: "0.1.0"
9
- homepage: https://www.firecrawl.dev
10
- source: https://github.com/firecrawl/skills
11
- inputs:
12
- - name: FIRECRAWL_API_KEY
13
- description: Firecrawl API key for hosted Firecrawl requests.
14
- required: true
15
- - name: FIRECRAWL_API_URL
16
- description: Optional base URL for self-hosted Firecrawl deployments.
17
- required: false
18
- ---
19
-
20
- # Firecrawl Build Interact
21
-
22
- Use this when `/scrape` is not enough because the feature needs to act on the page.
23
-
24
- ## Use This When
25
-
26
- - content appears only after clicks, typing, or navigation
27
- - the feature needs forms, pagination, filters, or multi-step flows
28
- - the product must stay in the same browser context after scraping
29
-
30
- ## Default Recommendations
31
-
32
- - Start with `/scrape`, then escalate to `/interact`.
33
- - Keep `/interact` scoped to the smallest browser workflow that unlocks the data.
34
- - Use persistent profiles only when the feature truly needs authenticated state across sessions.
35
-
36
- ## Common Product Patterns
37
-
38
- - search forms and faceted filters
39
- - paginated result sets
40
- - login-gated dashboards or tools
41
- - flows where the page must be explored before extraction is complete
42
-
43
- ## Implementation Notes
44
-
45
- - `/interact` is the right tool when the page must be manipulated, not just read.
46
- - Keep prompts or action code specific to the product flow.
47
- - If the use case is fully open-ended browser automation, evaluate whether a browser sandbox is a better product fit.
48
-
49
- ## Escalation Rules
50
-
51
- - If the page can be read directly, stay on [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md).
52
-
53
- ## Docs (Source of Truth)
54
-
55
- Read the source-of-truth page for your project language before writing integration code:
56
-
57
- - **Node / TypeScript**: [docs.firecrawl.dev/agent-source-of-truth/node](https://docs.firecrawl.dev/agent-source-of-truth/node)
58
- - **Python**: [docs.firecrawl.dev/agent-source-of-truth/python](https://docs.firecrawl.dev/agent-source-of-truth/python)
59
- - **Rust**: [docs.firecrawl.dev/agent-source-of-truth/rust](https://docs.firecrawl.dev/agent-source-of-truth/rust)
60
- - **Java**: [docs.firecrawl.dev/agent-source-of-truth/java](https://docs.firecrawl.dev/agent-source-of-truth/java)
61
- - **Elixir**: [docs.firecrawl.dev/agent-source-of-truth/elixir](https://docs.firecrawl.dev/agent-source-of-truth/elixir)
62
- - **cURL / REST**: [docs.firecrawl.dev/agent-source-of-truth/curl](https://docs.firecrawl.dev/agent-source-of-truth/curl)
63
-
64
- ## See Also
65
-
66
- - [firecrawl-build](../firecrawl-build/SKILL.md)
67
- - [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md)
68
- - [firecrawl-build-search](../firecrawl-build-search/SKILL.md)
@@ -1,103 +0,0 @@
1
- ---
2
- name: firecrawl-build-onboarding
3
- description: Get Firecrawl credentials and SDK setup into a project. Use when an application needs `FIRECRAWL_API_KEY`, when an agent should add Firecrawl to `.env`, when the user wants to authenticate Firecrawl for app code, or when choosing the first SDK and docs for a new Firecrawl integration. This skill includes its own browser auth flow, so it does not depend on the website onboarding skill.
4
- category: library
5
- license: ISC
6
- metadata:
7
- author: firecrawl
8
- version: "0.1.0"
9
- homepage: https://www.firecrawl.dev
10
- source: https://github.com/firecrawl/skills
11
- inputs:
12
- - name: FIRECRAWL_API_KEY
13
- description: Firecrawl API key used for hosted Firecrawl API requests.
14
- required: true
15
- - name: FIRECRAWL_API_URL
16
- description: Optional base URL for self-hosted Firecrawl deployments.
17
- required: false
18
- references:
19
- - references/auth-flow.md
20
- - references/sdk-installation.md
21
- - references/project-setup.md
22
- ---
23
-
24
- # Firecrawl Build Onboarding
25
-
26
- Use this skill for the application-integration path from Firecrawl's onboarding flow.
27
-
28
- ## Install
29
-
30
- If you haven't installed yet, one command sets up both the CLI tools
31
- (for live web work) and the build skills (for app integration):
32
-
33
- ```bash
34
- npx -y firecrawl-cli@latest init --all --browser
35
- ```
36
-
37
- This installs the Firecrawl CLI, the CLI skills, and these build skills
38
- together. It also opens browser auth so the human can sign in or create
39
- an account. No separate `npx skills add` step is needed.
40
-
41
- ## Use This When
42
-
43
- - a project needs `FIRECRAWL_API_KEY`
44
- - the user wants Firecrawl wired into `.env`
45
- - you are adding Firecrawl to an app for the first time
46
- - you need to choose the first SDK or REST path
47
-
48
- If the human still needs to sign up, sign in, or authorize access in the browser, use the auth flow reference in this skill.
49
-
50
- ## Quick Start
51
-
52
- If the user already has an API key, place it in `.env`:
53
-
54
- ```dotenv
55
- FIRECRAWL_API_KEY=fc-...
56
- ```
57
-
58
- If the project is self-hosted, also set:
59
-
60
- ```dotenv
61
- FIRECRAWL_API_URL=https://your-firecrawl-instance.example.com
62
- ```
63
-
64
- Then decide which integration path applies:
65
-
66
- - **Fresh project** -> choose the target stack, install the SDK, add the first Firecrawl call, and run a smoke test
67
- - **Existing project** -> inspect the repo first, then integrate Firecrawl where the project already handles third-party APIs and env vars
68
-
69
- ## What Do You Need?
70
-
71
- | Task | Reference |
72
- |---|---|
73
- | **Run the browser auth flow and save `FIRECRAWL_API_KEY`** | [references/auth-flow.md](references/auth-flow.md) |
74
- | **Install the right SDK** | [references/sdk-installation.md](references/sdk-installation.md) |
75
- | **Put credentials into `.env` or project config** | [references/project-setup.md](references/project-setup.md) |
76
- | **Choose the right endpoint after setup** | [firecrawl-build](../firecrawl-build/SKILL.md) |
77
- | **Need live web tooling during this task** | The CLI skills are already installed from the same command |
78
- | **Start implementation from a known URL** | [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md) |
79
- | **Start implementation from a query** | [firecrawl-build-search](../firecrawl-build-search/SKILL.md) |
80
-
81
- ## Docs (Source of Truth)
82
-
83
- Read the source-of-truth page for your project language for SDK usage, schemas, and examples:
84
-
85
- - **Node / TypeScript**: [docs.firecrawl.dev/agent-source-of-truth/node](https://docs.firecrawl.dev/agent-source-of-truth/node)
86
- - **Python**: [docs.firecrawl.dev/agent-source-of-truth/python](https://docs.firecrawl.dev/agent-source-of-truth/python)
87
- - **Rust**: [docs.firecrawl.dev/agent-source-of-truth/rust](https://docs.firecrawl.dev/agent-source-of-truth/rust)
88
- - **Java**: [docs.firecrawl.dev/agent-source-of-truth/java](https://docs.firecrawl.dev/agent-source-of-truth/java)
89
- - **Elixir**: [docs.firecrawl.dev/agent-source-of-truth/elixir](https://docs.firecrawl.dev/agent-source-of-truth/elixir)
90
- - **cURL / REST**: [docs.firecrawl.dev/agent-source-of-truth/curl](https://docs.firecrawl.dev/agent-source-of-truth/curl)
91
-
92
- ## After Setup
93
-
94
- Once the key is present:
95
-
96
- 1. decide whether this is a fresh project or an existing codebase
97
- 2. ask what Firecrawl should do in the product
98
- 3. pick the narrowest endpoint that matches that behavior
99
- 4. read the source-of-truth page for the project language before writing code
100
- 5. add the SDK or REST call in code
101
- 6. run a smoke test that proves one real Firecrawl request succeeds
102
- 7. use the endpoint-specific skills in this repo for implementation guidance
103
- 8. if you also need live web tooling during the current task, the CLI skills are already installed — use `firecrawl/cli`
@@ -1,39 +0,0 @@
1
- # Auth Flow
2
-
3
- Use this browser flow when the user does not already have a Firecrawl API key.
4
-
5
- ## Step 1: Generate auth parameters
6
-
7
- ```bash
8
- SESSION_ID=$(openssl rand -hex 32)
9
- CODE_VERIFIER=$(openssl rand -base64 32 | tr '+/' '-_' | tr -d '=\n' | head -c 43)
10
- CODE_CHALLENGE=$(printf '%s' "$CODE_VERIFIER" | openssl dgst -sha256 -binary | openssl base64 -A | tr '+/' '-_' | tr -d '=')
11
- ```
12
-
13
- ## Step 2: Ask the user to open this URL
14
-
15
- ```text
16
- https://www.firecrawl.dev/cli-auth?code_challenge=$CODE_CHALLENGE&source=coding-agent#session_id=$SESSION_ID
17
- ```
18
-
19
- The user completes the browser authorization flow. If successful, the API key becomes available through the polling endpoint.
20
-
21
- ## Step 3: Poll for completion
22
-
23
- ```http
24
- POST https://www.firecrawl.dev/api/auth/cli/status
25
- Content-Type: application/json
26
-
27
- {"session_id":"$SESSION_ID","code_verifier":"$CODE_VERIFIER"}
28
- ```
29
-
30
- Responses:
31
-
32
- - `{"status":"pending"}` - continue polling
33
- - `{"status":"complete","apiKey":"fc-...","teamName":"..."}`
34
-
35
- ## Step 4: Save the key
36
-
37
- ```bash
38
- echo "FIRECRAWL_API_KEY=fc-..." >> .env
39
- ```
@@ -1,20 +0,0 @@
1
- # Project Setup
2
-
3
- For hosted Firecrawl, add this to `.env`:
4
-
5
- ```dotenv
6
- FIRECRAWL_API_KEY=fc-...
7
- ```
8
-
9
- For self-hosted Firecrawl, add:
10
-
11
- ```dotenv
12
- FIRECRAWL_API_KEY=fc-...
13
- FIRECRAWL_API_URL=https://your-firecrawl-instance.example.com
14
- ```
15
-
16
- Project setup guidance:
17
-
18
- - Keep the key in environment variables or the platform secret manager.
19
- - Do not hardcode credentials in source files.
20
- - If the app has separate environments, mirror the key setup across development, preview, and production as needed.
@@ -1,17 +0,0 @@
1
- # SDK Installation
2
-
3
- Install the SDK that matches the project stack after `FIRECRAWL_API_KEY` is available.
4
-
5
- ## JavaScript / TypeScript
6
-
7
- ```bash
8
- npm install @mendable/firecrawl-js
9
- ```
10
-
11
- ## Python
12
-
13
- ```bash
14
- pip install firecrawl-py
15
- ```
16
-
17
- If the project already has a preferred HTTP client abstraction, direct REST calls are also fine.
@@ -1,69 +0,0 @@
1
- ---
2
- name: firecrawl-build-scrape
3
- description: Integrate Firecrawl `/scrape` into product code for single-page extraction. Use when an app already has a URL and needs markdown, HTML, links, screenshots, metadata, or structured page output. Prefer this skill over broader crawl patterns when the feature is page-level.
4
- category: library
5
- license: ISC
6
- metadata:
7
- author: firecrawl
8
- version: "0.1.0"
9
- homepage: https://www.firecrawl.dev
10
- source: https://github.com/firecrawl/skills
11
- inputs:
12
- - name: FIRECRAWL_API_KEY
13
- description: Firecrawl API key for hosted Firecrawl requests.
14
- required: true
15
- - name: FIRECRAWL_API_URL
16
- description: Optional base URL for self-hosted Firecrawl deployments.
17
- required: false
18
- ---
19
-
20
- # Firecrawl Build Scrape
21
-
22
- Use this when the application already has the URL and needs content from one page.
23
-
24
- ## Use This When
25
-
26
- - the feature starts from a known URL
27
- - you need page content for retrieval, summarization, enrichment, or monitoring
28
- - you want the default extraction primitive before considering `/interact`
29
-
30
- ## Default Recommendations
31
-
32
- - Return `markdown` unless the feature truly needs another format.
33
- - Use `onlyMainContent` for article-like pages where nav and chrome add noise.
34
- - Add waits or other rendering options only when the page needs them.
35
-
36
- ## Common Product Patterns
37
-
38
- - knowledge ingestion from known URLs
39
- - enrichment from a company, product, or docs page
40
- - pricing, changelog, and documentation extraction
41
- - page-level quality checks or monitoring
42
-
43
- ## Escalation Rules
44
-
45
- - If you do not have the URL yet, start with [firecrawl-build-search](../firecrawl-build-search/SKILL.md).
46
- - If content requires clicks, typing, or multi-step navigation, escalate to [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md).
47
-
48
- ## Implementation Notes
49
-
50
- - Keep the integration narrow: one feature, one URL, one extraction contract.
51
- - Treat `/scrape` as the default primitive for downstream LLM or indexing pipelines.
52
- - Request richer formats only when the consumer needs them, such as links, screenshots, or branding data.
53
-
54
- ## Docs (Source of Truth)
55
-
56
- Read the source-of-truth page for your project language before writing integration code:
57
-
58
- - **Node / TypeScript**: [docs.firecrawl.dev/agent-source-of-truth/node](https://docs.firecrawl.dev/agent-source-of-truth/node)
59
- - **Python**: [docs.firecrawl.dev/agent-source-of-truth/python](https://docs.firecrawl.dev/agent-source-of-truth/python)
60
- - **Rust**: [docs.firecrawl.dev/agent-source-of-truth/rust](https://docs.firecrawl.dev/agent-source-of-truth/rust)
61
- - **Java**: [docs.firecrawl.dev/agent-source-of-truth/java](https://docs.firecrawl.dev/agent-source-of-truth/java)
62
- - **Elixir**: [docs.firecrawl.dev/agent-source-of-truth/elixir](https://docs.firecrawl.dev/agent-source-of-truth/elixir)
63
- - **cURL / REST**: [docs.firecrawl.dev/agent-source-of-truth/curl](https://docs.firecrawl.dev/agent-source-of-truth/curl)
64
-
65
- ## See Also
66
-
67
- - [firecrawl-build](../firecrawl-build/SKILL.md)
68
- - [firecrawl-build-search](../firecrawl-build-search/SKILL.md)
69
- - [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md)
@@ -1,69 +0,0 @@
1
- ---
2
- name: firecrawl-build-search
3
- description: Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.
4
- category: library
5
- license: ISC
6
- metadata:
7
- author: firecrawl
8
- version: "0.1.0"
9
- homepage: https://www.firecrawl.dev
10
- source: https://github.com/firecrawl/skills
11
- inputs:
12
- - name: FIRECRAWL_API_KEY
13
- description: Firecrawl API key for hosted Firecrawl requests.
14
- required: true
15
- - name: FIRECRAWL_API_URL
16
- description: Optional base URL for self-hosted Firecrawl deployments.
17
- required: false
18
- ---
19
-
20
- # Firecrawl Build Search
21
-
22
- Use this when the application starts with a query, not a URL.
23
-
24
- ## Use This When
25
-
26
- - the user asks a question and the product must discover sources first
27
- - the feature needs current web results
28
- - you want to turn a search query into a shortlist of pages for later scraping
29
-
30
- ## Default Recommendations
31
-
32
- - Use `/search` first when URL discovery is part of the product behavior.
33
- - Keep search and extraction conceptually separate unless scraping search results is clearly required.
34
- - Prefer selective follow-up extraction over broad hydration when cost or latency matters.
35
-
36
- ## Common Product Patterns
37
-
38
- - answer generation with cited sources
39
- - company, competitor, or topic discovery
40
- - research workflows that produce a shortlist before deeper extraction
41
- - query-to-URL pipelines for later `/scrape` or `/interact`
42
-
43
- ## Escalation Rules
44
-
45
- - If you already have the URL, use [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md).
46
- - If the result page then requires clicks or form interaction, escalate to [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md).
47
-
48
- ## Implementation Notes
49
-
50
- - Treat `/search` as discovery, ranking, and source selection.
51
- - Be explicit about whether the product needs snippets, URLs, or full result content.
52
- - Keep the query contract stable so downstream scraping logic stays predictable.
53
-
54
- ## Docs (Source of Truth)
55
-
56
- Read the source-of-truth page for your project language before writing integration code:
57
-
58
- - **Node / TypeScript**: [docs.firecrawl.dev/agent-source-of-truth/node](https://docs.firecrawl.dev/agent-source-of-truth/node)
59
- - **Python**: [docs.firecrawl.dev/agent-source-of-truth/python](https://docs.firecrawl.dev/agent-source-of-truth/python)
60
- - **Rust**: [docs.firecrawl.dev/agent-source-of-truth/rust](https://docs.firecrawl.dev/agent-source-of-truth/rust)
61
- - **Java**: [docs.firecrawl.dev/agent-source-of-truth/java](https://docs.firecrawl.dev/agent-source-of-truth/java)
62
- - **Elixir**: [docs.firecrawl.dev/agent-source-of-truth/elixir](https://docs.firecrawl.dev/agent-source-of-truth/elixir)
63
- - **cURL / REST**: [docs.firecrawl.dev/agent-source-of-truth/curl](https://docs.firecrawl.dev/agent-source-of-truth/curl)
64
-
65
- ## See Also
66
-
67
- - [firecrawl-build](../firecrawl-build/SKILL.md)
68
- - [firecrawl-build-scrape](../firecrawl-build-scrape/SKILL.md)
69
- - [firecrawl-build-interact](../firecrawl-build-interact/SKILL.md)
@@ -1,59 +0,0 @@
1
- ---
2
- name: firecrawl-crawl
3
- description: |
4
- Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.
5
- category: library
6
- allowed-tools:
7
- - Bash(firecrawl *)
8
- - Bash(npx firecrawl *)
9
- ---
10
-
11
- # firecrawl crawl
12
-
13
- Bulk extract content from a website. Crawls pages following links up to a depth/limit.
14
-
15
- ## When to use
16
-
17
- - You need content from many pages on a site (e.g., all `/docs/`)
18
- - You want to extract an entire site section
19
- - Step 4 in the [workflow escalation pattern](firecrawl-cli): search → scrape → map → **crawl** → interact
20
-
21
- ## Quick start
22
-
23
- ```bash
24
- # Crawl a docs section
25
- firecrawl crawl "<url>" --include-paths /docs --limit 50 --wait -o .firecrawl/crawl.json
26
-
27
- # Full crawl with depth limit
28
- firecrawl crawl "<url>" --max-depth 3 --wait --progress -o .firecrawl/crawl.json
29
-
30
- # Check status of a running crawl
31
- firecrawl crawl <job-id>
32
- ```
33
-
34
- ## Options
35
-
36
- | Option | Description |
37
- | ------------------------- | ------------------------------------------- |
38
- | `--wait` | Wait for crawl to complete before returning |
39
- | `--progress` | Show progress while waiting |
40
- | `--limit <n>` | Max pages to crawl |
41
- | `--max-depth <n>` | Max link depth to follow |
42
- | `--include-paths <paths>` | Only crawl URLs matching these paths |
43
- | `--exclude-paths <paths>` | Skip URLs matching these paths |
44
- | `--delay <ms>` | Delay between requests |
45
- | `--max-concurrency <n>` | Max parallel crawl workers |
46
- | `--pretty` | Pretty print JSON output |
47
- | `-o, --output <path>` | Output file path |
48
-
49
- ## Tips
50
-
51
- - Always use `--wait` when you need the results immediately. Without it, crawl returns a job ID for async polling.
52
- - Use `--include-paths` to scope the crawl — don't crawl an entire site when you only need one section.
53
- - Crawl consumes credits per page. Check `firecrawl credit-usage` before large crawls.
54
-
55
- ## See also
56
-
57
- - [firecrawl-scrape](../firecrawl-scrape/SKILL.md) — scrape individual pages
58
- - [firecrawl-map](../firecrawl-map/SKILL.md) — discover URLs before deciding to crawl
59
- - [firecrawl-download](../firecrawl-download/SKILL.md) — download site to local files (uses map + scrape)
@@ -1,70 +0,0 @@
1
- ---
2
- name: firecrawl-download
3
- description: |
4
- Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.
5
- category: library
6
- allowed-tools:
7
- - Bash(firecrawl *)
8
- - Bash(npx firecrawl *)
9
- ---
10
-
11
- # firecrawl download
12
-
13
- > **Experimental.** Convenience command that combines `map` + `scrape` to save an entire site as local files.
14
-
15
- Maps the site first to discover pages, then scrapes each one into nested directories under `.firecrawl/`. All scrape options work with download. Always pass `-y` to skip the confirmation prompt.
16
-
17
- ## When to use
18
-
19
- - You want to save an entire site (or section) to local files
20
- - You need offline access to documentation or content
21
- - Bulk content extraction with organized file structure
22
-
23
- ## Quick start
24
-
25
- ```bash
26
- # Interactive wizard (picks format, screenshots, paths for you)
27
- firecrawl download https://docs.example.com
28
-
29
- # With screenshots
30
- firecrawl download https://docs.example.com --screenshot --limit 20 -y
31
-
32
- # Multiple formats (each saved as its own file per page)
33
- firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
34
- # Creates per page: index.md + links.txt + screenshot.png
35
-
36
- # Filter to specific sections
37
- firecrawl download https://docs.example.com --include-paths "/features,/sdks"
38
-
39
- # Skip translations
40
- firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
41
-
42
- # Full combo
43
- firecrawl download https://docs.example.com \
44
- --include-paths "/features,/sdks" \
45
- --exclude-paths "/zh,/ja" \
46
- --only-main-content \
47
- --screenshot \
48
- -y
49
- ```
50
-
51
- ## Download options
52
-
53
- | Option | Description |
54
- | ------------------------- | -------------------------------------------------------- |
55
- | `--limit <n>` | Max pages to download |
56
- | `--search <query>` | Filter URLs by search query |
57
- | `--include-paths <paths>` | Only download matching paths |
58
- | `--exclude-paths <paths>` | Skip matching paths |
59
- | `--allow-subdomains` | Include subdomain pages |
60
- | `-y` | Skip confirmation prompt (always use in automated flows) |
61
-
62
- ## Scrape options (all work with download)
63
-
64
- `-f <formats>`, `-H`, `-S`, `--screenshot`, `--full-page-screenshot`, `--only-main-content`, `--include-tags`, `--exclude-tags`, `--wait-for`, `--max-age`, `--country`, `--languages`
65
-
66
- ## See also
67
-
68
- - [firecrawl-map](../firecrawl-map/SKILL.md) — just discover URLs without downloading
69
- - [firecrawl-scrape](../firecrawl-scrape/SKILL.md) — scrape individual pages
70
- - [firecrawl-crawl](../firecrawl-crawl/SKILL.md) — bulk extract as JSON (not local files)