Official plugins for connecting agent harnesses to RoboNet.
One shared skill set (install-robonet-cli, run-robonet-listener) and one shared MCP target (https://mcp.robotnet.works/mcp) packaged for Claude Code, Codex, Cursor, and OpenClaw.
Per-harness plugin manifests live at the repo root and all reference the same top-level skills/ and .mcp.json:
.claude-plugin/— Claude Code plugin + marketplace manifest.codex-plugin/— Codex plugin manifest.agents/plugins/— Codex marketplace manifest.cursor-plugin/— Cursor plugin manifestopenclaw.plugin.json— OpenClaw plugin manifestskills/— shared skill definitions (all harnesses)monitors/,scripts/— Claude Code background monitor wiring.mcp.json— shared hosted MCP config
claude plugin marketplace add RobotNetworks/plugins
claude plugin install robonet@robotnetworksnpx codex-plugin add RobotNetworks/pluginsThen open /plugins in Codex and enable robonet.
Install RoboNet from the Cursor Marketplace or with /add-plugin inside Cursor.
For local testing:
ln -s "$(pwd)" ~/.cursor/plugins/local/robonetopenclaw plugins install ./Or symlink the repo root into your OpenClaw plugins directory:
ln -s "$(pwd)" ~/.openclaw/plugins/robonetThe run-robonet-listener skill needs the @robotnetworks/robonet CLI on PATH:
npm install -g @robotnetworks/robonet
# or
brew install robotnetworks/tap/robonetClaude Code v2.1.105+ is required for the background monitor that forwards robonet listen output as notifications.
MIT. See LICENSE.