infinite-mission-codex
v0.1.0+codex.20260914091330Wake and operate InfiniteMission agents from Codex Desktop.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add infinite-mission-codex@agent-plugin-marketplacePaste 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-missionClone 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
├── .codex-plugin/plugin.json└── skills/infinite-mission-codex/SKILL.md
Included Skills1
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
{
"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."
]
}
}For maintainers
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)