Agent Plugins Marketplace
All plugins

firecrawl-lean

v1.0.0

Web scraping, search, crawling, and browser interaction via Firecrawl CLI.

CodexClaude Code1 Skill

By Alessandro SmedileLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install firecrawl-lean for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add firecrawl-lean@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cosimochellini/one-piece-zero-spoiler

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .agents/skills/firecrawl-lean/.

Plugin files

.agents/skills/firecrawl-lean/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

firecrawl-leanSKILL.md

Web scraping, search, crawling, and browser interaction via Firecrawl CLI. Use when user wants to search the web, fetch a URL, scrape content, crawl docs, download a site, extract structured data, or interact with JS-heavy/login-gated pages. Triggers on: "search for", "scrape", "fetch this URL", "get the page", "crawl", "download the site", "extract structured data", "click the button", "fill the form", "log in to". Do NOT use for local files, git, or code editing. For advanced use (bulk crawl, AI agent extraction, browser profiles, parallel jobs): install firecrawl-crawl, firecrawl-agent, or firecrawl-instruct skills.

Plugin manifests2

.agents/skills/firecrawl-lean/.codex-plugin/plugin.json
{
  "name": "firecrawl-lean",
  "version": "1.0.0",
  "description": "Web scraping, search, crawling, and browser interaction via Firecrawl CLI.",
  "skills": "./skills/",
  "interface": {
    "displayName": "firecrawl-lean",
    "shortDescription": "Scrape, search, crawl, and interact with the web via Firecrawl CLI.",
    "longDescription": "Lean Firecrawl CLI skill: web search, URL scraping, site crawling, structured data extraction, and browser interaction for JS-heavy or login-gated pages.",
    "developerName": "Alessandro Smedile",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/alexsmedile/firecrawl-lean",
    "defaultPrompt": [
      "Search the web for recent news about X.",
      "Scrape this URL and return the content.",
      "Crawl this docs site and extract all pages."
    ],
    "brandColor": "#ef4444"
  }
}
.agents/skills/firecrawl-lean/.claude-plugin/plugin.json
{
  "name": "firecrawl-lean",
  "version": "1.0.0",
  "description": "Web scraping, search, crawling, and browser interaction via Firecrawl CLI.",
  "author": {
    "name": "Alessandro Smedile"
  },
  "homepage": "https://github.com/alexsmedile/firecrawl-lean",
  "repository": "https://github.com/alexsmedile/firecrawl-lean",
  "license": "MIT",
  "keywords": [
    "firecrawl",
    "scraping",
    "web-search",
    "crawling",
    "browser",
    "claude-code",
    "skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[firecrawl-lean on Agent Plugins Marketplace](https://pluginsmp.com/plugins/firecrawl-lean)