CtrlK
BlogDocsLog inGet started
Tessl Logo

check-country-risk

Retrieve composite country risk intelligence — Country Instability Index (CII), travel advisory level, and active sanctions exposure — for one country by ISO code. Use when the user asks how risky or unstable a country is right now.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Quality

Content

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

An exemplary API skill body: compact, fully executable, well-sectioned, and security-aware. It assumes Claude's competence and every section earns its tokens.

DimensionReasoningScore

Conciseness

The body is lean: it gives the endpoint, auth, params, response, a worked curl example, and errors without explaining concepts Claude already knows, and the content-safety warning is a justified security note rather than padding.

5 / 5

Actionability

Everything is copy-paste ready — exact URL, the X-WorldMonitor-Key header, a params table with shapes, a runnable curl/jq example, and enumerated error codes cover the common cases fully.

5 / 5

Workflow Clarity

This is a single read-only GET, so the simple-skill exception applies (no destructive/batch cap); the one action is unambiguous and it includes an explicit checkpoint for the degraded 'upstreamUnavailable' state.

5 / 5

Progressive Disclosure

With no bundle files present, the self-contained body is organized into clearly headed sections and points to one-level external references (OpenAPI, auth matrix), making navigation easy.

5 / 5

Total

20

/

20

Passed

Description

92%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 tight, well-constructed description that concretely lists the three risk components, gives an explicit 'Use when' trigger, and stays in third person. The only gap is slightly limited synonym coverage in the trigger phrasing.

DimensionReasoningScore

Specificity

Names three concrete retrieved metrics (CII stress score, travel advisory level, active sanctions exposure) plus the ISO-code lookup mechanism, giving comprehensive coverage of the composite output rather than vague abstraction.

5 / 5

Completeness

It explicitly answers both what the skill does ('Retrieve composite country risk intelligence…') and when to use it ('Use when the user asks how risky or unstable a country is right now') with a concrete trigger phrase.

5 / 5

Trigger Term Quality

The trigger 'how risky or unstable a country is right now' is natural user phrasing with two synonyms, but it omits common variations users might say such as 'is it safe to travel to X' or 'country risk'.

4 / 5

Distinctiveness Conflict Risk

It carves a clear niche — current country risk via CII, advisory level, and sanctions — with distinct triggers that are unlikely to fire for unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

16

Passed

Repository
koala73/worldmonitor
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.