Agent Plugins Marketplace
All plugins

sot-runtime

v0.1.0

External State-of-Thought controller for Astra/Codex.

CodexClaude CodeAgent Plugins1 Skill1 MCP serverstdio

By SoT Runtime ContributorsLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 22, 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 sot-runtime for Codex and Claude Code

Installs for the current user
codex plugin marketplace add looptech-ai/sot-runtime-plugin
codex plugin marketplace upgrade sot-runtime-marketplace
codex plugin add sot-runtime@sot-runtime-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the sot-runtime-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “sot-runtime” remain stable.

  • Codex: sot-runtime@agent-plugin-marketplacesot-runtime@sot-runtime-marketplace

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/looptech-ai/sot-runtime-plugin

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

Plugin files

plugins/sot-runtime/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/sot-reasoning/SKILL.md
└── .mcp.json

Included Skills1

sot-reasoningskills/sot-reasoning/SKILL.md

Use the external State-of-Thought controller for complex, multi-step reasoning, research, architecture, debugging, planning, or decisions where evidence selection, uncertainty, contradictions, and a deliberate stop condition matter.

MCP servers1

sotstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/src/server.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests3

plugins/sot-runtime/.codex-plugin/plugin.json
{
  "name": "sot-runtime",
  "version": "0.1.0",
  "description": "External State-of-Thought controller for Astra/Codex.",
  "skills": "./skills/"
}
plugins/sot-runtime/.claude-plugin/plugin.json
{
  "name": "sot-runtime",
  "version": "0.1.0",
  "description": "External State-of-Thought controller for deliberate reasoning in Claude Code.",
  "author": {
    "name": "SoT Runtime Contributors"
  },
  "license": "MIT",
  "skills": "./skills/",
  "mcpServers": "./.mcp.json"
}
plugins/sot-runtime/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "sot-runtime",
  "version": "0.1.0",
  "description": "External State-of-Thought controller with evidence routing, explicit state checkpoints, uncertainty tracking, and stop/continue policy.",
  "author": {
    "name": "SoT Runtime Contributors"
  },
  "license": "MIT",
  "keywords": [
    "reasoning",
    "state-of-thought",
    "sot",
    "claude",
    "astra",
    "codex",
    "mcp"
  ]
}

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

[sot-runtime on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sot-runtime)