---
title: "octonode-plugin"
description: "Connect to Octonode and create, test, publish, and manage workflow plugins."
canonical: https://agentpluginsdirectory.com/plugins/octonode-plugin
last-updated: 2026-09-26
---

# octonode-plugin
Connect to Octonode and create, test, publish, and manage workflow plugins.
- Slug: octonode-plugin
- Publisher: Octonode
- Repository: https://github.com/nivdoron1/octonode-devtools
- Manifest: octonode-plugin/plugin.json
- Version: 0.2.0
- License: MIT
- Category (editorial): other
- Skills: 3 (octonode-connect, octonode-plugin-author, octonode-plugin-manage)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-09-15
- Repository last pushed: 2026-09-26
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/octonode-plugin
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What octonode-plugin does, in the publisher's words

One agent plugin with shared skills for Claude Code, Codex, Cursor, and Agent Plugins-compatible hosts:

plugin.json is the portable manifest;.codex-plugin/plugin.json and.claude-plugin/plugin.json provide host compatibility. Every host reads the same skills/ directory. This bundle contains instructions. The CLI performs local plugin operations; the hosted MCP server in packages/mcp performs live project operations. No additional runtime ships here.

Each SKILL.md is a router. Detailed procedures live in that skill's references/ directory. Shared MCP calling rules and the complete operation index live under octonode-connect and are linked from the authoring and management routers. Read only the references needed for a task. Copy all three skill folders together, preserving their names and reference files, so sibling links work.

- Claude Code: from this repository, run claude --plugin-dir./octonode-plugin. Skills are namespaced, for example /octonode-plugin:octonode-plugin-author.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/nivdoron1/octonode-devtools/HEAD/octonode-plugin/README.md

## Skills

- octonode-connect: Connect Codex, Claude Code, Cursor, or another MCP client to Octonode and use scoped project tools. Use when configuring mcp.octonode.dev, inspecting or editing an Octonode project, or running workflows.
- octonode-plugin-author: Create, build, validate, test, and publish typed Octonode workflow plugins. Use when adding reusable workflow nodes, adapting an npm package, exporting a workflow, or editing octonode.plugin.ts.
- octonode-plugin-manage: Install, list, update, remove, restore, and recover Octonode workflow plugin dependencies in a local project. Use for octonode.lock, plugin version changes, or interrupted plugin installations. These commands manage workflow plugins, not Claude, Codex, or Cursor extensions.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
