blockbeats

v1.0.4

BlockBeats Skill covers over 1,500 information sources, including AI-driven insights, Hyperliquid on-chain data, and Polymarket market analytics. It also fea...

0· 63·0 current·0 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
Name/description describe a crypto news/market-data API. Declared requirements (curl binary and BLOCKBEATS_API_KEY) are appropriate and expected for that purpose.
Instruction Scope
SKILL.md instructs the agent to make HTTP requests to https://api-pro.theblockbeats.info with the api-key header. It does not instruct reading unrelated files, other env vars, or contacting other endpoints.
Install Mechanism
Install spec only references installing curl via Homebrew (well-known package manager). No arbitrary downloads or archive extraction are used.
Credentials
Only a single API key (BLOCKBEATS_API_KEY) is requested, which is proportional. Note: every use will send that key in an HTTP header to api-pro.theblockbeats.info, so ensure the key's scope/permissions and rotate it if leaked.
Persistence & Privilege
Skill is not always-enabled, has no special persistent privileges, and does not modify other skill or system configs. Autonomous invocation is allowed (default) but not combined with other concerning factors.
Assessment
This skill appears to do what it says: use curl plus your BlockBeats API key to query their pro API. Before installing, confirm you trust the BlockBeats service and are comfortable providing an API key (the skill will send that key in request headers to api-pro.theblockbeats.info). Limit the key's permissions if possible, monitor usage/quotas, and rotate the key if you stop using the skill. Also note a minor metadata mismatch (SKILL.md lists version 1.0.3 while registry shows 1.0.4) — not a security issue but worth verifying source authenticity if you need extra assurance.

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

latestvk97ey3mq6gaby5qn6k3st6m54x83wyqg

License

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

Runtime requirements

📰 Clawdis
OSmacOS · Linux · Windows
Binscurl
EnvBLOCKBEATS_API_KEY
Primary envBLOCKBEATS_API_KEY

Install

curl (HTTP client)brew install curl

Comments