Trading Research

v1.0.0

Binance cryptocurrency trading research, technical analysis, and position management. Triggers on requests for crypto prices, market data, trading analysis, DCA planning, position sizing, whale activity, or any trading research questions about Bitcoin, altcoins, or crypto markets.

5· 4k·23 current·23 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (Binance trading research, TA, DCA, position sizing, market scanning, whale tracking) matches the included Python scripts and reference docs. Network calls are to Binance public data endpoints (data-api.binance.vision and fapi.binance.com) and the included calculators/TA code operate locally; there are no unrelated dependencies, binaries, or environment variables requested.
Instruction Scope
SKILL.md instructs the agent to run the provided scripts and to use saved klines JSON if available — scope is limited to fetching/analysing market data. The references include examples of signed/authenticated Binance endpoints and example code for placing orders (HMAC signature examples), but the shipped scripts shown are read-only (market data, scanning, calculators). This is informational but could confuse a user into supplying API keys if they expect order execution.
Install Mechanism
There is no install spec that downloads or executes external code; this is an instruction-only skill with bundled Python scripts. No external URLs, extract steps, package installs, or unusual install locations are used in the manifest.
Credentials
The skill declares no required environment variables or credentials and the shown scripts use only public Binance endpoints. The references and docs include guidance about API keys and examples using API_KEY/SECRET for signed endpoints — these are not required to run the provided read-only tools, but could lead a user to provide keys later. No hardcoded secrets or unexpected config paths were observed in the visible files.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configuration, and contains no install step that would persist a long-lived agent component. It runs as invoked by the agent and has normal, limited runtime scope.
Assessment
This skill appears consistent with its stated purpose: it fetches public Binance market data and runs local TA/DCA/position-sizing tools. Before installing: (1) review the omitted script files (technical_analysis.py, whale_tracker.py, position_sizer.py) to confirm they don't call non-Binance endpoints or accept/emit credentials; (2) do NOT supply Binance API keys unless you understand and trust code that will use them — if you later enable order placement, use testnet keys and avoid keys with withdrawal permissions; (3) run the bundle in a sandbox or local environment first to verify behavior; and (4) be aware that references include signed endpoint examples (HMAC) which are informational and not required to use the read-only functionality.

Like a lobster shell, security has layers — review code before you run it.

latestvk97eqwvf31se59vc5vtng99bjh80jv4p

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments