BNBCHAIN Protocol & Matrices Analysis — Powered by ClipX

v1.0.20

Thin client for the private ClipX BNBChain API, returning text-only JSON metrics and rankings for BNB Chain (no scraping code, no API keys).

0· 467·1 current·1 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
medium confidence
Purpose & Capability
Name/description, required binaries (python), included files (api_client_cli.py, format_box.py), and the commands in SKILL.md all consistently implement a thin HTTP client + formatter for BNBChain metrics. Nothing in the repo requires unrelated services or secrets.
Instruction Scope
SKILL.md strictly instructs the agent to run the included CLI and pass through server-formatted output; the runtime instructions do not read arbitrary local files or request unrelated environment variables. Note: the CLI supports a metrics_address mode (sends an address to the remote API) and other modes that will POST/GET user-supplied parameters — so any user-provided addresses or inputs will be transmitted to the remote API (expected for the stated functionality).
Install Mechanism
No install spec is provided (instruction-only), and requirements.txt only lists requests. Nothing is downloaded from external URLs or written to system paths during install.
Credentials
No required env vars or credentials. There is an optional CLIPX_API_BASE env var to override the API base URL; this is reasonable for a client but means the endpoint the client contacts can be changed locally. No secret keys are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It does not persist or request elevated privileges.
Assessment
This skill is a thin HTTP client that will send requests to the default server https://skill.clipx.app (or any URL set in CLIPX_API_BASE). The package itself does not request credentials, but any data you submit to the CLI (for example an address for balance lookup) will be sent to the remote API—so verify you trust the endpoint and owner before sending sensitive addresses or other data. The source has no homepage and the owner ID is unknown; if you need higher assurance, review/run the code locally or set CLIPX_API_BASE to a trusted server. Also avoid setting environment variables or config that point the client at an untrusted host.

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

binancevk973x0424yz2e5vaz4vwbkb98982h6p8bnbchainvk973x0424yz2e5vaz4vwbkb98982h6p8bscvk973x0424yz2e5vaz4vwbkb98982h6p8clipxvk973x0424yz2e5vaz4vwbkb98982h6p8cryptovk97aydxd9n5vkqpghjpwt6s8ch82b77ylatestvk973x0424yz2e5vaz4vwbkb98982h6p8memevk973x0424yz2e5vaz4vwbkb98982h6p8metricsvk973x0424yz2e5vaz4vwbkb98982h6p8web3vk97aydxd9n5vkqpghjpwt6s8ch82b77y

License

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

Runtime requirements

🟡 Clawdis
OSWindows · Linux · macOS
Binspython

Comments