← ClaudeAtlas

firecrawl-via-nyxidlisted

Teach an aevatar agent to run Firecrawl web-research/agent jobs through NyxID (submit, poll, then read the result).
ChronoAIProject/NyxID · ★ 36 · AI & Automation · score 78
Install: claude install-skill ChronoAIProject/NyxID
# Firecrawl via NyxID This skill teaches an aevatar agent how to drive **Firecrawl** through **NyxID**. NyxID brokers Firecrawl as a connected service and injects the user's Firecrawl API key automatically, so the agent never handles the raw `fc-...` key. ## What Firecrawl is and when to use it Firecrawl turns the live web into data. It offers: - **scrape** — fetch one URL as clean markdown/HTML/structured content. - **crawl** — walk a whole site and return its pages. - **search** — web search that returns scraped results. - **map** — discover all URLs on a site. - **extract** — pull structured data from pages against a schema. - **agent** — an *autonomous* web-research worker. You give it a natural-language prompt (optionally a list of `urls` to focus on and a JSON `schema` for structured output) and it browses, searches, and extracts on its own. It can work even without a URL. Reach for Firecrawl whenever you need **fresh web data** or **structured extraction** that the model cannot answer from its own knowledge — current prices, recent events, competitor pages, documentation lookups, or assembling a structured dataset from across the web. The **agent** operation is the most powerful: hand it a question and it figures out where to look. This skill focuses on the **agent** operation (async submit -> poll -> result), but the same NyxID service slug reaches every Firecrawl endpoint listed above. ## Prerequisite: the owner must connect Firecrawl in NyxID Firecrawl is br