CtrlK
BlogDocsLog inGet started
Tessl Logo

apify-ultimate-scraper

AI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task.

28

Quality

21%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/antigravity-awesome-skills-claude/skills/apify-ultimate-scraper/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

42%

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

The skill provides a well-structured workflow with highly actionable, executable commands, but is severely undermined by its massive inline actor catalog that consumes excessive tokens. The 55+ actor lookup tables, use-case mappings, and multi-actor workflow tables should be offloaded to reference files, keeping the main skill lean. Validation checkpoints within the workflow are also missing, particularly around schema verification and input validation before execution.

Suggestions

Move the actor catalog tables (Instagram, Facebook, TikTok, YouTube, Google Maps, Other) to a separate ACTORS.md reference file and link to it from the main skill, keeping only the search-actors command and use-case table as the primary actor selection mechanism.

Move the use-case mapping and multi-actor workflow tables to a separate WORKFLOWS.md reference file.

Add explicit validation checkpoints in the workflow: verify the schema fetch returned valid data before proceeding, validate the JSON input structure matches the schema before running, and check the run status before summarizing.

Add a feedback loop after Step 4: if the run fails, check the error type against the Error Handling section, fix, and retry before proceeding to Step 5.

DimensionReasoningScore

Conciseness

The skill is extremely verbose with massive lookup tables (55+ actors across 6 categories) that consume enormous token budget. Most of this reference data could be offloaded to separate files or handled by the search-actors command. The use-case mapping tables, multi-actor workflow tables, and follow-up suggestion tables add further bulk that doesn't need to be in the main skill file.

1 / 3

Actionability

The skill provides fully executable bash commands for every step: searching actors, fetching schemas, and running scripts with concrete flags and argument patterns. The commands are copy-paste ready with clear placeholder substitution instructions.

3 / 3

Workflow Clarity

The 5-step workflow is clearly sequenced with a progress checklist, but it lacks explicit validation checkpoints. There's no step to verify the actor schema was fetched correctly, no validation that the input JSON is well-formed before running, and the error handling section is separate rather than integrated as feedback loops within the workflow steps.

2 / 3

Progressive Disclosure

The skill is a monolithic wall of text with all 55+ actor tables inline rather than referenced from separate files. The actor catalog, use-case mapping, and multi-actor workflows should be in separate reference files, with the main SKILL.md providing only the workflow and a brief overview. No bundle files are provided despite the skill referencing scripts at ${CLAUDE_PLUGIN_ROOT}/reference/scripts/run_actor.js.

1 / 3

Total

7

/

12

Passed

Description

0%

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

This description is too vague and jargon-heavy to be effective for skill selection. It fails to specify concrete actions, lacks natural trigger terms users would use, provides no 'Use when...' guidance, and is generic enough to conflict with many other data-related skills. The mention of '55+ Actors' is Apify-specific terminology that won't help Claude match user requests to this skill.

Suggestions

Add a 'Use when...' clause with natural trigger terms like 'scrape website', 'extract data from [platform name]', 'web scraping', 'crawl pages', 'get reviews/prices/listings'.

Replace vague 'all major platforms' with specific examples (e.g., 'Amazon, Google, Twitter, Instagram, LinkedIn') and list concrete actions (e.g., 'scrape product listings, extract social media profiles, crawl search results').

Remove or explain Apify-specific jargon like 'Actors' and rewrite in third person with concrete capabilities (e.g., 'Scrapes and extracts structured data from websites using Apify platform actors').

DimensionReasoningScore

Specificity

The description says 'data extraction from 55+ Actors across all major platforms' but doesn't list any concrete actions (e.g., scrape product listings, extract reviews, crawl social media profiles). 'Data extraction' is vague, and 'Actors' is Apify-specific jargon that doesn't clarify what the skill actually does.

1 / 3

Completeness

The 'what' is vaguely stated as 'data extraction' without specifics, and there is no 'when' clause or explicit trigger guidance at all. The description fails to answer either question adequately.

1 / 3

Trigger Term Quality

The description lacks natural keywords a user would say. Terms like 'Actors' and 'all major platforms' are not what users would type. Missing terms like 'scrape', 'web scraping', 'crawl', specific platform names (Amazon, Twitter, Google), or data types (reviews, prices, contacts).

1 / 3

Distinctiveness Conflict Risk

'Data extraction' and 'all major platforms' are extremely generic and could conflict with any number of scraping, ETL, API, or data processing skills. Nothing in the description carves out a clear, distinct niche.

1 / 3

Total

4

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-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.