CtrlK
BlogDocsLog inGet started
Tessl Logo

http-api-cloudbase

CloudBase official HTTP API client guide. This skill should be used when backends, scripts, or non-SDK clients must call CloudBase platform APIs over raw HTTP instead of using a platform SDK or MCP management tool.

60

Quality

71%

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 ./config/.claude/skills/http-api-cloudbase/SKILL.md

The canonical home for this skill is http-api-cloudbase in TencentCloudBase/CloudBase-AI-Toolkit

SKILL.md
Quality
Evals
Security

Quality

Content

61%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 body is well-structured and actionable, with a clear coding-agent workflow and a properly signaled one-level reference to the extended guide. The main weaknesses are duplicated sections between the Activation Contract and later 'When to use' / 'How to use' blocks, and the absence of validation/feedback checkpoints for destructive database operations.

Suggestions

Remove the duplicated API-name list and 'Do not use for' guidance — keep them in one place (the Activation Contract) and reference them from the later sections to cut redundancy.

Add an explicit validation step to the workflow for database/batch HTTP calls (e.g., confirm row counts or dry-run before mutating, and verify the response status/schema after each call) to satisfy the destructive-operations feedback-loop requirement.

Move the detailed authentication-method and base-URL reference material into references/extended-guide.md, keeping SKILL.md to the overview plus a single concrete example, to tighten progressive disclosure.

DimensionReasoningScore

Conciseness

Mostly efficient but includes redundant material — the available-API-names list and 'Do not use for' guidance each appear twice (in the Activation Contract and again in 'When to use this skill' / 'How to use this skill').

3 / 5

Actionability

Provides concrete executable guidance (exact searchKnowledgeBase tool invocations with apiName values, base URL patterns, auth header format), with the gap that actual endpoint call examples live in the extended guide rather than inline.

4 / 5

Workflow Clarity

The 4-step sequence (Clarify → base URL → auth → OpenAPI) is clear, but because the skill covers database REST operations that can be destructive/batch, the missing validate→fix→retry feedback loop caps this at 3 per the rubric's destructive-operations rule.

3 / 5

Progressive Disclosure

Good structure with a well-signaled one-level-deep reference (references/extended-guide.md) and a clear reference index; minor gap is that some content (auth methods, base URL details) is inlined rather than split out.

4 / 5

Total

14

/

20

Passed

Description

82%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 description that clearly states both the purpose and explicit trigger conditions while carving out a distinct niche from SDK and MCP skills. Specificity is the weakest area, as it names essentially one action (calling platform APIs over raw HTTP) rather than multiple concrete actions.

DimensionReasoningScore

Specificity

Names the domain ('CloudBase official HTTP API client guide') and one concrete action ('call CloudBase platform APIs over raw HTTP'), but coverage is not comprehensive enough to reach 4.

3 / 5

Completeness

Explicitly answers both what ('CloudBase official HTTP API client guide') and when ('This skill should be used when backends, scripts, or non-SDK clients must call...') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good coverage of natural terms users would say ('backends, scripts, or non-SDK clients', 'raw HTTP', 'platform SDK', 'MCP management tool'), with only a few common variations missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche (official HTTP APIs over raw HTTP) explicitly contrasted against platform SDKs and MCP management tools, giving minimal conflict risk with sibling skills.

5 / 5

Total

17

/

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

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
TencentCloudBase/CloudBase-AI-Toolkit
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.