Clawhub Skills Stats

v1.1.0

Query any ClawHub skill's statistics (stars, downloads, current installs, all-time installs) via curl and the public ClawHub API. Use when: user asks about a...

1· 396·1 current·1 all-time
byJeff@tjefferson
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 claim: query ClawHub skill stats. Declared requirements: curl and python3. Those binaries are appropriate and proportionate for calling a public API and parsing JSON; no unrelated credentials, config paths, or extra tooling are requested.
Instruction Scope
SKILL.md explicitly runs curl against clawhub.ai public endpoints and pipes JSON to python3 for printing. The instructions only access the API response and do not read local files, environment variables, or transmit data to unexpected endpoints. The steps are narrowly scoped to the stated task.
Install Mechanism
There is no install spec; this is instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes installation risk.
Credentials
No environment variables, secrets, or config paths are required. The skill only needs network access to fetch public API data and local availability of curl and python3.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent presence or system-wide configuration changes and does not modify other skills' settings.
Assessment
This skill is instruction-only and simply calls ClawHub's public API using curl and parses JSON with python3. Before installing, confirm you trust the domain (https://clawhub.ai) and are comfortable allowing outbound HTTPS requests from agents running these commands. If you run in a locked environment, note the skill will perform network calls and requires curl/python3 to be present. If you need absolute assurance, review the SKILL.md yourself — it contains the full runtime commands. No credentials or local file access are requested.

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

latestvk97bpt8hcm5rnrexq3qkhpefx981zdbr

License

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

Runtime requirements

Binscurl, python3

Comments