firecrawl-knowledge-base
The firecrawl-knowledge-base skill converts web content into structured markdown files for RAG, documentation, or training datasets using the Firecrawl API.
Is firecrawl-knowledge-base safe to install?
Review the source first: our audit of firecrawl-knowledge-base's source files found 0 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill performs network requests to the Firecrawl API and writes files to the local file system.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and researchers building knowledge bases, RAG systems, or fine-tuning datasets from web sources.
What can you do with it?
- Create RAG-ready markdown chunks from documentation sites
- Generate training datasets in JSONL format
- Mirror documentation websites
- Compile topic-based corpora for local reference
How good is this skill?
Quality score: 9/10. The skill provides clear instructions for output structures and file organization. It lacks specific shell command examples, which limits its automation scope but improves safety.
What does the skill file contain?
# Firecrawl Knowledge Base Use this to turn URLs or topics into organized LLM-ready content. ## Onboarding Interview Infer the source, goal, depth, and output location from context. If the source and goal are clear, proceed immediately. Ask at most 1-3 concise questions only if blocked, such as the source URL/topic, whether the output is reference/RAG/training/docs, or training format if training is requested. ## Firecrawl Collection Plan Use Firecrawl map for documentation sites, search for topic-based corpora, scrape pages into markdown, and preserve code examples and tables. For file...
Frequently asked questions
What output formats does this skill support?
The skill supports reference markdown, RAG-ready chunks with manifest files, training datasets in JSONL format, and documentation mirrors.
Does this skill require an API key?
Yes, the skill requires a FIRECRAWL_API_KEY for all hosted Firecrawl requests.
How does the skill organize files?
It follows a directory structure based on the hostname and path of the source URL, storing files within a .firecrawl/ directory.
Related skills
github-actions-docs
264.6KDevelopers and DevOps engineers working with GitHub Actions workflows
The github-actions-docs skill provides grounded answers to GitHub Actions queries by retrieving information from official GitHub documentation. It assists with workflow syntax, security, migration, and runner configuration.
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.
just-scrape
212.9KDevelopers and data analysts who need to automate web data collection, structured extraction, and site monitoring tasks
The just-scrape skill provides a command-line interface for searching, scraping, crawling, and monitoring web pages using ScrapeGraph AI. It supports structured data extraction, recurring page monitoring, and history inspection.
writing-plans
174.7KSoftware engineers and AI agents tasked with implementing complex features from specifications
The writing-plans skill generates structured, task-based implementation plans for software development projects. It enforces a specific markdown format that includes architecture, tech stack, global constraints, and granular, test-driven development steps for each task.