Agent Plugins Marketplace
All plugins

aaronplug

v0.4.0

aaron CLI tool for Codex hosts — invoke via Bash, not as an agent.

Codex1 Skill

By VeigaPunkLicense: Unlicense0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aaronplug@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/VeigaPunk/ds4cc-marketplace

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

Plugin files

marketplace/plugins/aaronplug/
├── .codex-plugin/plugin.json
└── skills/aaron/SKILL.md

Included Skills1

aaronskills/aaron/SKILL.md

Invoke the aaron CLI over Bash to search and fetch books or papers. Use when scout or any agent needs a local cataloged file. Not an agent and not MCP — a Bash-invocable tool only.

Plugin manifests1

marketplace/plugins/aaronplug/.codex-plugin/plugin.json
{
  "name": "aaronplug",
  "version": "0.4.0",
  "description": "aaron CLI tool for Codex hosts — invoke via Bash, not as an agent.",
  "author": {
    "name": "VeigaPunk"
  },
  "interface": {
    "displayName": "aaron (CLI tool)",
    "shortDescription": "Bash-invocable book/paper fetcher",
    "longDescription": "Installs the `aaron` binary. Scout and other agents call it via Bash (run_terminal_command). Not an agent profile, not MCP, no skills.",
    "developerName": "VeigaPunk",
    "category": "Developer",
    "capabilities": [
      "CLI Tool",
      "Book Search",
      "Paper Fetch"
    ],
    "defaultPrompt": [
      "Install aaron on PATH with npm run link-local (fnm/node).",
      "Run: aaron books search \"query\"",
      "Run: aaron papers fetch <doi>"
    ]
  },
  "homepage": "https://github.com/VeigaPunk/aaronplug",
  "repository": "https://github.com/VeigaPunk/aaronplug",
  "license": "Unlicense"
}

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

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