tmux
Installation
SKILL.md
tmux Skill
Use tmux only when you need an interactive TTY. Prefer exec background mode for long-running, non-interactive tasks.
Quickstart (isolated socket, exec tool)
SOCKET_DIR="${NANOBOT_TMUX_SOCKET_DIR:-${TMPDIR:-/tmp}/nanobot-tmux-sockets}"
mkdir -p "$SOCKET_DIR"
SOCKET="$SOCKET_DIR/nanobot.sock"
SESSION=nanobot-python
tmux -S "$SOCKET" new -d -s "$SESSION" -n shell
tmux -S "$SOCKET" send-keys -t "$SESSION":0.0 -- 'PYTHON_BASIC_REPL=1 python3 -q' Enter
tmux -S "$SOCKET" capture-pane -p -J -t "$SESSION":0.0 -S -200
After starting a session, always print monitor commands:
Related skills
More from goldengrape/agent-company
clawhub
Search and install agent skills from ClawHub, the public skill registry.
19cron
Schedule reminders and recurring tasks.
12nanobot company system
A data-driven, agentic company simulation where Managers and Workers collaborate via document flows.
9weather
Get current weather and forecasts (no API key required).
6memory
Two-layer memory system with grep-based recall.
6tech news filter
科技新闻筛选公司。聚合顶级科技媒体RSS新闻源,执行底层技术情报过滤,翻译为简体中文,生成每日硬核科技新闻报告。
6