Agent Plugins Marketplace
All plugins

nexaedge

v7.0.0

Front end for the nexaedge marketplace that works the same on Claude Code, Codex and Antigravity. Detects which agent is running, translates to that agent's native install path, and keeps everything at user scope so a plugin is installed once per machine rather than copied into each repository.

CodexClaude CodeAgent Plugins1 Skill

By Jaison Erick1 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 nexaedge for Codex and Claude Code

Installs for the current user
codex plugin marketplace add nexaedge/nexaedge-marketplace
codex plugin marketplace upgrade nexaedge-marketplace
codex plugin add nexaedge@nexaedge-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the nexaedge-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “nexaedge” remain stable.

  • Codex: nexaedge@agent-plugin-marketplacenexaedge@nexaedge-marketplace

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/nexaedge/nexaedge-marketplace

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

Plugin files

plugins/nexaedge/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/plugins/SKILL.md

Included Skills1

pluginsskills/plugins/SKILL.md

Install, find, update and remove NexaEdge plugins, on whichever agent is running. Use when someone asks to install a plugin or skill, wants to know what is available, asks to update their plugins, or says something like "what can I install", "what plugins do I have", "add the html report skill", "update my plugins". Also use right after the nexaedge plugin is installed, to explain to the person what they just got.

Plugin manifests3

plugins/nexaedge/.codex-plugin/plugin.json
{
  "name": "nexaedge",
  "version": "7.0.0",
  "description": "Front end for the nexaedge marketplace that works the same on Claude Code, Codex and Antigravity. Detects which agent is running, translates to that agent's native install path, and keeps everything at user scope so a plugin is installed once per machine rather than copied into each repository.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "NexaEdge",
    "shortDescription": "Install and manage NexaEdge plugins, on any agent",
    "longDescription": "Front end for the nexaedge marketplace that works the same on Claude Code, Codex and Antigravity. Detects which agent is running, translates to that agent's native install path, and keeps everything at user scope so a plugin is installed once per machine rather than copied into each repository.",
    "developerName": "Jaison Erick",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "What can I install here?",
      "Install the html report plugin",
      "Update my plugins"
    ]
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "nexaedge",
    "plugins",
    "install",
    "skills"
  ]
}
plugins/nexaedge/.claude-plugin/plugin.json
{
  "name": "nexaedge",
  "description": "Front end for the nexaedge marketplace that works the same on Claude Code, Codex and Antigravity. Detects which agent is running, translates to that agent's native install path, and keeps everything at user scope so a plugin is installed once per machine rather than copied into each repository.",
  "version": "v7",
  "author": {
    "name": "Jaison Erick",
    "url": "https://github.com/jaisonerick"
  }
}
plugins/nexaedge/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "nexaedge",
  "version": "v7",
  "description": "Front end for the nexaedge marketplace that works the same on Claude Code, Codex and Antigravity. Detects which agent is running, translates to that agent's native install path, and keeps everything at user scope so a plugin is installed once per machine rather than copied into each repository.",
  "author": {
    "name": "Jaison Erick",
    "email": "[email protected]",
    "url": "https://github.com/jaisonerick"
  },
  "homepage": "https://github.com/nexaedge/nexaedge-marketplace",
  "repository": "https://github.com/nexaedge/nexaedge-marketplace",
  "keywords": [
    "nexaedge",
    "plugins",
    "install",
    "skills"
  ],
  "extensions": {
    "com.nexaedge.marketplace": {
      "displayName": "NexaEdge",
      "tagline": "Install and manage NexaEdge plugins, on any agent",
      "category": "Developer Tools",
      "platforms": [
        "claude",
        "codex",
        "antigravity"
      ],
      "prompts": [
        "What can I install here?",
        "Install the html report plugin",
        "Update my plugins"
      ],
      "bootstrap": true
    }
  }
}

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

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