Agent Plugins Marketplace
All plugins

tron

v0.1.0

Locked-down Docker sandbox (read-only git, no package installs) plus cost-aware multi-agent routing via OpenRouter/xAI profiles. Human owns git checkpoints on the host.

Agent Plugins3 Skills1 MCP serverstdio

License: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 21, 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

Get the plugin

git clone https://github.com/lcanady/tron

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

tron/
├── plugin.json
├── skills/manager-loop/SKILL.md
├── skills/openrouter-routing/SKILL.md
├── skills/tron-workflow/SKILL.md
└── mcp.json

Included Skills3

manager-loopskills/manager-loop/SKILL.md

Cost-aware multi-agent coding loop — manager orchestrates plan/code/test without writing files itself. Use when coordinating autonomous implementation, reducing model spend, or preventing code agents from expanding scope.

openrouter-routingskills/openrouter-routing/SKILL.md

Route manager/plan/test/code through cost-tiered OpenRouter models for enterprise volume. Use when OPENROUTER_API_KEY is set or selecting openrouter/enterprise, volume, or premium profiles.

tron-workflowskills/tron-workflow/SKILL.md

Run coding agents inside a locked-down Docker sandbox with read-only git, no package installs, and host-owned git checkpoints. Use when enabling free shell for an AI agent, hardening agent execution, or reviewing sandbox status/verify.

MCP servers1

tronstdio
command
node
args
${PLUGIN_ROOT}/mcp/server.mjs
cwd
${PLUGIN_ROOT}
env.TRON_PLUGIN_ROOT
${PLUGIN_ROOT}
env.TRON_REPO_ROOT
${PLUGIN_ROOT}/..

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 manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tron",
  "version": "0.1.0",
  "description": "Locked-down Docker sandbox (read-only git, no package installs) plus cost-aware multi-agent routing via OpenRouter/xAI profiles. Human owns git checkpoints on the host.",
  "homepage": "https://agent-plugins.org",
  "repository": "https://github.com/DailyCaller/opencode",
  "license": "MIT",
  "keywords": [
    "sandbox",
    "docker",
    "security",
    "git-readonly",
    "openrouter",
    "opencode",
    "mcp",
    "skills"
  ],
  "extensions": {
    "ai.opencode": {
      "plugin": "./ai.opencode/index.js",
      "defaultOptions": {
        "profile": "openrouter",
        "sandbox": false,
        "image": "opencode-tron:local"
      }
    }
  }
}

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

[tron on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tron)