Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tradecatlabs/vibe-coding-cn --skill auto-tmuxgit clone --depth 1 https://github.com/tradecatlabs/vibe-coding-cnWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tradecatlabs/vibe-coding-cn/auto-tmux)<a href="https://agentmods.dev/skills/tradecatlabs/vibe-coding-cn/auto-tmux"><img src="https://agentmods.dev/badge/skills/tradecatlabs/vibe-coding-cn/auto-tmux/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tradecatlabs/vibe-coding-cn/auto-tmux"><img src="https://agentmods.dev/badge/skills/tradecatlabs/vibe-coding-cn/auto-tmux.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00100 | $0.07075 |
| Opus 5 | $0.00050 | $0.03537 |
| Sonnet 5 | $0.00020 | $0.01415 |
| Haiku 4.5 | $0.00010 | $0.00707 |
Grade C, and why
auto-tmux scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
- 不盲发破坏性按键:`kill-server`、`rm -rf` 等必须先 capture-pane 确认目标上下文。 How it starts
The opening of the file, as written. The whole thing — 369 lines — stays where its author put it; the contents beside it link to each section on GitHub.
auto-tmux Skill
让 AI 像熟练运维一样操作 tmux:优先使用 scripts/auto-tmux.sh 安全封装读取终端输出、发送按键、批量巡检、协作/救援其他终端;使用 scripts/swarm-state.sh 管理蜂群任务、锁、状态和结果;必要时再回退到 tmux 原生命令。默认兼容 tools/external/.tmux(gpakosz/oh-my-tmux),并在本技能内通过 assets/oh-my-tmux 与 assets/tmux-src 暴露上游 submodule。
When to Use This Skill
触发条件(满足其一即可):
- 需要远程读取/复制某个 tmux pane 的最新输出(日志、提示、错误)。
- 需要向指定 pane 发送按键/命令(确认
y、Enter、Ctrl+C、广播同一窗口)。 - 需要批量巡检/接管多 AI 终端(蜂群协作、自动救援卡死任务)。
- 用户显式要求进入 Codex Pilot Mode:让当前主 Codex 通过 tmux 控制一个持久化、交互式、对人类可见的 worker Codex pane。
- 需要初始化 AI 多终端工作台、等待输出 pattern、录制 pane 日志或保存巡检证据。
- 需要给 tmux 蜂群建立任务队列、状态日志、文件锁和结果报告。
- 需要快速回忆 oh-my-tmux 快捷键、前缀或同步面板操作。
- 需要在当前仓库复用
tools/external/.tmux配置并避免修改主配置。 - 需要从技能目录内快速查看 oh-my-tmux 配置或 tmux 上游源码入口。
Not For / Boundaries
- 不用于执行非 tmux 环境(目标不存在时先创建 session/window/pane)。
- 不直接编辑
~/.tmux.conf/.tmux.conf(遵循 oh-my-tmux:修改请放到.tmux.conf.local)。 - 不盲发破坏性按键:
kill-server、rm -rf等必须先 capture-pane 确认目标上下文。 - 不把脚本当成权限绕过器;敏感会话、密码输入、生产数据库操作仍需人工确认。
- 如果 tmux 版本 < 2.6,需先升级再使用本技能的命令组合。
Quick Reference
常用模式(≤20 条,直接复制即用)
脚本帮助与语法检查
bash -n skills/auto-tmux/scripts/auto-tmux.sh
bash -n skills/auto-tmux/scripts/swarm-state.sh
bash -n skills/auto-tmux/scripts/swarm-brief.sh
bash -n skills/auto-tmux/scripts/swarm-watch.sh
bash -n skills/auto-tmux/scripts/swarm-archive.sh
bash -n skills/auto-tmux/scripts/swarm-board.sh
bash -n skills/auto-tmux/scripts/swarm-deps-graph.sh
bash -n skills/auto-tmux/scripts/swarm-export.sh
bash -n skills/auto-tmux/scripts/swarm-timeline.sh
bash -n skills/auto-tmux/scripts/swarm-blockers.sh
bash -n skills/auto-tmux/scripts/swarm-results.sh
bash -n skills/auto-tmux/scripts/swarm-report-pack.sh
bash -n skills/auto-tmux/scripts/swarm-assign.sh
bash -n skills/auto-tmux/scripts/swarm-health.sh
bash -n skills/auto-tmux/scripts/remote-readonly.sh
bash -n skills/auto-tmux/scripts/record-summary.sh
bash -n skills/auto-tmux/scripts/check-jsonl.sh
bash -n skills/auto-tmux/scripts/review-checklist.sh
bash -n skills/auto-tmux/scripts/verify-report-pack.sh
bash -n skills/auto-tmux/scripts/incident-report.sh
bash -n skills/auto-tmux/scripts/completion.bash
bash -n skills/auto-tmux/scripts/safety-check.sh
bash -n skills/auto-tmux/scripts/render-swarm-prompt.sh
bash -n skills/auto-tmux/scripts/swarm-dispatch.sh
bash -n skills/auto-tmux/scripts/validate-auto-tmux.sh
skills/auto-tmux/scripts/auto-tmux.sh help
skills/auto-tmux/scripts/swarm-state.sh help
What ships with it
56 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 7.1 KB
- assets/AGENTS.md 446 B
- assets/oh-my-tmux 0 B
- assets/README.md 414 B
- assets/tmux-src 0 B
- README.md 3.1 KB
- references/AGENTS.md 1.4 KB
- references/ai-swarm-collaboration.md 12 KB
- references/api.md 1.9 KB
- references/automation.md 14 KB
- references/codex-pilot-mode.md 6.3 KB
- references/examples.md 2.5 KB
- references/getting_started.md 1.6 KB
- references/incident-runbook.md 1.9 KB
- references/index.md 809 B
- references/iteration-closeout.md 3.4 KB
- references/iteration-roadmap.md 4.3 KB
- references/jsonl-schema.md 2.4 KB
- references/prompt-templates.md 4.2 KB
- references/reading-paths.md 2.0 KB
- references/README.md 1.9 KB
- references/report-pack-review.md 1.6 KB
- references/safety-policy.md 3.8 KB
- references/script-cheatsheet.md 2.2 KB
- references/session-safety.md 3.7 KB
- references/swarm-state.md 6.1 KB
- references/troubleshooting.md 1.3 KB
- scripts/AGENTS.md 4.8 KB
- scripts/audit-package.sh 2.7 KB runs code
- scripts/auto-tmux-smoke-test.sh 13 KB runs code
- scripts/auto-tmux.sh 22 KB runs code
- scripts/check-jsonl.sh 1.4 KB runs code
- scripts/completion.bash 2.1 KB runs code
- scripts/incident-report.sh 1.7 KB runs code
- scripts/README.md 9.7 KB
- scripts/record-summary.sh 2.4 KB runs code
- scripts/remote-readonly.sh 3.9 KB runs code
- scripts/render-swarm-prompt.sh 5.6 KB runs code
- scripts/review-checklist.sh 3.0 KB runs code
- scripts/safety-check.sh 2.7 KB runs code
- scripts/swarm-archive.sh 2.3 KB runs code
- scripts/swarm-assign.sh 4.0 KB runs code
- scripts/swarm-blockers.sh 2.7 KB runs code
- scripts/swarm-board.sh 4.2 KB runs code
- scripts/swarm-brief.sh 2.4 KB runs code
- scripts/swarm-deps-graph.sh 2.2 KB runs code
- scripts/swarm-dispatch.sh 2.5 KB runs code
- scripts/swarm-export.sh 2.6 KB runs code
- scripts/swarm-health.sh 3.5 KB runs code
- scripts/swarm-report-pack.sh 5.3 KB runs code
- scripts/swarm-results.sh 4.1 KB runs code
- scripts/swarm-state.sh 21 KB runs code
- scripts/swarm-timeline.sh 2.1 KB runs code
- scripts/swarm-watch.sh 3.0 KB runs code
- scripts/validate-auto-tmux.sh 15 KB runs code
- scripts/verify-report-pack.sh 1.1 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 369 lines · 100 tokens per session scan C b8cffb5c8873
auto-tmux is a skill published in the GitHub repository tradecatlabs/vibe-coding-cn (16,122 stars, last pushed 3d ago), licensed MIT. It adds 100 tokens to every session and 7,075 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). It comes from a forked repository.
Other skills, from other repositories
happiness-skill
A Chinese-language guide to happiness based on reducing unmet wants, focusing on the present, and treating happiness as a trainable skill.
setup-matt-pocock-skills
A setup skill that configures engineering skills for a repository, including its issue tracker, labels, and documentation layout. A repository is the project folder managed by version control.
frontend-design
A design guide for building polished web interfaces such as pages, dashboards, forms, navigation, and reusable UI components. It covers HTML, CSS, JavaScript, and common frontend frameworks.
alterlab-cobrapy
Build and analyze genome-scale constraint-based metabolic models with COBRApy — flux balance analysis (FBA), flux variability analysis (FVA), gene and reaction knockouts, flux sampling, and SBML model I/O. Use when simulating metabolic networks, predicting growth or knockout phenotypes, or running systems-biology and…
alterlab-depmap
Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), drug sensitivity data, and gene effect profiles. Use when identifying cancer-specific genetic vulnerabilities, finding synthetic lethal interactions, checking whether a gene is essential in given cell lines, or…
alterlab-syllabus-ai-policy
Drafts course-level generative-AI use policies and syllabus statements: assigns each graded task a permitted/restricted/prohibited tier (modeled on Cornell's prohibit/allow-with-attribution/encourage framework), writes the disclosure clause with a verbatim APA (OpenAI, 2023) or MLA Works Cited citation template for…