بنقرة واحدة
tmux
持久 terminal session 管理。仅在需要跨多次调用保留 shell state 的场景使用,普通 one-shot command 优先 exec。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
持久 terminal session 管理。仅在需要跨多次调用保留 shell state 的场景使用,普通 one-shot command 优先 exec。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
读取和编辑 HYX 的 Notion Plan / 计划通;当用户要查看、添加或插入计划通日期事项时使用。
读取与写入普通 Notion page / database。用户要在 Notion workspace 中 search、query、create 或 update 非计划通内容时使用。
L2 structured memory:持久化并读取稳定的用户记忆、偏好与长期上下文。
通过 Tavily 执行 Web search 与 page reading。用户需要在线检索、事实核验或读取公开网页时使用。
将 coding task 委托给 Hypo-Coder。用户请求 code change、feature implementation、bug fix 或 code review,且任务适合异步委托时使用。
查询 Hypo-Info 的今日资讯、topic search、AI benchmark 与 section browse。用户询问 news、trends 或 model leaderboard 时使用。
| name | tmux |
| description | 持久 terminal session 管理。仅在需要跨多次调用保留 shell state 的场景使用,普通 one-shot command 优先 exec。 |
| compatibility | linux |
| allowed-tools | tmux_send tmux_read |
| metadata | {"hypo.category":"internal","hypo.backend":"tmux","hypo.exec_profile":null,"hypo.triggers":"","hypo.risk":"medium","hypo.dependencies":"tmux"} |
tmux 是 legacy 的持久 terminal backend,主要用于跨多次调用保留 shell state。普通 one-shot command 不应默认走它。
tail -f。tmux_send:向持久 tmux window 发送命令。tmux_read:读取该 window 的最近输出。exec。session/window 名称,避免混入旧上下文。tmux_send 发出命令,再用 tmux_read 拉取输出。tmux 会累积 terminal state,旧输出可能污染当前判断。session/window。tmux。