CtrlK
BlogDocsLog inGet started
Tessl Logo

binance-onchain-copy-trader

Scaffold for assembling on-chain copy-trading strategies on Binance Agentic Wallet. Wires the existing capabilities — address monitoring, signal subscription, address scoring, token audit, order placement, on-chain take-profit/stop-loss — into one runnable pipeline, and exposes every strategy decision as a hook. Ships no strategy of its own. Trigger on: copy trade, copy trading, follow smart money, follow a wallet, mirror trades, copy-trade bot, auto-buy on signal, monitor a wallet and trade, smart money copy trading, signal-driven trading, pick addresses to copy, copy-trade strategy, copy-trade status, copy-trade post-mortem. NOT for: single manual trades (use binance-agentic-wallet), signal queries alone (binance-trading-signal), address analysis alone (binance-wallet-tracker / binance-leaderboard).

75

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

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

A strong, highly actionable scaffold document with an explicit, validated multi-step workflow and copy-paste commands throughout. The two weaker dimensions are conciseness (repeated risk disclaimers) and progressive disclosure (a large monolith that could split detailed reference tables into separate files).

Suggestions

Consolidate the risk framing: the 'Read this first' callout, the guardrails 'suggested not safety' prose, the Known limitations table, and the final Disclaimer restate the same points — fold them into one authoritative risk section and reference it, to trim repeated tokens.

Move the detailed capability-map tables and the 'Platform behavior notes' (cli-check return semantics, address casing, latency methodology) into a references/ file (e.g. references/capabilities.md), keeping SKILL.md a lean overview that links out — this would lift progressive_disclosure toward 5.

The event-schema nullability table and notes 1–5 are reference material used only when writing hooks; consider extracting them to references/event-schema.md and citing from the 'Strategy hooks' section.

DimensionReasoningScore

Conciseness

The operational core (capability map, event schema, assembly, configuration, pre-flight, running) is dense and lean with no basic-concept padding, but the risk framing is restated three-to-four times ("Read this first" callout, guardrails "suggested not safety" prose, Known limitations, and the final Disclaimer) — those are the trims that would tighten it. Not a 3 because the unique operational content earns its tokens; not a 5 because the repeated disclaimer language is over-explanation.

4 / 5

Actionability

Fully executable throughout: exact CLI commands ("baw leaderboard query", "baw tracker ws --address-list <file> -c <chain>", "python3 copytrader.py"), exact config keys with meanings, the full copy-paste scoring script, concrete JSON shapes, and named error codes ("1001001", "1001002"). Covers the common cases copy-paste ready.

5 / 5

Workflow Clarity

The 9-step "Getting started" workflow is explicitly sequenced with validation checkpoints — step 6's plumbing checklist (sources/policy match, events.jsonl decision distribution, conn_seq not climbing, deployed stays 0), the pre-flight probe block, and the live-acknowledgement gate that refuses to start. Feedback loops are present ("Change hooks → re-run → score again"; iterate before concluding), satisfying the destructive/batch validation requirement that would otherwise cap at 3.

5 / 5

Progressive Disclosure

Well-sectioned with clear headers and explicit cross-references, and the one bundle file ("scripts/copytrader.py") is correctly disclosed ("edit the three functions ... at the top of scripts/copytrader.py"). Not a 5 because the ~820-line SKILL.md inlines reference-style material (capability tables, platform-behavior notes, full event-schema detail) that could be split into references/ files to keep the overview lean; not a 3 because what is present is well-organized and clearly navigable.

4 / 5

Total

18

/

20

Passed

Description

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

An exemplary description: third-person voice, concrete capability list, explicit trigger phrases with synonyms, and a named-sibling boundary clause. It answers what, when, and what-not with no fluff or over-claims.

DimensionReasoningScore

Specificity

Lists six concrete capabilities ("address monitoring, signal subscription, address scoring, token audit, order placement, on-chain take-profit/stop-loss") and states precisely what it does with them ("Wires the existing capabilities ... into one runnable pipeline, and exposes every strategy decision as a hook"), giving comprehensive, non-vague coverage.

5 / 5

Completeness

Explicitly answers both what ("Scaffold for assembling on-chain copy-trading strategies ... Ships no strategy of its own") and when (a concrete "Trigger on:" phrase list), matching the anchor that requires clear answers to both with concrete trigger phrases.

5 / 5

Trigger Term Quality

The "Trigger on:" clause gives comprehensive natural-phrase coverage with many synonyms users would actually say ("copy trade, copy trading, follow smart money, follow a wallet, mirror trades, copy-trade bot, auto-buy on signal, ... copy-trade post-mortem"); file extensions are not applicable to a strategy skill, so this is the ceiling for the type.

5 / 5

Distinctiveness Conflict Risk

Clear niche (on-chain copy-trading pipeline) with distinct triggers, plus an explicit "NOT for:" boundary that names the sibling skills to disambiguate ("single manual trades (use binance-agentic-wallet), signal queries alone (binance-trading-signal), address analysis alone (binance-wallet-tracker / binance-leaderboard)"), minimizing conflict risk.

5 / 5

Total

20

/

20

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

skill_md_line_count

SKILL.md is long (844 lines); consider splitting into references/ and linking

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
binance/binance-skills-hub
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.