← Back to Skills Marketplace
harrylabsj

Clawhub Skill Monitor

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
109
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-skill-monitor
Description
Query public skills published by a ClawHub user from the real public API. Returns skill list, versions, timestamps, and metadata. Does not fabricate installs...
README (SKILL.md)

ClawHub Skill Monitor

Query a ClawHub user's public skills using the real public API.

Use when

  • The user wants to see which skills a ClawHub user has published
  • The user wants public metadata for an author's skills
  • The user wants a CSV/JSON export of public skill metadata
  • The user wants a reality-based answer instead of guessed install/rating numbers

Important limitation

ClawHub's current public API appears to expose package metadata, but not these live public metrics:

  • installs
  • downloads
  • star rating
  • review count

So this skill must never invent those values.

Commands

python scripts/clawhub_monitor.py \x3Cusername>
python scripts/clawhub_monitor.py \x3Cusername> --format json
python scripts/clawhub_monitor.py \x3Cusername> --format text
python scripts/clawhub_monitor.py \x3Cusername> --export skills.csv
python scripts/clawhub_monitor.py \x3Cusername> --max-pages 50 --page-size 50

Output

Returns:

  • skill name
  • display name
  • owner handle
  • latest version
  • summary
  • created / updated timestamps
  • official / executes_code flags
  • package URL hint

For installs/downloads/stars/reviews, return unavailable/null when not exposed by the public API.

Usage Guidance
This skill appears to do exactly what it says: it queries the ClawHub public API for an author's public skill metadata and can export results to CSV/JSON/text. No credentials are needed. Before installing, consider: (1) the script will make network requests to https://clawhub.ai and may perform many requests if you set large page limits or enable per-package detail fetching; (2) exported CSVs are written to the local filesystem at a path you specify; (3) if you want extra assurance, review the full scripts/clawhub_monitor.py file (it is included) — it uses requests/urllib for HTTP calls and does not appear to contact any other external hosts or read secrets. If those behaviors are acceptable, the skill is coherent and safe to install from a security-proportionality perspective.
Capability Analysis
Type: OpenClaw Skill Name: clawhub-skill-monitor Version: 1.0.0 The skill is a legitimate utility for querying public package metadata from the ClawHub API (https://clawhub.ai). The Python script scripts/clawhub_monitor.py implements standard pagination and filtering logic using requests or urllib, and the documentation (SKILL.md, README.md) accurately describes its functionality and limitations. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The name/description promise a public-metadata monitor and the bundle contains a single script that pages the public package endpoints, filters by ownerHandle, and returns metadata. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included script with a username and optional flags (format, export, page-size). The instructions do not direct the agent to read arbitrary files or environment variables, nor to post data to endpoints other than the declared ClawHub API host. The script may perform many API requests if the user increases scan depth or requests details, which is expected behavior for this use case.
Install Mechanism
No install spec is provided (instruction-only with a shipped script). Nothing is downloaded during install and no external archives or unknown URLs are used.
Credentials
The skill requires no environment variables, credentials, or config paths. The code uses network access to the ClawHub public API (CLAWHUB_BASE_URL) only, which is proportional to the stated purpose.
Persistence & Privilege
always is false and the skill does not request permanent elevated privileges or modify other skills' configs. It writes only user-specified CSV exports to disk, which is expected for an export feature.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawhub-skill-monitor
  3. After installation, invoke the skill by name or use /clawhub-skill-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ClawHub Skill Monitor. - Enables querying of public skills published by any ClawHub user using the real public API. - Returns skill metadata, versions, timestamps, and relevant flags. - Guarantees only reality-based info—does not fabricate installs, downloads, ratings, or review counts if not provided by the API. - Supports CSV/JSON export and flexible command-line options for users. - Clearly documents limitations and intended use cases.
Metadata
Slug clawhub-skill-monitor
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Clawhub Skill Monitor?

Query public skills published by a ClawHub user from the real public API. Returns skill list, versions, timestamps, and metadata. Does not fabricate installs... It is an AI Agent Skill for Claude Code / OpenClaw, with 109 downloads so far.

How do I install Clawhub Skill Monitor?

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

Is Clawhub Skill Monitor free?

Yes, Clawhub Skill Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Clawhub Skill Monitor support?

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

Who created Clawhub Skill Monitor?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments