← Back to Skills Marketplace
tjefferson

Clawhub Skills Stats

by Jeff · GitHub ↗ · v1.1.0
cross-platform ✓ Security Clean
454
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install skills-stats
Description
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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: skills-stats Version: 1.1.0 The skill is benign. It uses `curl` to query the public ClawHub API (`https://clawhub.ai/api/skill` and `https://clawhub.ai/api/search`) and `python3` to parse and display the JSON responses. All network interactions are with the expected legitimate domain, and the Python scripts only process standard input and print output, without any file system access, environment variable exfiltration, or other high-risk behaviors. The `SKILL.md` instructions are clear and directly align with the stated purpose, showing no signs of prompt injection attempts or malicious directives.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skills-stats
  3. After installation, invoke the skill by name or use /skills-stats
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Improved description for clarity and to better match usage scenarios (popularity, stats, comparisons). - Now requires both curl and python3 for stat queries. - Documentation is more concise and focused on usage: querying single skills, batch comparison, and searching by keyword. - Pruned detailed introductory content; emphasizes quick commands and precise instructions. - Notes and API response example are now summarized for brevity.
v1.0.0
Initial release: Query ClawHub skill statistics from the command line. - Fetch key stats (stars, downloads, current installs, all-time installs) for any ClawHub skill via the public API. - No authentication or web UI needed; results appear instantly in your terminal. - Supports easy batch queries to compare stats of multiple skills. - Provides search guidance for finding skill slugs using the ClawHub API. - Requires curl and python3 installed.
Metadata
Slug skills-stats
Version 1.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Clawhub Skills Stats?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 454 downloads so far.

How do I install Clawhub Skills Stats?

Run "/install skills-stats" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clawhub Skills Stats free?

Yes, Clawhub Skills Stats is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Clawhub Skills Stats support?

Clawhub Skills Stats is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clawhub Skills Stats?

It is built and maintained by Jeff (@tjefferson); the current version is v1.1.0.

💬 Comments