OpenClaw Ecosystem Monitor
/install claw-ecosystem-monitor
OpenClaw Ecosystem Monitor
This skill collects metadata-only signals from public OpenClaw ecosystem sources and reports freshness, dependency, and trust signals with canonical source links.
Use Cases
- Track OpenClaw-related npm package freshness.
- Track public GitHub repository metadata and small contribution candidates.
- Track OpenClaw docs and ClawHub availability/freshness.
- Produce source-linked summaries without copying full issue bodies, README files, docs pages, or package tarballs.
Data Discipline
Before collecting any source, read sources/source_quality.yaml.
Hard rules:
- Use official APIs when available.
- Store only normalized metadata, short summaries, hashes, timestamps, and canonical source URLs.
- Do not store secrets, cookies, access tokens, account IDs, or private user data.
- Do not bulk mirror package tarballs, docs pages, README files, or issue bodies.
- Stop on 403, 429, robots disallow, DMCA/abuse signal, or platform warning.
Run
From this skill directory:
node scripts/collect-openclaw-ecosystem.mjs
node scripts/render-demo-report.mjs
The collector writes a local JSON snapshot under data/YYYY-MM-DD/. The renderer writes a Markdown report under reports/.
Local Runtime
The OpenClaw computer can run this skill without an agent/model turn through:
ops/run-openclaw-ecosystem-monitor.sh
That wrapper only runs the local scripts. It does not post messages, publish reports, call models, or use secrets.
Trust Requirements
This skill includes the trust and distribution-review docs:
trust/permission-manifest.mdtrust/no-secret-policy.mdtrust/test-fixture.mdtrust/rollback.mdtrust/privacy.mdtrust/threat-model.mdtrust/external-services.mdtrust/pricing-boundary.mdpublish/sanitized-demo-report.mdCHANGELOG.md
Monetization Boundary
This skill is free/distribution-first. It has no payment code, no checkout, and no paid ClawHub assumption.
No hosted API, checkout, paid listing, invoice flow, or donation link is included.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-ecosystem-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-ecosystem-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
OpenClaw Ecosystem Monitor 是什么?
Monitor public OpenClaw ecosystem sources with source-quality checks, metadata-only collection, and trust-first reporting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 23 次。
如何安装 OpenClaw Ecosystem Monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-ecosystem-monitor」即可一键安装,无需额外配置。
OpenClaw Ecosystem Monitor 是免费的吗?
是的,OpenClaw Ecosystem Monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenClaw Ecosystem Monitor 支持哪些平台?
OpenClaw Ecosystem Monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Ecosystem Monitor?
由 marsloting(@marsloting)开发并维护,当前版本 v0.1.0。