CtrlK
BlogDocsLog inGet started
Tessl Logo

firecrawl-policy-guardrails

Implement Firecrawl scraping policy enforcement: domain blocklists, credit budgets, content filtering, and robots.txt compliance guardrails. Use when setting up scraping policies, enforcing crawl limits, or preventing accidental scraping of prohibited domains. Trigger with phrases like "firecrawl policy", "firecrawl guardrails", "firecrawl domain blocklist", "firecrawl scraping rules", "firecrawl compliance".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

80%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The skill body is lean and highly actionable with complete, executable TypeScript across all five steps, but it lacks an explicit validation/retry feedback loop for batch scraping and contains a dangling architecture-variants reference with no matching bundle file.

Suggestions

Add an explicit validate→fix→retry checkpoint in the crawl pipeline (e.g., re-validate rejected URLs or retry with adjusted limits) so batch scraping operations have a clear feedback loop.

Either create the referenced firecrawl-architecture-variants file or remove the dangling Next Steps pointer, since no references/ scripts/ or assets/ bundle directory exists.

Consider moving the per-domain rate-limit table and credit-budget defaults into a referenced config file to keep SKILL.md as a tighter overview.

DimensionReasoningScore

Conciseness

The body is lean: it goes straight into executable TypeScript per step with one-line intros and does not pad with explanations of Firecrawl or basic programming concepts Claude already knows.

3 / 3

Actionability

Each of the five steps gives complete, copy-paste-ready TypeScript with imports, classes, functions, and real Firecrawl API calls — fully executable rather than pseudocode.

3 / 3

Workflow Clarity

Steps are clearly sequenced (Step 1–5) with a policy/enforcement/consequence summary table, but batch scraping operations lack an explicit validate→fix→retry feedback loop, which the rubric requires to score above 2.

2 / 3

Progressive Disclosure

Content is well-organized into single-level sections suited to a self-contained skill, but the "Next Steps" reference to firecrawl-architecture-variants points to a file that does not exist in any bundle directory, leaving a dangling reference.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise, third-person, and clearly states both capabilities and explicit use-when triggers with natural keyword variants. It avoids fluff and over-claims while covering a distinct, conflict-resistant niche.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "domain blocklists, credit budgets, content filtering, and robots.txt compliance guardrails" — matching the anchor for enumerating several specific capabilities rather than vague language.

3 / 3

Completeness

Explicitly answers both what (the enforcement actions) and when ("Use when setting up scraping policies, enforcing crawl limits, or preventing accidental scraping of prohibited domains"), with explicit trigger guidance.

3 / 3

Trigger Term Quality

Provides natural trigger phrases a user would say ("firecrawl policy", "firecrawl guardrails", "firecrawl domain blocklist", "firecrawl scraping rules", "firecrawl compliance") with good coverage of variations.

3 / 3

Distinctiveness Conflict Risk

Clear Firecrawl-policy niche with distinct, domain-specific triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.