← Back to Skills Marketplace
marsloting

OpenClaw Ecosystem Monitor

by marsloting · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
23
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install claw-ecosystem-monitor
Description
Monitor public OpenClaw ecosystem sources with source-quality checks, metadata-only collection, and trust-first reporting.
README (SKILL.md)

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.md
  • trust/no-secret-policy.md
  • trust/test-fixture.md
  • trust/rollback.md
  • trust/privacy.md
  • trust/threat-model.md
  • trust/external-services.md
  • trust/pricing-boundary.md
  • publish/sanitized-demo-report.md
  • CHANGELOG.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.

Usage Guidance
Before installing, understand that the skill makes unauthenticated requests to public GitHub, npm, OpenClaw docs, and ClawHub endpoints, then stores local snapshots and reports. Review the optional scheduling wrapper if you plan to run it repeatedly, and keep the no-secret and metadata-only boundaries in place.
Capability Tags
crypto
Capability Assessment
Purpose & Capability
The stated purpose matches the artifacts: scripts fetch public GitHub, npm, OpenClaw docs, and ClawHub metadata, then generate local JSON and Markdown summaries.
Instruction Scope
Runtime instructions emphasize metadata-only collection, official/public sources, pause triggers, no secrets, and no public posting or remote mutation.
Install Mechanism
An optional local wrapper can run the collector from the OpenClaw skills directory and write a log under ~/.openclaw/logs, but it does not install persistence by itself.
Credentials
Network access to the listed public services and local writes to data/reports are proportionate for monitoring and reporting; no private files, tokens, cookies, or account stores are read.
Persistence & Privilege
There is no automatic background service, privilege escalation, or credential use. The permission manifest omits the report/log writes that are disclosed elsewhere, which is a minor documentation mismatch rather than a security concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install claw-ecosystem-monitor
  3. After installation, invoke the skill by name or use /claw-ecosystem-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of claw-ecosystem-monitor. - Monitors public OpenClaw ecosystem sources with metadata-only collection and source-quality checks. - Reports on freshness, dependencies, and trust signals with canonical source links. - Enforces strict data discipline: uses only official APIs, stores no private user data or full content. - Includes scripts for local metadata collection and Markdown report generation. - Provides sensitive data and distribution trust documentation. - Free and distribution-first; contains no monetization or paid features.
Metadata
Slug claw-ecosystem-monitor
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments