Claude Code Plugins

Community-maintained marketplace

Feedback

firecrawl-extract

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name firecrawl-extract
description Extract structured data from URLs using AI. Define a schema and let Firecrawl extract matching data. Use when working on search tasks.
metadata [object Object]

Firecrawl Extract

Extract structured data from URLs using AI.

Inputs

Parameter Type Required Default Description
urls array Yes - URLs to extract from (can include wildcards)
schema object No - JSON schema defining data to extract
prompt string No - Natural language extraction instructions
cache_ttl integer No 3600 Cache TTL in seconds (0 to disable)

Outputs

Field Type Description
data object Extracted structured data

Usage

python scripts/firecrawl-extract.py [arguments]

Generated from `skills/search/firecrawl-extract.yaml`