CtrlK
BlogDocsLog inGet started
Tessl Logo

monitoring-whale-activity

Track large cryptocurrency transactions and whale wallet movements in real-time. Use when tracking large holder movements, exchange flows, or wallet activity. Trigger with phrases like "track whales", "monitor large transfers", "check whale activity", "exchange inflows", or "watch wallet".

74

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

A well-structured, action-oriented skill body with excellent conciseness, actionability, and progressive disclosure. The only gap is workflow clarity: the multi-step API-driven flow lacks explicit validation/feedback checkpoints for error recovery, which is delegated to a reference rather than surfaced inline.

Suggestions

Add an inline validation/feedback step after the API call in the Instructions flow (e.g., on rate-limit or network error, retry with backoff as described in errors.md) so the core workflow has an explicit checkpoint rather than only a pointer.

Show how to confirm a command succeeded before interpreting results (e.g., checking the output format or exit status), turning Step 3 into a verify-then-interpret loop.

Surface the most common failure case (missing API key) directly in the Prerequisites or Error Handling section with the one-line fix, keeping errors.md for the exhaustive guide.

DimensionReasoningScore

Conciseness

Lean body with no padding of concepts Claude already knows; sections are tight and command-focused. The only mild redundancy is the repeated "10000000" value/comment pairing, which does not rise to verbosity.

3 / 3

Actionability

Every command is concrete and copy-paste ready (e.g. `python whale_monitor.py recent --chain ethereum --min-value 10000000`), with multiple worked examples covering distinct use cases.

3 / 3

Workflow Clarity

Steps are clearly sequenced (Step 1 navigate, Step 2 choose command, Step 3 interpret) but there are no explicit validation checkpoints or feedback loops for API/network failures — error recovery is only deferred to a reference file, leaving checkpoints implicit.

2 / 3

Progressive Disclosure

SKILL.md is a concise overview with well-signaled, one-level-deep references to real files (errors.md, examples.md, implementation.md — all present), plus a Contents table for easy navigation; content is appropriately split.

3 / 3

Total

11

/

12

Passed

Description

100%

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-formed description: third-person voice, concrete actions, explicit "Use when" and trigger-phrase guidance, and a distinctive niche. All four dimensions score at the top of the scale.

DimensionReasoningScore

Specificity

Lists concrete actions — "Track large cryptocurrency transactions and whale wallet movements in real-time" — naming the specific domain and multiple distinct tracking activities rather than vague verbs.

3 / 3

Completeness

Explicitly answers both what ("Track large cryptocurrency transactions and whale wallet movements") and when ("Use when tracking large holder movements..." plus "Trigger with phrases like...") with explicit trigger guidance.

3 / 3

Trigger Term Quality

Provides five natural phrases a user would actually say ("track whales", "monitor large transfers", "check whale activity", "exchange inflows", "watch wallet"), giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

A clear crypto-whale-monitoring niche with distinct, domain-specific triggers makes it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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

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.