Agent Plugins Marketplace
All plugins

agent-bundle-codex-smoke

v0.0.1

A bounded Codex native-contract smoke candidate.

Codex1 Skill

By agent-bundle2 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Aug 28, 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 agent-bundle-codex-smoke@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/ScriptedAlchemy/agent-bundle

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is fixtures/contracts/hosts/codex/candidate/.

Plugin files

fixtures/contracts/hosts/codex/candidate/
├── .codex-plugin/plugin.json
└── skills/agent-bundle-codex-smoke/SKILL.md

Included Skills1

agent-bundle-codex-smokeskills/agent-bundle-codex-smoke/SKILL.md

Bounded native-contract smoke Skill.

Plugin manifests1

fixtures/contracts/hosts/codex/candidate/.codex-plugin/plugin.json
{
  "author": {
    "name": "agent-bundle"
  },
  "description": "A bounded Codex native-contract smoke candidate.",
  "interface": {
    "capabilities": [
      "skills"
    ],
    "category": "Productivity",
    "defaultPrompt": [
      "Help me use the Agent Bundle Codex smoke candidate."
    ],
    "developerName": "agent-bundle",
    "displayName": "Agent Bundle Codex Smoke",
    "longDescription": "A bounded Codex native-contract smoke candidate.",
    "shortDescription": "A bounded Codex native-contract smoke candidate."
  },
  "name": "agent-bundle-codex-smoke",
  "skills": "./skills/",
  "version": "0.0.1"
}

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

[agent-bundle-codex-smoke on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-bundle-codex-smoke)