CtrlK
BlogDocsLog inGet started
Tessl Logo

okx-market

OKX cryptocurrency market data interface. Uses the OKX V5 REST API to retrieve spot, derivatives, index, and other crypto market data, including real-time prices, candlesticks, funding rates, open interest, and more. No authentication required, free to use.

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

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-organized, actionable skill body that appropriately splits detail into reference and script files and provides executable code. The only notable issue is minor verbosity and marketing language in the Overview that re-derives information already in the description.

Suggestions

Trim the Overview's marketing line ('the world's second-largest cryptocurrency exchange') and avoid restating 'no authentication required' already in the description.

Keep the strong progressive-disclosure structure; consider adding a one-line note on handling non-zero response codes (code != 0) for robustness.

DimensionReasoningScore

Conciseness

The body is mostly efficient with a concrete code example and compact parameter/endpoint tables, but the Overview restates the description and adds marketing fluff ('the world's second-largest cryptocurrency exchange') that Claude does not need, so it could be tightened.

2 / 3

Actionability

Guidance is fully executable: a complete copy-paste Python example for the spot ticker, exact instId/bar/instType value tables, endpoint paths, and linked runnable scripts — matching the copy-paste-ready anchor.

3 / 3

Workflow Clarity

This is a simple single-purpose data-fetch skill whose single action is unambiguous (install deps, pick an endpoint from the table, run the code), which the rubric permits to score 3 for simple skills; no destructive/batch validation is needed for read-only API calls.

3 / 3

Progressive Disclosure

SKILL.md is a lean overview with well-signaled, one-level-deep references: the endpoint table links to per-endpoint reference files and two script files, all of which exist on disk, giving easy navigation.

3 / 3

Total

11

/

12

Passed

Description

82%

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 specific, well-scoped description with strong natural keywords and a clear OKX niche, written in correct third person. Its main weakness is the absence of an explicit 'Use when…' trigger clause, which leaves the 'when to use' half of completeness implicit.

Suggestions

Add an explicit 'Use when…' clause, e.g. 'Use when retrieving OKX crypto market data such as prices, candlesticks, funding rates, or open interest.'

Optionally include a couple more common terms users say (ticker, order book, trades) to broaden trigger coverage.

DimensionReasoningScore

Specificity

The description lists multiple concrete retrievals — 'spot, derivatives, index, and other crypto market data, including real-time prices, candlesticks, funding rates, open interest' — matching the anchor for several specific concrete actions rather than vague language.

3 / 3

Completeness

It clearly answers 'what' (retrieve crypto market data via the OKX V5 REST API) but provides no 'Use when…' or equivalent explicit trigger guidance, capping completeness at 2 per the judging guidelines.

2 / 3

Trigger Term Quality

Natural user-facing terms are well covered ('OKX', 'candlesticks', 'funding rates', 'open interest', 'real-time prices', 'spot/derivatives/index'), which a user would plausibly say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

The OKX-specific niche ('OKX cryptocurrency market data interface') is clearly distinguishable from generic skills and unlikely to trigger for the wrong skill.

3 / 3

Total

11

/

12

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: 13 deeper-than-1-level

Warning

Total

14

/

16

Passed

Repository
charliedream1/ai_quant_trade
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.