CtrlK
BlogDocsLog inGet started
Tessl Logo

klingai-rate-limits

Handle Kling AI API rate limits with backoff and queuing strategies. Use when hitting 429 errors or planning high-volume workflows. Trigger with phrases like 'klingai rate limit', 'kling ai 429', 'klingai throttle', 'kling api limits'.

68

Quality

83%

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

72%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 content is highly actionable with executable code, but it inlines full implementations instead of pointing to the matching reference files, leaving progressive disclosure and navigation underdeveloped. Batch rate-limit workflows also lack explicit validation checkpoints.

Suggestions

Replace the inlined full implementations with concise summaries and link to the corresponding references/ files (e.g., 'See references/exponential-backoff.md'), keeping only one canonical example inline.

Add a short sequenced workflow for high-volume jobs with a validation checkpoint — e.g., confirm API tier and concurrent limit, then run the limiter, then verify retry budget before dispatching the queue.

Add a 'References' section that lists and links the six files in references/ so the bundle structure is discoverable from the body.

DimensionReasoningScore

Conciseness

Mostly efficient with executable code blocks and minimal padding, though the body inlines several full implementations (limiter, monitor, queue) that duplicate content available in the references/ bundle.

4 / 5

Actionability

Provides fully executable, copy-paste-ready Python for backoff/retry, an asyncio task limiter, a rate-limit monitor, and a request queue, covering the common cases concretely.

5 / 5

Workflow Clarity

The skill governs batch/high-volume operations but presents parallel patterns with no sequenced workflow and no validation checkpoint (e.g., confirm tier, validate retry budget) — the destructive/batch cap of 3 applies.

3 / 5

Progressive Disclosure

A clear overview and section headers exist, but the body inlines multiple complete implementations that each have a dedicated references/ file, and none of those references are linked or signaled from the body.

3 / 5

Total

15

/

20

Passed

Description

95%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.

A strong, well-targeted description that clearly states what it does and when to use it, with natural trigger phrases and low conflict risk. Minor specificity headroom exists since the body covers more capabilities than the description names.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions ('backoff and queuing strategies') tied to a concrete trigger (429 errors), but stops short of enumerating the full set of capabilities like monitoring and concurrent-job limiting shown in the body.

4 / 5

Completeness

Explicitly answers both 'what' (handle rate limits with backoff and queuing) and 'when' (hitting 429 errors or planning high-volume workflows) with concrete trigger phrases.

5 / 5

Trigger Term Quality

Lists multiple natural trigger phrases a user would actually say — 'klingai rate limit', 'kling ai 429', 'klingai throttle', 'kling api limits' — with good synonym coverage.

5 / 5

Distinctiveness Conflict Risk

Scoped tightly to Kling AI rate limiting with distinct triggers, so minimal risk of firing for unrelated skills.

5 / 5

Total

19

/

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

allowed_tools_field

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

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.