This page documents the current repo-owned public-ready path for using Provenote with OpenClaw-compatible bundles.
In plain language: Provenote now ships checked-in OpenClaw-compatible bundle layouts so developers can wire provenote-mcp, local skills, and plugin markers into an OpenClaw install from this public repository without pretending that an official ClawHub listing is already live.
Provenote ships tracked OpenClaw-compatible bundles as a public-ready package path and a submission-ready ClawHub pack.
That is the right truth layer today:
repo-owned prep exists: yespublic-ready package available: yespublicly discoverable listing live: no live ClawHub or community listing is claimed hereofficial marketplace listing live: noThis page does not claim:
OpenClaw’s official docs already treat plugins, skills, and MCP as real building blocks.
That makes it reasonable for Provenote to provide a repo-owned local install path, as long as the wording stays honest:
provenote-mcp entrypoint plus the checked-in local bundle examplesIf you want the repo-owned bundle inventory first, start with ../../examples/hosts/openclaw/README.md.
| Bundle | When to use it | What it includes |
|---|---|---|
| ../../examples/hosts/openclaw/provenote-claude-bundle/README.md | You want a Claude-style bundle layout that OpenClaw can detect as a compatible local plugin bundle | .claude-plugin, .mcp.json, command markdown, and the local provenote-mcp-outcome-workflows skill |
| ../../examples/hosts/openclaw/provenote-cursor-bundle/README.md | You want a Cursor-style command layout with .cursor/commands plus the same local Provenote MCP workflow skill |
.cursor-plugin, .cursor/commands, .mcp.json, and the local skill |
| ../../examples/hosts/openclaw/provenote-codex-bundle/README.md | You want a Codex-style bundle marker with MCP wiring and a local skill | .codex-plugin, .mcp.json, and the local skill |
provenote-mcp.examples/hosts/openclaw/.Install that bundle into OpenClaw:
openclaw plugins install ./examples/hosts/openclaw/provenote-claude-bundle
openclaw plugins list
openclaw plugins info provenote-claude-bundle
openclaw gateway restart
research_thread.to_draftdraft.verifyauditable_run.downloadThe exact bundle path changes depending on which bundle family you choose. The verify loop does not.
If you want to verify this page instead of trusting it, inspect the same repo-owned layers:
provenote-mcp.If you want the repo-owned submission materials, use ../../examples/hosts/openclaw/CLAWHUB_SUBMISSION.md.
That pack keeps three things separate:
| Safe now | Not claimed |
|---|---|
| checked-in public-ready OpenClaw-compatible bundles exist | official ClawHub or community listing live |
the bundles target the first-party provenote-mcp entrypoint |
official OpenClaw endorsement or partnership |
| local skills and plugin markers are present in repo-owned artifacts | plugin marketplace, directory, or registry listing |
| the install path is suitable for public-ready bundle distribution from this repository | public Skills program or universal host guarantee |
Use ../project-status.md if you want the full status map before translating this local prep path into any public wording.