CtrlK
BlogDocsLog inGet started
Tessl Logo

copy-trading-solana

Copy trade Solana wallets - mirror trades automatically

56

Quality

46%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./src/skills/bundled/copy-trading-solana/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

40%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description identifies a clear and distinctive niche (Solana copy trading) but is too terse to be effective for skill selection. It lacks a 'Use when...' clause and doesn't enumerate specific capabilities beyond the high-level concept of mirroring trades. The distinctiveness is its strongest quality, but the lack of explicit trigger guidance and detailed actions weakens its utility.

Suggestions

Add a 'Use when...' clause with trigger terms like 'copy trade', 'follow wallet', 'mirror trades', 'track Solana wallet', 'SOL copy trading'.

List specific concrete actions such as 'monitor target wallets, automatically execute matching swaps, configure trade size limits, filter by token or amount'.

Include common keyword variations users might say: 'follow wallet', 'snipe trades', 'copy trading bot', 'SOL', 'Solana DEX'.

DimensionReasoningScore

Specificity

Names the domain (Solana wallet copy trading) and one action (mirror trades automatically), but doesn't list specific concrete actions like monitoring wallets, executing swaps, setting filters, or managing positions.

2 / 3

Completeness

Describes what it does (copy trade Solana wallets, mirror trades) but has no explicit 'Use when...' clause or equivalent trigger guidance, which per the rubric caps completeness at 2, and the 'what' is also thin, bringing it to 1.

1 / 3

Trigger Term Quality

Includes good natural keywords like 'copy trade', 'Solana', 'wallets', and 'mirror trades', but misses common variations like 'follow wallet', 'snipe', 'copy trading bot', 'track wallet', or 'SOL'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'copy trade', 'Solana wallets', and 'mirror trades' creates a very clear niche that is unlikely to conflict with other skills.

3 / 3

Total

8

/

12

Passed

Implementation

52%

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

The skill provides a clean, well-organized CLI reference for a copy trading tool with good conciseness and clear configuration options. However, it lacks executable implementation code and critically missing validation/safety checkpoints for an operation that involves automated financial transactions. The 'How It Works' section reads as a feature description rather than an actionable workflow.

Suggestions

Add validation and safety checkpoints to the workflow: e.g., confirm wallet balance before trade, verify transaction simulation succeeds, handle failed trades with retry logic, and include a dry-run mode.

Provide executable code snippets for core operations: WebSocket subscription setup, transaction parsing to detect trades, and Jupiter swap API call.

Add explicit safety constraints: what happens on RPC failure, how to handle rapid successive trades, maximum loss limits, and emergency stop procedures.

Reference external files for implementation details (e.g., 'See SETUP.md for RPC configuration' or 'See SAFETY.md for risk management rules').

DimensionReasoningScore

Conciseness

The content is lean and efficient. No unnecessary explanations of what Solana is, how DEXes work, or what copy trading means. Every section delivers information Claude wouldn't already know (specific commands, flags, defaults).

3 / 3

Actionability

The commands and configuration options are specific and well-documented with defaults, but there's no executable code for the actual implementation—no WebSocket monitoring code, no Jupiter API integration, no transaction parsing logic. The skill describes a CLI interface but doesn't show how to build or run it.

2 / 3

Workflow Clarity

The 'How It Works' section is a high-level description, not an actionable workflow. For an operation involving real financial transactions, there are no validation checkpoints, no error handling steps, no feedback loops for failed trades, and no safety verification before executing trades with real funds.

1 / 3

Progressive Disclosure

The content is reasonably well-structured with clear sections (Commands, Examples, Configuration, Features, How It Works), but there are no references to external files for implementation details, architecture, or safety guidelines that a financial trading skill would benefit from.

2 / 3

Total

8

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
alsk1992/CloddsBot
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.