CtrlK
BlogDocsLog inGet started
Tessl Logo

arcads-external-api

Creates and retrieves AI video and image-related assets via the Arcads external API (Seedance 2.0, Sora 2, Veo 3.1, Kling, Grok Video, Nano Banana, b-roll, scene, script/actor flows). Loads prompts from the bundled prompting guide and model library, respects HTTP Basic auth from ARCADS_API_KEY, and polls assets/videos until ready. Use when the user mentions Arcads, external-api.arcads.ai, Seedance, Sora2, Veo, Kling, Nano Banana, b-roll, UGC scripts, or generating marketing creative through Arcads.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Critical

Do not install without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

81%Weight 40%Scale 1-5

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

The body is a highly actionable, well-gated operational playbook — every API call is concrete and every risky or billed step has an explicit confirmation checkpoint and feedback loop. Its weaknesses are duplication (the execution checklist restates prior sections) and dated regression notes inlined mid-procedure, plus detail inlined that the referenced bundle files should carry.

Suggestions

Collapse the Execution checklist steps that restate full sections into one-line pointers (e.g. step 3 can just say 'Run the dialogue confirmation gate — see Script and dialogue'), removing the duplicated gate instructions.

Move the dated regression/resolution notes ("confirmed 2026-04-09", "RESOLVED 2026-04-14" strikethrough items) into a short 'Resolved issues / history' subsection or the referenced reference.md so time-sensitive churn doesn't sit inside the live procedure.

Move the full captions workflow (hyperframes + chromakey steps) and the dialogue presentation template out of SKILL.md into the already-referenced shared-skill guides, keeping only the routing row in the decision table.

DimensionReasoningScore

Conciseness

The body is mostly operational, but the 14-step "Execution checklist (agent)" restates earlier sections nearly wholesale (session setup, dialogue gate, QA loop), the dialogue-confirmation instructions appear twice in full, and dated changelog entries sit inline ("confirmed 2026-04-09", "~~Seedance 2.0 audio+image 500 regression~~ — RESOLVED 2026-04-14") rather than in a deprecated section, which the rubric explicitly penalizes. It is above 2 because there is no teaching of concepts Claude already knows — the padding is duplication, not filler.

3 / 5

Actionability

Guidance is fully executable throughout: copy-paste curl ("curl -u \"$ARCADS_API_KEY:\" \"$ARCADS_BASE_URL/v1/products\""), exact JSON bodies for folders/projects, exact ffmpeg commands ("ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4", "chromakey=0xff00ff:0.10:0.05"), the npx hyperframes sequence, and per-model duration enums with word-count tables. Common cases are covered concretely, matching the copy-paste-ready anchor.

5 / 5

Workflow Clarity

The 14-step checklist gives a clear sequence with explicit validation checkpoints and feedback loops: the dialogue approval gate ("Never assume approval from earlier confirmations"), the credit-cost confirmation gate ("Do not generate until the user confirms"), the image-QA loop with retry cap and revised-prompt regeneration, polling to terminal status, and a 401/404/422/500 error-recovery table. Batch generation (N parallel calls) is paired with logging and post-hoc verification, matching the anchor's validate-fix-retry pattern.

5 / 5

Progressive Disclosure

References are one level deep and well signaled via the decision table and the "Supporting files" index, and heavy API detail is correctly deferred to reference.md — but the 335-line body still inlines multi-step workflows that belong in the referenced files (the full captions pipeline, the dialogue presentation template, duration tables), and the referenced paths (reference.md, prompting/*, ../../shared/skills/*) are absent from the provided bundle, so navigation cannot be verified end-to-end. It sits above 3 because structure and signaling are genuinely clear, below 5 because of the inlined detail and unverifiable references.

4 / 5

Total

17

/

20

Passed

Description

100%Weight 40%Scale 1-5

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 exemplary: third-person, concrete about both capabilities and operational details (auth, polling, prompt sourcing), and closed with an explicit "Use when..." clause listing natural trigger terms including synonyms and the API hostname. It aligns closely with the rubric's good-overall examples with no identifiable weaknesses.

DimensionReasoningScore

Specificity

Quotes: "Creates and retrieves AI video and image-related assets", "respects HTTP Basic auth from ARCADS_API_KEY, and polls assets/videos until ready", "Loads prompts from the bundled prompting guide and model library" — five concrete, third-person actions with no meaningful coverage gaps, matching the comprehensive-coverage anchor; a 4 would require minor gaps, which are absent.

5 / 5

Completeness

Both questions are explicitly answered: a concrete "what" (create/retrieve assets, auth, prompt loading, polling) followed by "Use when the user mentions Arcads, external-api.arcads.ai, Seedance..." with concrete trigger phrases — exactly the score-5 anchor shape; not 4 because the "when" is fully explicit, not merely present.

5 / 5

Trigger Term Quality

Quotes: "Arcads, external-api.arcads.ai, Seedance, Sora2, Veo, Kling, Nano Banana, b-roll, UGC scripts, or generating marketing creative through Arcads" — natural user phrasing plus synonyms (Seedance/Seedance 2.0, Veo/Veo 3.1) and the API hostname, matching the comprehensive-coverage anchor.

5 / 5

Distinctiveness Conflict Risk

Quotes: "via the Arcads external API" and "generating marketing creative through Arcads" — a clear niche with vendor- and model-specific triggers (Seedance, Nano Banana, Kling) that no generic skill would claim, matching the minimal-conflict anchor.

5 / 5

Total

20

/

20

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

relative_links

Relative link issues: 56 missing, 43 deeper-than-1-level, 7 suspicious

Warning

referenced_paths_exist

Referenced path issues: 4 missing

Warning

Total

14

/

16

Passed

Repository
krusemediallc/arcads-claude-code
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.