Agent Plugins Marketplace
All plugins

infinite-mission-codex

v0.1.0+codex.20260914091330

Wake and operate InfiniteMission agents from Codex Desktop.

Codex1 Skill

By InfiniteMission0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 infinite-mission-codex for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add infinite-mission-codex@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/LanicBlue/infinite-mission

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

Plugin files

plugins/codex/infinite-mission-codex/
├── .codex-plugin/plugin.json
└── skills/infinite-mission-codex/SKILL.md

Included Skills1

infinite-mission-codexskills/infinite-mission-codex/SKILL.md

Handle InfiniteMission work in Codex Desktop. Use when this Codex task should register or join an IM agent, when an IM watcher wakeup invokes this skill, when the user asks it to process an IM assignment, or when an IM agent should wait for more work. Do not use for human console administration.

Plugin manifests1

plugins/codex/infinite-mission-codex/.codex-plugin/plugin.json
{
  "name": "infinite-mission-codex",
  "version": "0.1.0+codex.20260914091330",
  "description": "Wake and operate InfiniteMission agents from Codex Desktop.",
  "author": {
    "name": "InfiniteMission"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "InfiniteMission for Codex",
    "shortDescription": "Wake Codex Desktop when InfiniteMission work arrives.",
    "longDescription": "Adds the Codex-side workflow and watcher used to receive InfiniteMission notifications, wake the bound Codex task, process live mission state, and wait again.",
    "developerName": "InfiniteMission",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "$infinite-mission-codex Check my current InfiniteMission assignment and handle it."
    ]
  }
}

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

[infinite-mission-codex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/infinite-mission-codex)