CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

klingai-install-auth

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

Execute set up Kling AI API authentication and configure API keys. Use when starting a new Kling AI integration or troubleshooting auth issues. Trigger with phrases like 'kling ai setup', 'klingai api key', 'kling ai authentication', 'configure klingai'.

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 provides a high-level outline but lacks the concrete, executable guidance needed for effective authentication setup. The instructions describe what to do conceptually without providing actual code for environment variable configuration, API key storage, or verification requests. The deferral to external files for examples means the core skill body doesn't stand alone as actionable.

Suggestions

  • Add executable code showing how to set environment variables (e.g., `export KLING_API_KEY=your_key` and Python/Node.js code to read it)
  • Include a concrete verification request example with expected response format (e.g., a curl command or Python snippet that tests the API key)
  • Add the actual API endpoint URL and required headers for authentication
  • Include at least one inline example of successful authentication output rather than deferring all examples to external files
DimensionScoreReasoning

Conciseness

2/3

The content is relatively brief but includes some unnecessary padding like the 'Overview' section restating what the skill does, and the prerequisites list basic requirements Claude would know to check.

Actionability

1/3

The instructions are vague and abstract - 'Navigate to your account settings > API' and 'Set up your environment variables' provide no concrete code, commands, or specific examples. No executable snippets for environment configuration or verification requests.

Workflow Clarity

2/3

Steps are listed in sequence but lack validation checkpoints and concrete verification. Step 5 says 'Test your authentication' but provides no actual test code or expected response to validate against.

Progressive Disclosure

2/3

References to external files for errors and examples are appropriate, but the main content is too thin - it defers to external files without providing enough actionable content in the skill itself. The skill body should contain at least one concrete example.

Activation

Score

90%

Overall Assessment

This is a well-structured skill description with strong completeness and excellent trigger term coverage. The explicit 'Use when' clause and trigger phrases make it highly actionable for skill selection. The main weakness is that the specific actions could be more detailed (e.g., what authentication methods, what configuration files).

DimensionScoreReasoning

Specificity

2/3

Names the domain (Kling AI API) and some actions ('set up authentication', 'configure API keys'), but lacks comprehensive detail about what specific configuration steps or capabilities are involved.

Completeness

3/3

Clearly answers both what ('set up Kling AI API authentication and configure API keys') and when ('starting a new Kling AI integration or troubleshooting auth issues') with explicit trigger phrases listed.

Trigger Term Quality

3/3

Includes good coverage of natural trigger terms: 'kling ai setup', 'klingai api key', 'kling ai authentication', 'configure klingai' - these are phrases users would naturally say when needing this skill.

Distinctiveness Conflict Risk

3/3

Very specific niche targeting Kling AI specifically, with distinct triggers that are unlikely to conflict with other API setup skills due to the explicit 'kling' and 'klingai' terminology.