CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

klingai-storage-integration

tessl i github:jeremylongshore/claude-code-plugins-plus-skills --skill klingai-storage-integration
github.com/jeremylongshore/claude-code-plugins-plus-skills

Execute integrate Kling AI video output with cloud storage providers. Use when storing generated videos in S3, GCS, or Azure Blob. Trigger with phrases like 'klingai storage', 'save klingai video', 'kling ai cloud storage', 'klingai s3 upload'.

Review Score

64%

Validation Score

13/16

Implementation Score

35%

Activation Score

90%

SKILL.md
Review
Evals

Generated

Validation

Total

13/16

Score

Passed
CriteriaScore

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

metadata_version

'metadata' field is not a dictionary

frontmatter_unknown_keys

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

Implementation

Suggestions 4

Score

35%

Overall Assessment

This skill is essentially a skeleton outline with no actionable content. It describes what should happen at a high level but provides zero executable code, no concrete examples, and no specific implementation details. The entire value is deferred to referenced files, making the main skill file ineffective as a standalone guide.

Suggestions

  • Add executable Python code examples for at least one cloud provider (e.g., boto3 for S3) showing the complete download-upload workflow
  • Include a concrete example with actual API calls: downloading a video from Kling AI response URL and uploading to S3 with metadata
  • Add validation checkpoints in the workflow: verify download completed, confirm upload success with ETag/checksum, validate signed URL generation
  • Replace abstract step descriptions with specific commands or code snippets that Claude can directly execute
DimensionScoreReasoning

Conciseness

2/3

The content is relatively brief but includes some unnecessary padding like 'This skill demonstrates' and generic prerequisites that Claude would know. The actual actionable content is minimal.

Actionability

1/3

No executable code, no concrete commands, no specific examples. The instructions are entirely abstract ('Configure Storage', 'Download Video') with no actual implementation details or copy-paste ready code.

Workflow Clarity

2/3

Steps are listed in sequence but lack any validation checkpoints. For cloud storage operations involving downloads and uploads, there should be verification steps (e.g., check file integrity, confirm upload success) which are completely absent.

Progressive Disclosure

2/3

References to external files (errors.md, examples.md) are present and one-level deep, but the main file contains almost no substantive content - it's essentially just an outline pointing elsewhere, making the skill file itself nearly useless without the referenced files.

Activation

Suggestions 2

Score

90%

Overall Assessment

This description is well-structured with explicit 'Use when' and 'Trigger with' clauses that clearly define when to select this skill. The main weakness is the somewhat vague action verb 'Execute integrate' which could be more specific about what operations are supported. The trigger terms are comprehensive and the niche is clearly defined.

Suggestions

  • Replace 'Execute integrate' with more specific actions like 'Upload, organize, and manage Kling AI video output in cloud storage providers'
  • Add file format mentions if relevant (e.g., '.mp4', 'video files') to improve trigger matching
DimensionScoreReasoning

Specificity

2/3

Names the domain (Kling AI video output, cloud storage) and the action (integrate/store), but lacks comprehensive specific actions like 'upload', 'organize', 'manage permissions', or 'sync'.

Completeness

3/3

Clearly answers both what (integrate Kling AI video output with cloud storage) and when (explicit 'Use when' clause with storage scenarios and 'Trigger with phrases' providing specific triggers).

Trigger Term Quality

3/3

Includes good coverage of natural trigger terms: 'klingai storage', 'save klingai video', 'kling ai cloud storage', 'klingai s3 upload', plus mentions specific providers (S3, GCS, Azure Blob).

Distinctiveness Conflict Risk

3/3

Very specific niche combining Kling AI video generation with cloud storage providers; unlikely to conflict with general cloud storage or general video skills due to the specific 'klingai' terminology.