This page documents the current repo-owned public-ready path for using Notebooklab with OpenClaw-compatible bundles.
In plain language: Notebooklab now ships checked-in OpenClaw-compatible bundle layouts so developers can wire notebooklab-mcp, local skills, and plugin markers into an OpenClaw install from this public repository, and the matching ClawHub skill listing is already live at https://clawhub.ai/xiaojiou176/notebooklab-mcp-outcome-workflows.
Notebooklab 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: yes, on ClawHubofficial marketplace listing live: yes, on ClawHubThis page does not claim:
OpenClaw’s official docs already treat plugins, skills, and MCP as real building blocks.
That makes it reasonable for Notebooklab to provide a repo-owned local install path, as long as the wording stays honest:
notebooklab-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/notebooklab-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 notebooklab-mcp-outcome-workflows skill |
| ../../examples/hosts/openclaw/notebooklab-cursor-bundle/README.md | You want a Cursor-style command layout with .cursor/commands plus the same local Notebooklab MCP workflow skill |
.cursor-plugin, .cursor/commands, .mcp.json, and the local skill |
| ../../examples/hosts/openclaw/notebooklab-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 |
notebooklab-mcp.examples/hosts/openclaw/.Install that bundle into OpenClaw:
openclaw plugins install ./examples/hosts/openclaw/notebooklab-claude-bundle
openclaw plugins list
openclaw plugins info notebooklab-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:
notebooklab-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 and the ClawHub skill page is live | every other OpenClaw marketplace surface being live |
the bundles target the first-party notebooklab-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.