Agent Plugins Marketplace
All plugins

llm-caret-messaging

v0.1.0

Canonical rooms, task routing, context, receipts, and artifacts for Claude, Codex, Gemini, and LLM Caret.

CodexClaude Code1 Skill1 MCP serverstdio

By Simple Language ProjectLicense: MIT1 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
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 llm-caret-messaging@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/ormastes/simple

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

Plugin files

plugins/llm_caret_messaging/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/llm-caret-messaging/SKILL.md
└── .mcp.json

Included Skills1

llm-caret-messagingskills/llm-caret-messaging/SKILL.md

Collaborate through canonical Simple rooms with durable tasks, bounded context, truthful receipts, private rooms, and artifacts.

MCP servers1

llm-caret-messagingstdio
command
caret
args
messaging mcp
env.LLM_CARET_MESSAGING_DB
.simple/state/llm-caret-messaging.db
env.LLM_CARET_MESSAGING_IDENTITY
local-agent
env.LLM_CARET_MESSAGING_WORKSPACE
default
env.LLM_CARET_MESSAGING_SCOPES
room:read,room:write,profile:read,dm:write,agent:control

Plugin manifests2

plugins/llm_caret_messaging/.codex-plugin/plugin.json
{
  "name": "llm-caret-messaging",
  "version": "0.1.0",
  "description": "Canonical rooms, task routing, context, receipts, and artifacts for Claude, Codex, Gemini, and LLM Caret.",
  "author": {
    "name": "Simple Language Project"
  },
  "license": "MIT",
  "keywords": [
    "llm",
    "messaging",
    "agents",
    "mcp",
    "caret"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "LLM Caret Messaging",
    "shortDescription": "Canonical chat rooms for collaborating LLM agents",
    "longDescription": "Connect Claude, Codex, Gemini, and LLM Caret through canonical Simple rooms with bounded context, task progress, truthful receipts, and private-room isolation.",
    "developerName": "Simple Language Project",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write",
      "MCP",
      "Agent Collaboration"
    ],
    "defaultPrompt": [
      "Open a private agent room and send this task.",
      "Show who is active and what each agent is doing.",
      "Read my bounded room context and update the task."
    ],
    "brandColor": "#4F46E5"
  }
}
plugins/llm_caret_messaging/.claude-plugin/plugin.json
{
  "name": "llm-caret-messaging",
  "version": "0.1.0",
  "description": "Canonical messaging rooms and lifecycle hooks for Claude Code, Codex, Gemini, and LLM Caret.",
  "author": {
    "name": "Simple Language Project"
  }
}

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

[llm-caret-messaging on Agent Plugins Marketplace](https://pluginsmp.com/plugins/llm-caret-messaging)