Agent Plugins Marketplace
All plugins

tmux-agent

v0.5.2

Dispatch an agent-tmux worker and let the mod own the wait: the collector session reconciles result.json on a clock and submits a prompt when a worker reaches a terminal state.

Claude Code

By PaulYeh0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 18, 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 tmux-agent for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tmux-agent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/ohyeh/tmux-agent-tools

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

Plugin files

mods/tmux-agent/
└── .claude-plugin/plugin.json

Plugin manifests1

mods/tmux-agent/.claude-plugin/plugin.json
{
  "name": "tmux-agent",
  "version": "0.5.2",
  "description": "Dispatch an agent-tmux worker and let the mod own the wait: the collector session reconciles result.json on a clock and submits a prompt when a worker reaches a terminal state.",
  "author": {
    "name": "PaulYeh",
    "url": "https://github.com/ohyeh"
  },
  "homepage": "https://github.com/ohyeh/tmux-agent-tools/blob/main/mods/tmux-agent/README.md",
  "repository": "https://github.com/ohyeh/tmux-agent-tools",
  "keywords": [
    "tmux",
    "claude-code",
    "codex",
    "agent",
    "orchestration"
  ],
  "types": "./types/index.d.ts",
  "userConfig": {
    "mode": {
      "type": "string",
      "title": "tmux-agent 模式",
      "description": "full = 這個 session 當收集端,輪詢 worker 並在收工時喚醒你。lite = 只提供 assign 工具,不起時鐘。一個使用者只該有一個 session 開 full。",
      "options": [
        "full",
        "lite"
      ],
      "default": "lite"
    }
  }
}

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

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