Clarity Fold Status

v1.0.0

Get overview and status information from Clarity Protocol. Use when the user asks about fold status, how many variants, research overview, what data is avail...

0· 295·2 current·2 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 match the implementation: both SKILL.md and the Python scripts call https://clarityprotocol.io/api/v1 endpoints to report API info and variant counts. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Runtime instructions are limited and concrete: run python scripts/check_status.py (or with --format json). The scripts only call the documented Clarity Protocol API endpoints and format results; they do not read files, other env vars, or transmit data to other hosts.
Install Mechanism
This is an instruction-only skill with included Python scripts and no install spec. The code depends on the 'requests' library but no dependency/install guidance is provided; the environment will need Python + requests available for the scripts to run.
Credentials
No required environment variables are declared in the registry metadata, but SKILL.md and api_client.py reference an optional CLARITY_API_KEY that increases rate limits. That is reasonable for the described functionality but the optional API key is not listed as a required/primary credential in the metadata — consider this a documentation omission rather than malicious behavior.
Persistence & Privilege
Skill does not request permanent presence (always:false) and does not modify system or other skill configurations. It only performs outbound HTTPS calls to clarityprotocol.io when executed.
Assessment
This skill appears coherent and only queries clarityprotocol.io for API/status information. Before installing: (1) ensure you trust clarityprotocol.io and are comfortable providing CLARITY_API_KEY if you want higher rate limits — the key is read from the CLARITY_API_KEY env var and used only as an X-API-Key header; (2) make sure your runtime has Python and the 'requests' package installed (the package is required but not auto-installed by the skill); (3) note the scripts will exit on HTTP errors/rate limits and will not read other local files or send data to other hosts. If you need the metadata to reflect the optional API key, ask the publisher to declare CLARITY_API_KEY in the registry so it isn't overlooked.

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

latestvk972a2zbm8t5ggs8vkyv6m23w181t21z

License

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

Comments