Skill Gen banner
firecrawl firecrawl

Skill Gen

Documentation community

Description

--- description: Generate a complete Agent Skill from a documentation URL using Firecrawl argument-hint: <documentation-url> --- # Generate Skill from Documentation Create a complete, production-ready Agent Skill by scraping documentation with Firecrawl. The skill you build is for an AI agent to use — include information that is beneficial and non-obvious. Consider what procedural knowledge, domain-specific details, or reusable assets would help an agent execute tasks more effectively. The us

Installation

Installs to ~/.claude/skills/firecrawl-firecrawl-claude-plugin-skill-gen/SKILL.md

Terminal
mkdir -p ~/.claude/skills/firecrawl-firecrawl-claude-plugin-skill-gen && curl -fsSL https://raw.githubusercontent.com/firecrawl/firecrawl-claude-plugin/HEAD/commands/skill-gen.md -o ~/.claude/skills/firecrawl-firecrawl-claude-plugin-skill-gen/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository