Crypto Market

v1.0.0

加密货币行情分析:本技能自带 Binance 公开行情 + 指标脚本;资讯用 web_search/web_fetch。

0· 41·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match functionality: a market-analysis skill that fetches public Binance endpoints and computes indicators locally. Declared runtime requirement (python3 / python) is appropriate and sufficient.
Instruction Scope
SKILL.md instructs the agent to exec the included Python script and to use web_search/web_fetch for news; those instructions stay within the described purpose. Minor note: both the script and SKILL.md mention reading CRYPTO_HTTP_PROXY / HTTP_PROXY / HTTPS_PROXY for outbound requests — SKILL.md documents this but the registry shows no required env vars, so the script will read proxy envs opportunistically (optional, not harmful).
Install Mechanism
No install spec (instruction-only plus an included script). No downloads or external installers — lowest-risk install footprint.
Credentials
The skill requests no credentials and does not enumerate any required env vars. The included script optionally reads proxy environment variables (CRYPTO_HTTP_PROXY / HTTPS_PROXY / HTTP_PROXY) to make outbound HTTP requests; this optional proxy usage is reasonable for networked tools but is not declared as a required env in the registry metadata.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill configuration. It only runs a local script via exec and performs outbound requests to Binance and fetched news sources.
Assessment
This skill appears to do exactly what it says: run the included Python script to fetch public Binance data and compute indicators, and use web_search/web_fetch for news context. Before installing, confirm you trust the system Python that will be executed and that outbound network access to api.binance.com and news sources is acceptable in your environment. Note that the script will honor CRYPTO_HTTP_PROXY / HTTP_PROXY / HTTPS_PROXY if set (used only for outbound requests). If you need to restrict network access or auditing, run the script in a controlled environment. No API keys or secrets are requested by the skill.

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

latestvk970qqy7v1rqv4qfn7k91fxg2d84t7qp

License

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

Runtime requirements

Any binpython3, python

Comments