CtrlK
BlogDocsLog inGet started
Tessl Logo

track-military-flights

Retrieve tracked military aircraft positions (OpenSky + Wingbits) with callsign, type, operator, altitude, and activity clusters, filterable by bounding box, operator, and aircraft type. Use when the user asks about military air activity in a region.

74

Quality

93%

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

93%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 efficient, highly actionable single-purpose API skill with clean structure and copy-paste-ready examples. The only soft spot is the error-handling section, which lists status codes but stops short of a full retry feedback loop.

Suggestions

Flesh out the 429 retry guidance into a short validate->backoff->retry loop (e.g., 'retry after the Retry-After header seconds; cap at N attempts') to push workflow_clarity to 5.

Add a one-line note on how to use the returned pagination cursor in a follow-up request, since page_size/cursor are documented as parameters but not shown in the worked example.

Clarify that bounding-box corners must form a valid (sw < ne) rectangle, or note hemisphere/antimeridian handling, to remove ambiguity on the optional filters.

DimensionReasoningScore

Conciseness

Lean and well-organized — auth, endpoint, params table, response shape, worked example, errors, when-not-to-use, and references — with no padding or explanation of concepts Claude already knows.

5 / 5

Actionability

Fully executable: concrete endpoint URL, a copy-paste curl example with real coordinates, a parameter table with shapes, and a real response JSON block covering the common case.

5 / 5

Workflow Clarity

The single read-only API call is unambiguous and the simple-skill exception applies, but the error section only mentions 429 'retry with backoff' without a complete validate->fix->retry feedback loop, so it sits just below a 5.

4 / 5

Progressive Disclosure

Well-organized sections with one-level-deep, clearly signaled external references (OpenAPI, auth-matrix doc); under 50 lines with no need for bundle files, so clean sectioning earns the top score.

5 / 5

Total

19

/

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 strong description: concrete outputs, explicit trigger guidance, and a distinct niche. Trigger-term coverage is good but could be broadened with common synonyms like 'military aircraft' or 'tanker/ISR'.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and outputs — 'Retrieve tracked military aircraft positions', 'activity clusters', 'filterable by bounding box, operator, and aircraft type' — with comprehensive coverage of returned fields (callsign, type, operator, altitude).

5 / 5

Completeness

Explicitly answers both what ('Retrieve tracked military aircraft positions ... with callsign, type, operator, altitude, and activity clusters') and when ('Use when the user asks about military air activity in a region') with a concrete trigger phrase.

5 / 5

Trigger Term Quality

'military air activity in a region' is a natural phrase users would say, but common synonyms like 'military aircraft', 'warplanes', 'tanker/ISR', or 'airspace' are missing.

4 / 5

Distinctiveness Conflict Risk

'military aircraft positions' / 'military air activity' carves a clear niche distinct from civilian aviation skills, with minimal conflict risk.

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.