Home / trpc-group / trpc-agent-go · openclaw/skills/tmux/SKILL.md · GitHub

tmux skillA

tmux is agent-read markdown (skill) from trpc-group/trpc-agent-go: Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# tmux Session Control

Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions.

## When to Use

✅ **USE this skill when:**

- Monitoring Claude/Codex sessions in tmux
- Sending input to interactive terminal applications
- Scraping output from long-running processes in tmux
- Navigating tmux panes/windows programmatically
- Checking on background work in existing sessions

## When NOT to Use

❌ **DON'T use this skill when:**

- Running one-off shell commands → use `exec` tool directly
- Starting new background processes → use `exec` with `background:true`
- Non-interactive scripts → use `exec` tool
- The process isn't in tmux
- You need to create a new tmux session → use `exec` with `tmux new-session`

## Example Sessions

| Session                 | Purpose                     |
| ----------------------- | --------------------------- |
| `shared`                | Primary interactive session |
| `worker-2` - `worker-8` | Parallel worker sessions    |

## Common Commands

### List Sessions

```bash
tmux list-sessions
tmux ls
```

### Capture Output

```bash
# Last 20 lines of pane
tmux capture-pane -t shared -p | tail -20
…

Read the whole file at its exact version.

How to install

Latest version
mdr add trpc-group/trpc-agent-go/tmux@git:20260304.8ebbeae
Exact content
mdr add trpc-group/trpc-agent-go/tmux@sha256:25f7d9ee55075229

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_eitjhnldkh6cndcl.svg)](https://markdownregistry.com/a/art_eitjhnldkh6cndcl)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260304.8ebbeae latest2026-03-04 8ebbeae 3,485 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3485 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

trpc-group/trpc-agent-go · 1,821 stars · license Apache-2.0 · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_eitjhnldkh6cndcl
GET https://markdownregistry.com/api/v1/resolve?ref=trpc-group/trpc-agent-go/tmux
GET https://markdownregistry.com/api/v1/blob/25f7d9ee550752298014a83f2aa402f8015f9c4c781d70ac75bf6b043c0113f8

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from trpc-group/trpc-agent-go

AGENTS.md agents
trpc-group/trpc-agent-go · AGENTS.md
git:20260720.41d2f05 · audit A · 1,821 stars
artifact_demo skill
trpc-group/trpc-agent-go · examples/agui/server/skill_artifacts/skills/artifact_demo/SKILL.md · Demo skill that writes an output file and persists it as an artifact.
git:20260303.3d67bd9 · audit A · 1,821 stars
weather-query skill
trpc-group/trpc-agent-go · examples/claudecode/.claude/skills/weather-query/SKILL.md · Answer weather queries with a fixed demo response.
git:20260210.f991cb4 · audit A · 1,821 stars
weather-query skill
trpc-group/trpc-agent-go · examples/codex/.agents/skills/weather-query/SKILL.md · Answer weather queries with a fixed demo response.
git:20260604.0f8ea6b · audit A · 1,821 stars
fanout-analysis skill
trpc-group/trpc-agent-go · examples/dynamicworkflow/skills/skills/fanout-analysis/SKILL.md · Use this workflow recipe when a question benefits from several independent perspectives followed by a single…
git:20260824.2303ec4 · audit A · 1,821 stars
quality-loop skill
trpc-group/trpc-agent-go · examples/dynamicworkflow/skills/skills/quality-loop/SKILL.md · Use this workflow recipe when a draft, plan, proposal, or other deliverable should be independently reviewed and…
git:20260824.2303ec4 · audit A · 1,821 stars
weather-query skill
trpc-group/trpc-agent-go · examples/evaluation/claudecode/.claude/skills/weather-query/SKILL.md · Answer weather queries with a fixed demo response.
git:20260226.3dbed7a · audit A · 1,821 stars
write-ok skill
trpc-group/trpc-agent-go · examples/evaluation/skill/skills/write-ok/SKILL.md · Write a deterministic OK file to out/ok.txt.
git:20260206.a5b44c2 · audit A · 1,821 stars
remote-http-mcp skill
trpc-group/trpc-agent-go · examples/mcpbroker/basic/skills/remote-http-mcp/SKILL.md · Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.
git:20260410.1e68463 · audit A · 1,821 stars
ocr skill
trpc-group/trpc-agent-go · examples/skill/skills/ocr/SKILL.md · Extract text from images using Tesseract OCR
git:20260121.295590e · audit A · 1,821 stars
whisper skill
trpc-group/trpc-agent-go · examples/skill/skills/whisper/SKILL.md · Transcribe audio files to text using OpenAI Whisper
git:20260121.295590e · audit A · 1,821 stars
plan_route skill
trpc-group/trpc-agent-go · examples/skilldynamicschema/skills/plan_route/SKILL.md · Plan a route and return distance + ETA (schema + deterministic result).
git:20260204.239a6a9 · audit A · 1,821 stars

Every file in trpc-group/trpc-agent-go

Other files named tmux

tmux skill
volcengine/openviking · bot/workspace/skills/tmux/SKILL.md · Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
git:20260228.006a06f · audit A · 38,500 stars
tmux skill
phyagentos/phyagentos-core · PhyAgentOS/skills/tmux/SKILL.md · Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
git:20260331.475dbda · audit A · 2,486 stars
tmux skill
bitterbot-ai/bitterbot-desktop · skills/tmux/SKILL.md · Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
git:20260328.33f9833 · audit A · 2,460 stars
tmux skill
dicklesworthstone/pi_agent_rust · tests/ext_conformance/artifacts/npm/mitsupi/skills/tmux/SKILL.md · Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
git:20260206.e662fb3 · audit A · 1,776 stars
tmux skill
team-commonly/commonly · backend/commonly-bundled-skills/tmux/SKILL.md · Manage long-running shell sessions with tmux — start a detached session, run a long task, reattach later, capture…
git:20260504.69c67bb · audit A · 1,349 stars
tmux skill
bastani-inc/atomic · packages/subagents/skills/tmux/SKILL.md · Control tmux-compatible sessions/windows/panes for interactive CLIs: list, capture output, send keys, paste text…
git:20260908.9f8f611 · audit A · 820 stars
tmux skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/tmux/SKILL.md · Control tmux sessions remotely — send commands, capture output, manage panes
git:20260814.d1987f5 · audit A · 121 stars
tmux skill
sfc-gh-eraigosa/dotfiles · sdk/tmux-mgr/skill/SKILL.md · A powerful, Go-based management tool for tmux, providing structured session management, window arrangements, layout…
git:20260707.3f46d49 · audit A · 48 stars

Browse by kind, by grade A, or by owner.