← 返回 Skills 市场
harrylabsj

Clawhub Skill Monitor

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-skill-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-skill-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawhub-skill-monitor
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Clawhub Skill Monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-skill-monitor」即可一键安装,无需额外配置。

Clawhub Skill Monitor 是免费的吗?

是的,Clawhub Skill Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clawhub Skill Monitor 支持哪些平台?

Clawhub Skill Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clawhub Skill Monitor?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论