CtrlK
BlogDocsLog inGet started
Tessl Logo

youtube-publish

Upload videos to YouTube via YouTube Data API v3. Supports video upload (resumable), title, description, tags, and visibility settings. Requires Google OAuth2 credentials.

63

Quality

76%

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

Fix and improve this skill with Tessl

tessl review fix ./skills/youtube-publish/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The body is concise, well-structured, and has a clear workflow with validation and error feedback loops; its main weakness is a hardcoded absolute script path in the usage examples that hurts copy-paste actionability.

Suggestions

Replace the hardcoded "/home/wukong/wiseflow-pro/..." path in usage examples with the PATH-invoked wrapper ("通过 PATH 调用 wrapper") the doc already promises, or a portable variable.

Verify the "通过 PATH 调用 wrapper,无需拼接脚本路径" claim by documenting the actual wrapper command the agent should run.

DimensionReasoningScore

Conciseness

The body is lean with well-organized tables and no padding or re-explanation of concepts Claude already knows, matching the lean-and-efficient anchor.

3 / 3

Actionability

Commands are concrete with real arguments, but the example hardcodes a non-portable absolute path "/home/wukong/wiseflow-pro/skills/youtube-publish/scripts/publish_youtube.py" that won't copy-paste cleanly elsewhere, matching the some-concrete-but-incomplete anchor.

2 / 3

Workflow Clarity

The Agent workflow is clearly sequenced and includes a validation checkpoint (inspect stdout JSON) plus error-handling feedback loops (AUTH_REQUIRED → authorize, TITLE_TOO_LONG → truncate and retry), matching the clear-sequence-with-explicit-validation anchor.

3 / 3

Progressive Disclosure

This single-purpose skill is well organized into short sections with one real bundle script (scripts/publish_youtube.py) referenced, so under the simple-skills scoring note it qualifies for the top anchor.

3 / 3

Total

11

/

12

Passed

Description

67%

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 specific and clearly scoped to YouTube publishing, but it omits an explicit "Use when..." trigger and a few natural user phrases, which caps completeness and trigger-term quality at 2.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user wants to upload, publish, or post a video to YouTube or YouTube Shorts."

Broaden trigger terms to include everyday phrasings like "publish", "post a video", and "YouTube Shorts".

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "video upload (resumable), title, description, tags, and visibility settings" — matching the multiple-specific-actions anchor rather than the score-2 single-domain example.

3 / 3

Completeness

Clearly answers what the skill does but provides no "Use when..." trigger clause; per the judging guidelines a missing explicit trigger caps completeness at 2.

2 / 3

Trigger Term Quality

Includes natural terms like "Upload videos to YouTube" and "YouTube Data API v3" but lacks common user variations such as "publish", "post a video", or "YouTube Shorts", matching the some-relevant-keywords-but-missing-variations anchor.

2 / 3

Distinctiveness Conflict Risk

The YouTube-specific OAuth2/upload niche with distinct API references is unlikely to trigger for unrelated skills, matching the clear-niche anchor.

3 / 3

Total

10

/

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

metadata_version

'metadata.version' is missing

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
TeamWiseFlow/xiaobei
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.