Content
67%Weight 40%Scale 1-5Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The skill body is well-structured and actionable with concrete YAML operation specs and clear error-handling guidance. Its main weakness is redundancy around the URL-as-query-parameter instruction and a slightly vague runtime-selection step in Setup.
Suggestions
State the 'full LinkedIn URL as the query parameter' rule once (e.g. in Parameters) and remove the duplications in the Note and Tips to improve conciseness.
Make the runtime-selection step concrete by showing the actual MCP/CLI invocation or naming the exact command, rather than describing three options abstractly.
Show a trimmed example of the parsed response fields inline so the Response section reads as actionable output rather than a description.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient, but the 'use full LinkedIn URLs as the query parameter' instruction is repeated in the Note, the Usage examples, and the Tips, and the Setup runtime-selection paragraph plus the redundant 'Scrape public LinkedIn data...' line add padding that could be trimmed, matching anchor 3 rather than 4. | 3 / 5 |
Actionability | Each operation has a concrete, copy-paste YAML spec with provider, method, path, and a real example URL, covering the three common cases; it falls just short of anchor 5 only because response-shape details are described rather than shown as parseable output. | 4 / 5 |
Workflow Clarity | The read-only single-call workflow is clearly laid out (read scrapecreators-api, pick a runtime, call the endpoint) with an Error Handling section giving retry guidance; since these are non-destructive, non-batch GETs the missing-validation cap does not apply, but the runtime-selection branching is left slightly implicit, holding it at 4 rather than 5. | 4 / 5 |
Progressive Disclosure | The body is well-organized into clearly labeled sections and points one level deep to the sibling scrapecreators-api skill rather than nesting references; with no bundle files present this is good structure with minor organization gaps (anchor 4), not the lean overview-plus-references that would earn 5. | 4 / 5 |
Total | 15 / 20 Passed |