firecrawl-via-nyxid

firecrawl-via-nyxid is a skill for Claude Code from ChronoAIProject/NyxID. It costs 39 tokens per session (2,655 once invoked), scanned A, original, Apache-2.0.

A guide for having an Aevatar agent use Firecrawl through NyxID. Firecrawl turns live websites into readable or structured data by scraping, searching, crawling, mapping, extracting, or researching them.

In plain words
What is it for?
Gathering current web information, researching documentation or competitors, checking prices or events, and extracting structured data from websites.
Why use it?
It avoids handling the Firecrawl API key directly and gives the agent a defined process for submitting jobs, checking their status, and reading results.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the nyxid plugin — 16 skills, 1 plugin shipped together

Good fit Gathering current web information, researching documentation or competitors, checking prices or events, and extracting structured data from websites.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chronoaiproject/nyxid/firecrawl-via-nyxid
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ChronoAIProject/NyxID --skill firecrawl-via-nyxid
Clone the repo
git clone --depth 1 https://github.com/ChronoAIProject/NyxID

Made for: Claude Code.

Or install nyxid, the plugin that ships this one along with the rest of its 16 skills, 1 plugin.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for firecrawl-via-nyxid

README.md
[![agentmods](https://agentmods.dev/badge/skills/chronoaiproject/nyxid/firecrawl-via-nyxid/github.svg)](https://agentmods.dev/skills/chronoaiproject/nyxid/firecrawl-via-nyxid)
Your own site
<a href="https://agentmods.dev/skills/chronoaiproject/nyxid/firecrawl-via-nyxid"><img src="https://agentmods.dev/badge/skills/chronoaiproject/nyxid/firecrawl-via-nyxid/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for firecrawl-via-nyxid

Your own site · 80×15
<a href="https://agentmods.dev/skills/chronoaiproject/nyxid/firecrawl-via-nyxid"><img src="https://agentmods.dev/badge/skills/chronoaiproject/nyxid/firecrawl-via-nyxid.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,655 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.02655
Opus 5 $0.00019 $0.01327
Sonnet 5 $0.00008 $0.00531
Haiku 4.5 $0.00004 $0.00265

Measured 12d ago against content hash c8bc7b93e234, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

firecrawl-via-nyxid scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/firecrawl-via-nyxid/SKILL.md · 232 lines

How it starts

The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 brokered as NyxID service slug api-firecrawl (base https://api.firecrawl.dev, bearer auth). Before any agent can call it, the scope owner (a human, not the agent) connects it once with their Firecrawl API key:

POST /api/v1/keys
{ "service_slug": "api-firecrawl", "credential": "fc-..." }

This is a one-time setup step performed by the owner — the agent does not do this and never sees the key. After connecting, NyxID injects the key on every brokered request.

How the agent checks it is available. Call nyxid_service_inventory with {} and confirm an exact connected UserService whose slug is api-firecrawl. In a channel sender turn this tool is list-only and accepts no hand-written ID; elsewhere use only the schema emitted for that request.

Read the full file on GitHub · 232 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 232 lines · 39 tokens per session scan A c8bc7b93e234

Subscribe to this mod's changes

firecrawl-via-nyxid is a skill published in the GitHub repository ChronoAIProject/NyxID (36 stars, last pushed yesterday), licensed Apache-2.0. It adds 39 tokens to every session and 2,655 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

chrome-devtools-cli

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

chrome-devtools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

ChromeDevTools/chrome-devtools-mcp · 55 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

memory-leak-debugging

Diagnoses and resolves memory leaks in JavaScript/Node.js applications. Use when a user reports high memory usage, OOM errors, or wants to capture, compare, or inspect heap snapshots with Chrome DevTools MCP memory tools.

ChromeDevTools/chrome-devtools-mcp · 52 tokens

ddgs

Use when an agent needs to search the web, find images/news/videos/books, or extract content from a URL. Covers the ddgs Python library, CLI, and MCP server integration.

deedy5/ddgs · 40 tokens