CtrlK
BlogDocsLog inGet started
Tessl Logo

muapi-youtube-shorts

Auto-generate viral 9:16 YouTube Shorts (or TikTok / Reels clips) from a long-form video. Thin platform-aware wrapper around the AI Clipping skill — picks sensible defaults for short-form social platforms (9:16, 30–60s sweet spot) and delegates the actual highlight extraction + crop to muapi.ai's `/ai-clipping` endpoint.

72

Quality

91%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The body is well-crafted: concise, fully actionable with executable commands and a clear output schema, a sequenced workflow with explicit error-recovery loops, and clean single-file organization. No bundle files exist to verify against, but the structure is appropriate for its scope.

DimensionReasoningScore

Conciseness

The body is lean — tables, executable snippets, and minimal preamble — and avoids explaining concepts Claude already knows (no "what is a YouTube Short" padding); every section earns its place, matching the "lean and efficient, assumes Claude's competence" anchor.

3 / 3

Actionability

It provides copy-paste-ready bash invocations with concrete flags (e.g. "bash .../run-youtube-shorts.sh --source ... --platform tiktok --view"), a JSON output schema, and an async/polling pattern, fully satisfying the executable, specific-examples anchor.

3 / 3

Workflow Clarity

Steps are explicitly sequenced (collect inputs → verify prerequisites → run pipeline), the pipeline polls until done, and the Failure Modes section supplies error-recovery feedback loops (bump --poll-timeout and retry, re-fetch the request_id, upload the file), satisfying the clear-sequence-with-explicit-checkpoints anchor.

3 / 3

Progressive Disclosure

As a single-file skill with no bundle files present, the body is organized into well-signaled sections (inputs, prerequisites, pipeline, defaults, patterns, output, mistakes, failure modes, done criteria) with one-level-deep pointers to the AI Clipping primitive, matching the well-organized-sections anchor.

3 / 3

Total

12

/

12

Passed

Description

82%

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

A strong, specific description with good natural trigger terms and a clear niche; its only gap is the absence of an explicit "Use when..." trigger clause, which holds completeness at 2.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user wants YouTube Shorts, TikTok, or Reels clips cut from a long-form video," to lift completeness to 3.

Optionally name the output deliverable (ranked vertical clips with scores and hooks) so the "what" is even more concrete.

DimensionReasoningScore

Specificity

The description lists multiple concrete actions — "Auto-generate viral 9:16 YouTube Shorts", "picks sensible defaults", and "delegates the actual highlight extraction + crop to muapi.ai's `/ai-clipping` endpoint" — matching the anchor for listing several specific concrete actions, rather than naming only a domain and some actions.

3 / 3

Completeness

The "what" is explicit (generate vertical clips, delegate to the endpoint), but there is no "Use when..." clause or equivalent explicit trigger guidance for when Claude should invoke it, which per the rubric caps completeness at 2; it is not a 1 because the capability is clearly stated.

2 / 3

Trigger Term Quality

It surfaces natural platform terms a user would actually say — "YouTube Shorts", "TikTok / Reels clips", "long-form video", "short-form social platforms" — giving good coverage of the phrasings that would prompt this skill, rather than relying on technical jargon.

3 / 3

Distinctiveness Conflict Risk

It carves a clear niche — short-form 9:16 social platforms — and self-describes as a "Thin platform-aware wrapper around the AI Clipping skill" with distinct platform triggers, making it unlikely to fire for the wrong skill.

3 / 3

Total

11

/

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

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 2 suspicious

Warning

Total

14

/

16

Passed

Repository
SamurAIGPT/Generative-Media-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.