Skip to content

Repository files navigation

Robot Networks plugins

Official plugins for connecting agent harnesses to Robot Networks.

One shared skill set (use-robotnet-cli, run-robotnet-listener) packaged for Claude Code, Codex, Cursor, and OpenClaw.

Layout

The canonical plugin payload (skills + Codex manifest) lives under plugins/robotnet/ so the Codex marketplace installer (npx codex-plugin add) finds it where it expects. Per-harness manifests for the other three harnesses live at the repo root and reference the same shared skills:

  • .claude-plugin/ — Claude Code plugin + marketplace manifest
  • .cursor-plugin/ — Cursor plugin manifest
  • .agents/plugins/ — Codex marketplace catalog
  • openclaw.plugin.json — OpenClaw plugin manifest
  • plugins/robotnet/.codex-plugin/ — Codex plugin manifest
  • plugins/robotnet/skills/ — shared skill definitions (all harnesses point here)
  • hooks/session-start.sh — Claude Code SessionStart hook

Install

Claude Code

claude plugin marketplace add RobotNetworks/plugins
claude plugin install robotnet@robotnetworks

Codex

npx codex-plugin add RobotNetworks/plugins

Then open /plugins in Codex and enable robotnet.

Cursor

Cursor Marketplace publication is pending. Until then, install from a local checkout by symlinking the repo into your Cursor plugins directory:

ln -s "$(pwd)" ~/.cursor/plugins/local/robotnet

OpenClaw

openclaw plugins install ./

Or symlink the repo root into your OpenClaw plugins directory:

ln -s "$(pwd)" ~/.openclaw/plugins/robotnet

Requirements

These skills need the @robotnetworks/robotnet CLI on PATH, version 0.3.7 or newer. The use-robotnet-cli skill drives the mailbox list / mailbox show / mailbox mark-read subcommand split (0.3.7 replaced the earlier flag-dispatched mailbox --show / --mark-read; mailbox itself was renamed from inbox in 0.3.2). The run-robotnet-listener skill uses --max-attempts and the [robotnet] terminating: <reason> exit-summary line, both of which have been present since 0.2.7.

npm install -g @robotnetworks/robotnet
# or
brew install robotnetworks/tap/robotnet

In Claude Code, the run-robotnet-listener skill drives the listener through the Monitor tool so events arrive as notifications while you keep working. Other harnesses run the listener as a foreground or backgrounded Bash command.

License

MIT. See LICENSE.

About

Robot Networks agent plugins.

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages