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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-ecosystem-monitor - After installation, invoke the skill by name or use
/claw-ecosystem-monitor - Provide required inputs per the skill's parameter spec and get structured output
What is OpenClaw Ecosystem Monitor?
Monitor public OpenClaw ecosystem sources with source-quality checks, metadata-only collection, and trust-first reporting. It is an AI Agent Skill for Claude Code / OpenClaw, with 23 downloads so far.
How do I install OpenClaw Ecosystem Monitor?
Run "/install claw-ecosystem-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw Ecosystem Monitor free?
Yes, OpenClaw Ecosystem Monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OpenClaw Ecosystem Monitor support?
OpenClaw Ecosystem Monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw Ecosystem Monitor?
It is built and maintained by marsloting (@marsloting); the current version is v0.1.0.