Crypto Market

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill is internally consistent: it runs a local Python script that fetches public Binance REST data and computes indicators, and it uses web_search/web_fetch for news; it does not request credentials or install remote code.

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.