--- name: termux-persistent-gateway description: "Keep an AI agent gateway running persistently on Android/Termux — tmux + wake-lock + auto-start on boot + health monitor. No systemd needed. Use when: (1) running a gateway on Termux/Android, (2) making gateway survive screen-off or reboots, (3) setting up auto-restart health monitoring on Termux." version: 1.1.0 author: kingofqin2026 license: MIT tags: [termux, android, gateway, persistent, tmux, wake-lock, auto-start] --- # Termux Persistent Gateway Keep your AI agent gateway alive on Android (no systemd), surviving screen-off, app-switching, and device reboots. ## Prerequisites ``bash pkg install tmux termux-api termux-boot ` - **tmux** — terminal multiplexer, keeps the session alive when you close Termux - **termux-api** — provides termux-wake-lock / termux-notification - **termux-boot** — auto-start on device boot - **Android setting**: Settings > Apps > Termux > Battery > **Unrestricted** (critical — prevents Android from killing Termux) ## Configuration Before first use, edit the scripts to set: - **GATEWAY_CMD** — the command that starts your gateway (e.g. openclaw gateway run, hermes gateway run) - **SESSION_NAME** — the tmux session name (default: agent-gw) - **LOG_DIR** — where logs are stored (default: ~/.agent/logs) All configurable values are at the top of each script — look for the # === CONFIG === block. ## Quick Start ### Start the gateway `bash bash <skill_dir>/scripts/run-gateway.sh ` This script: 1. Acquires a wake lock (termux-wake-lock) so CPU stays alive 2. Kills any old gateway tmux session 3. Starts your gateway command inside a new tmux session 4. Logs output to the configured log directory ### Manage the session | Action | Command | |--------|---------| | Attach (see live output) | tmux attach -t agent-gw | | Detach | Ctrl+B, D | | Check if running | tmux ls | | View recent logs | tail -f ~/.agent/logs/gateway-termux.log | | Restart | kill session + run script again | ### Detach after attaching When you attach to tmux, press Ctrl+B then D (release both, press D) to detach without killing the session. The gateway keeps running. ## Auto-Start on Device Boot ### Step 1: Enable Termux:Boot `bash pkg install termux-boot mkdir -p ~/.termux/boot/ ` Open the **Termux:Boot** app from app drawer at least once to register it with Android. ### Step 2: Create boot script Copy the template and adjust paths: `bash cp <skill_dir>/templates/termux-boot.sh ~/.termux/boot/agent-gateway chmod +x ~/.termux/boot/agent-gateway ` Edit ~/.termux/boot/agent-gateway to point SCRIPT at your run-gateway.sh path. The sleep 15 gives Wi-Fi time to connect. Now the gateway auto-starts every time you reboot your phone. ## Health Monitoring (Cron) Optional: check on the gateway periodically and restart if it's down. `bash bash <skill_dir>/scripts/healthcheck.sh ` To schedule it, add to Termux cron: `bash crontab -e # Add: */30 * * * * bash ~/.agent/scripts/healthcheck.sh ` Or use your agent's cron system to run the healthcheck every 30 minutes. ## Verify It's Working `bash # Check gateway is running tmux ls # Should show: agent-gw: 1 windows (created ...) # Check wake-lock is held termux-wake-lock 2>/dev/null || echo "wake-lock not acquired (probably already held)" ` ## Troubleshooting | Problem | Fix | |---------|-----| | Gateway dies after screen off | Set Termux battery to **Unrestricted** | | Gateway dies after app close | Don't force-close Termux. Just swipe it away — tmux keeps running | | Boot auto-start doesn't work | Open **Termux:Boot** app once; check ~/.termux/boot/ script has execute permission | | "command not found" on boot | The boot script sources .profile to set PATH — ensure your gateway binary is in PATH | | tmux session shows "(dead)" | The gateway process crashed. Check logs, then re-run the startup script | | wake-lock fails | Make sure termux-api` is installed and granted notification permission |
termux-persistent-gateway(termux 持久网关)
Agent Skill
termux-persistent-gateway 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
总安装
周安装
GitHub Stars
下载量
安装方式
通过对话安装
复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。
请帮我安装这个 Agent Skill:termux-persistent-gateway(termux 持久网关)
来源仓库:https://github.com/kingofqin2026/termux-persistent-gateway
安装命令:
openclaw skills install termux-persistent-gateway
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。命令行安装
复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。
openclaw skills install termux-persistent-gateway简介
使用 tmux、唤醒锁、启动时自动启动和运行状况监控,让 AI 网关在 Android/Termux 上持续运行,无需 systemd。
SKILL.md
适合场景
OpenClaw 用户查找和安装 Skill 时
用户想查找某类 Agent Skill 时
需要根据任务场景推荐可安装能力包时
需要对比不同来源的安装命令和来源信息时
能力概览
能力 1
按任务关键词查找相关 Skills
能力 2
展示可复制的安装命令
能力 3
保留来源站点、仓库和原始说明,方便继续核验
能力 4
补充不同宿主或平台的使用分布数据
能力 5
展示第三方安全扫描或审计结果
安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。
平台分布
OpenClaw
98.22%安全审计
VirusTotal
ClawScan
Static analysis
权限和风险
安装流程涉及命令执行,可能通过 openclaw skills install termux-persistent-gateway 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。
本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。
来源信息
继续浏览同类 Skills
上一个 Skill
terms-page-generator(术语页面生成器)
terms-page-generator 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
下一个 Skill
termux-sms(终端短信)
termux-sms 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。