Agent Plugins Marketplace
All plugins

onex

v0.2.0

ONEX customer delegation: local delegate and dashboard-key cloud_delegate. Ships exactly two delegation skills — no hooks, no agents. The full ONEX dev skill surface (108+ skills, hooks, agents) remains internal tooling and is not part of this consumer-facing package.

Claude Code1 Skill

By OmniNodeLicense: MIT4 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install onex for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install onex@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/OmniNode-ai/omniclaude

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/onex-delegate/.

Plugin files

plugins/onex-delegate/
├── .claude-plugin/plugin.json
└── skills/delegate/SKILL.md

Included Skills1

delegateskills/delegate/SKILL.md

Single-command local LLM delegation. Runs `onex delegate "<prompt>"` which builds the payload, dispatches node_delegate_skill_orchestrator, and prints one typed ModelSkillResult[ModelDelegateSkillResponse]. Handled inline — no subagent, no payload file, no cat of workflow_result.json.

Plugin manifests1

plugins/onex-delegate/.claude-plugin/plugin.json
{
  "name": "onex",
  "description": "ONEX customer delegation: local delegate and dashboard-key cloud_delegate. Ships exactly two delegation skills — no hooks, no agents. The full ONEX dev skill surface (108+ skills, hooks, agents) remains internal tooling and is not part of this consumer-facing package.",
  "version": "0.2.0",
  "author": {
    "name": "OmniNode",
    "email": "[email protected]"
  },
  "repository": "https://github.com/OmniNode-ai/omniclaude",
  "license": "MIT",
  "requires": {
    "onex_cli": {
      "package": "omnibase-infra",
      "min_version": "0.38.4",
      "console_script_package": "omnibase-core",
      "console_script_min_version": "0.46.8",
      "node_package": "omnimarket",
      "node_package_min_version": "0.4.7",
      "install_hint": "uv tool install --with 'omnibase-infra>=0.38.4' --with 'omnimarket @ git+https://github.com/OmniNode-ai/omnimarket.git@dev' 'omnibase-core>=0.46.8'",
      "install_hint_pipx": "pipx install 'omnibase-core>=0.46.8' && pipx inject omnibase-core 'omnibase-infra>=0.38.4' 'omnimarket @ git+https://github.com/OmniNode-ai/omnimarket.git@dev'",
      "cwd_independent": true,
      "installable_from_pypi": true,
      "notes": "OMN-16041/OMN-16191/OMN-16528: three packages, one environment. `omnibase-core` ships the `onex` console script; the `delegate` SUBCOMMAND is registered by `omnibase-infra` via the `onex.cli` entry-point group; the backing node `node_delegate_skill_orchestrator` is shipped by `omnimarket` and found through the `onex.nodes` entry-point group. Installing omnibase-core alone yields `Error: No such command 'delegate'` (exit 2); installing core+infra without omnimarket yields `Error: Unknown node 'node_delegate_skill_orchestrator'` (exit 1). `omnimarket` MUST be installed from git, not a PyPI version pin -- the CLI's own pre-flight drift guard (omnibase_infra.cli.omnimarket_drift_guard, OMN-13930) rejects a non-git-VCS omnimarket on any machine that has a canonical omnimarket clone checked out under the workspace root it reads (true for every OmniNode dev workspace, not for a customer). OMN-16855: install_hint now names NO workspace directory and pins the dev branch tip outright. It previously expanded a braced OMNI_HOME reference with a `.` fallback, which on a machine without that variable resolved to the CALLER'S CWD, failed there, and fell through to dev anyway -- installing an unpinned ref while reading as a commit pin. A machine with no canonical clone is exactly where the drift guard fails OPEN, so dev is both what that machine already got and what it wants. OmniNode workspace machines that DO carry a canonical clone use the commit-pinned variant documented in skills/delegate/SKILL.md, which reads OMNIBASE_PATH fail-fast. Node lookup reads the installed distribution, not a workspace clone, once installed. Python 3.12+ required.",
      "source_of_truth": "plugin-compat.yaml#onex_cli"
    },
    "python": ">=3.12"
  },
  "keywords": [
    "onex",
    "delegate",
    "delegation",
    "local-llm",
    "dispatch"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[onex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/onex)