Install
$ agentstack add skill-fabricioctelles-jump-skills-firecrawl-ninja ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
firecrawl-ninja
Jump Skill — Intelligent router for 33 specialized Firecrawl skills.
Purpose
This skill routes Firecrawl tasks to the most relevant specialized skill:
- Analyze the task context
- Route to the best matching skill
- Load full instructions on-demand
- Execute with specialized knowledge
Firecrawl Keyless (API V2)
As of V2, the Firecrawl API is keyless — no account, no signup, no API key required.
| Aspect | Detail | |--------|--------| | Free endpoints | /scrape, /search, /interact, /parse | | Limit | 1,000 credits/month per developer (automatic, per IP) | | Requirements | None — zero config | | When to use API key | Higher limits, additional endpoints, or unattended connections |
Quick Start (no API key)
# Install CLI
npm install -g firecrawl
# Use directly — works without configuration
firecrawl scrape "https://example.com"
firecrawl search "my query"
firecrawl parse document.pdf
MCP (Model Context Protocol)
- Keyless:
https://mcp.firecrawl.dev/v2/mcp - With API key:
https://mcp.firecrawl.dev/YOUR_API_KEY/v2/mcp
The keyless endpoint exposes only Search, Scrape, and Parse. Use an API key for the full tool surface.
Skill Catalog
Core
| Skill | Path | Description | |-------|------|-------------| | firecrawl | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl/ | Main entry point — search, scrape, and interact with the web. | | firecrawl-agent | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-agent/ | Autonomous multi-page extraction into structured JSON. | | firecrawl-crawl | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-crawl/ | Bulk-extract many pages from one site or section. | | firecrawl-developer-index | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-developer-index/ | Search issues, PRs, READMEs, and documentation. | | firecrawl-download | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-download/ | Save a site or section as local files. | | firecrawl-interact | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-interact/ | Drive a live browser: click, fill forms, log in, paginate. | | firecrawl-map | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-map/ | Discover and list a site's URLs with search filtering. | | firecrawl-monitor | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-monitor/ | Alert on web changes via webhook or email. | | firecrawl-parse | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-parse/ | Convert local files (PDF, DOCX, XLSX) to markdown. | | firecrawl-research-index | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-research-index/ | Search Firecrawl's research paper index. | | firecrawl-scrape | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-scrape/ | Extract a URL's content as clean markdown. | | firecrawl-search | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/core/firecrawl-search/ | Web search with full page content. |
Build
| Skill | Path | Description | |-------|------|-------------| | firecrawl-build | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/build/firecrawl-build/ | Integrate Firecrawl into application code. | | firecrawl-build-interact | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/build/firecrawl-build-interact/ | Integrate /interact for dynamic pages. | | firecrawl-build-onboarding | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/build/firecrawl-build-onboarding/ | Get Firecrawl credentials and SDK setup. | | firecrawl-build-scrape | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/build/firecrawl-build-scrape/ | Integrate /scrape for single-page extraction. | | firecrawl-build-search | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/build/firecrawl-build-search/ | Integrate /search into product code. |
Workflows
| Skill | Path | Description | |-------|------|-------------| | firecrawl-company-directories | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-company-directories/ | Extract company lists from directories. | | firecrawl-competitive-intel | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-competitive-intel/ | Monitor competitor pricing and changes. | | firecrawl-dashboard-reporting | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-dashboard-reporting/ | Pull metrics from analytics dashboards. | | firecrawl-deep-research | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-deep-research/ | Produce intensive, cited analytical reports. | | firecrawl-demo-walkthrough | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-demo-walkthrough/ | Walk through product flows with browser. | | firecrawl-knowledge-base | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-knowledge-base/ | Build knowledge base from web content. | | firecrawl-knowledge-ingest | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-knowledge-ingest/ | Ingest docs portals with browser. | | firecrawl-lead-gen | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-lead-gen/ | Generate lead lists from directories. | | firecrawl-lead-research | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-lead-research/ | Produce pre-meeting intelligence briefs. | | firecrawl-market-research | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-market-research/ | Extract market and financial metrics. | | firecrawl-qa | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-qa/ | QA test websites with browser evidence. | | firecrawl-research-papers | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-research-papers/ | Find and synthesize research papers. | | firecrawl-seo-audit | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-seo-audit/ | Audit website SEO. | | firecrawl-shop | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-shop/ | Research products and produce recommendations. | | firecrawl-website-design-clone | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-website-design-clone/ | Extract design system into DESIGN.md. | | firecrawl-workflows | {{JUMP_SKILLS_DIR}}/repos/firecrawl-ninja/skills/skills/workflows/firecrawl-workflows/ | Run outcome-focused workflow deliverables. |
Routing Logic
When a task arrives:
- Parse the task — Identify keywords, services, and intent
- Match skill — Find the most specific skill for the task
- Load SKILL.md — Read the full instructions from the path above
- Execute — Follow the skill's procedures
Execution Pattern
1. Announce: "Routing to [skill-name]..."
2. Load: Read the SKILL.md from the path in the catalog
3. Execute: Follow the skill's instructions
4. Cite: Reference the skill in the response
Quick Reference
| Task | Route To | |------|----------| | Search the web | firecrawl-search | | Scrape a URL | firecrawl-scrape | | Scrape multiple pages from a site | firecrawl-crawl | | Find URLs on a site | firecrawl-map | | Click/login/paginate | firecrawl-interact | | Parse local PDF/DOCX | firecrawl-parse | | Monitor for changes | firecrawl-monitor | | Deep research report | firecrawl-deep-research | | SEO audit | firecrawl-seo-audit | | Lead generation | firecrawl-lead-gen | | Integrate into app code | firecrawl-build-* |
Jump Skill maintained at github.com/fabricioctelles/jump-skills
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fabricioctelles
- Source: fabricioctelles/jump-skills
- License: MIT
- Homepage: https://skilldev.pro/en/ninja
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.