Home / jellydn / my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/tmux/SKILL.md · GitHub

tmux skillA

tmux is agent-read markdown (skill) from jellydn/my-ai-tools: Control tmux sessions remotely — send commands, capture output, manage panes.

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 Skill

Control tmux sessions programmatically to run interactive terminal applications (REPLs, debuggers, databases) without blocking.

---

## 📋 Quickstart (Easy Way)

Use [LogPilot](https://github.com/jellydn/logpilot) for automatic output capture + AI analysis:

```bash
# Install LogPilot
cargo install logpilot

# Watch your tmux session
logpilot watch mysession --pane mysession:0.0

# Ask AI about what's happening
logpilot ask "What errors appeared?"
logpilot summarize --last 5m
```

Add to Claude Code: `claude mcp add --scope user logpilot -- logpilot mcp-server`

---

## 📋 Manual Control (Raw tmux)

Use isolated sockets to avoid conflicts with personal tmux:

```bash
# Setup socket
export SOCKET="${TMPDIR:-/tmp}/ai-tmux-sockets/agent.sock"
mkdir -p "$(dirname "$SOCKET")"

# Create session and run
SESSION=agent-py
tmux -S "$SOCKET" new -d -s "$SESSION"
tmux -S "$SOCKET" send-keys -t "$SESSION" 'python3 -q' Enter

# Capture output manually
tmux -S "$SOCKET" capture-pane -p -J -t "$SESSION" -S -100

# Cleanup
tmux -S "$SOCKET" kill-session -t "$SESSION"
```

### 📋 Core Commands

| Action         | Command                                              |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jellydn/my-ai-tools/tmux@git:20260814.d1987f5
Exact content
mdr add jellydn/my-ai-tools/tmux@sha256:9bc1eb2931ee838e

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_pfgw5e5bzjdq5tlj.svg)](https://markdownregistry.com/a/art_pfgw5e5bzjdq5tlj)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260814.d1987f5 latest2026-08-14 d1987f5 4,379 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 (4379 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

jellydn/my-ai-tools · 121 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_pfgw5e5bzjdq5tlj
GET https://markdownregistry.com/api/v1/resolve?ref=jellydn/my-ai-tools/tmux
GET https://markdownregistry.com/api/v1/blob/9bc1eb2931ee838ef4539aab89e779bcbe4645179a00c20d414049efe036bd5a

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 jellydn/my-ai-tools

AGENTS.md agents
jellydn/my-ai-tools · AGENTS.md
git:20260805.03f0789 · audit A · 121 stars
AGENTS.md@configs/amp agents
jellydn/my-ai-tools · configs/amp/AGENTS.md
git:20260913.e2e25be · audit A · 121 stars
accountable-engineering skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/accountable-engineering/SKILL.md · Use explicit human checkpoints for architecture, security, rollout, or operational decisions.
git:20260913.e2e25be · audit A · 121 stars
adr skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/adr/SKILL.md · Record architecture decisions with ADRs — captures why, alternatives considered, and consequences
git:20260814.d1987f5 · audit A · 121 stars
blindspot-pass skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/blindspot-pass/SKILL.md · Inspect history and architecture for hidden constraints before risky cross-cutting changes.
git:20260913.e2e25be · audit A · 121 stars
capability-experiments skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/capability-experiments/SKILL.md · Build an interactive report or experiment when the user asks to explore model capabilities.
git:20260913.e2e25be · audit B · 121 stars
code-quality-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-quality-review/SKILL.md · Audit a diff for structural maintainability and unnecessary complexity.
git:20260913.e2e25be · audit A · 121 stars
code-review skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/code-review/SKILL.md · Review a branch, PR, or worktree diff for repository conventions and stated intent.
git:20260913.e2e25be · audit A · 121 stars
codemap skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/codemap/SKILL.md · Create a seven-document architecture map when the user asks to map a codebase.
git:20260913.e2e25be · audit A · 121 stars
commit-atomic skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/commit-atomic/SKILL.md · Group staged changes into atomic commits with commitizen convention
git:20260814.d1987f5 · audit A · 121 stars
context-discovery skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/context-discovery/SKILL.md · Use MCP tools to trace behavior that spans multiple modules or history sources.
git:20260913.e2e25be · audit A · 121 stars
doc-search skill
jellydn/my-ai-tools · configs/amp/plugins/my-ai-tools-skills/skills/doc-search/SKILL.md · Search project documentation — ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx
git:20260814.d1987f5 · audit A · 121 stars

Every file in jellydn/my-ai-tools

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
trpc-group/trpc-agent-go · openclaw/skills/tmux/SKILL.md · Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
git:20260304.8ebbeae · audit A · 1,821 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
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.