← 返回 Skills 市场
Termux Persistent Gateway
作者
kingofqin2026
· GitHub ↗
· v1.1.0
· MIT-0
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install termux-persistent-gateway
功能描述
Keep an AI gateway running persistently on Android/Termux using tmux, wake-lock, auto-start on boot, and health monitoring without systemd.
安全使用建议
This skill appears to do what it says: keep a gateway running on Termux. Before installing or enabling it, do the following: (1) Edit GATEWAY_CMD in scripts/run-gateway.sh to the exact command you intend to run (do not leave it pointed at an untrusted binary); (2) Review ~/.profile that will be sourced by the boot script — remove or inspect any commands you would not want run at boot; (3) Understand it will acquire a wake lock (will keep CPU awake and impact battery) and require granting Termux/Termux:API permissions and setting Termux battery to Unrestricted; (4) If you schedule the healthcheck, ensure the cron job path points to the correct script location; (5) Do not include sensitive credentials in the gateway command or its arguments, since that process will run persistently. If you want extra safety, run the gateway command manually first and confirm expected behavior before enabling auto-boot/cron.
功能分析
Type: OpenClaw Skill
Name: termux-persistent-gateway
Version: 1.1.0
The skill provides legitimate utility scripts for maintaining a persistent AI gateway on Android via Termux. It uses standard tools like tmux for session management, termux-wake-lock for CPU persistence, and termux-boot for auto-start functionality. No evidence of data exfiltration, malicious execution, or obfuscation was found; all scripts (run-gateway.sh, healthcheck.sh, termux-boot.sh) align strictly with the stated purpose of the bundle.
能力评估
Purpose & Capability
Name/description (persistent Termux gateway) matches the included files and instructions: tmux session management, termux-wake-lock, termux-boot auto-start, and a simple healthcheck. The default GATEWAY_CMD is a reasonable placeholder; the skill instructs users to edit it to their real gateway command.
Instruction Scope
SKILL.md and scripts stick to launching and monitoring a gateway process. The only potentially sensitive action is that the boot script sources ~/.profile to restore PATH/venv, which can execute whatever the user’s profile contains — this is necessary to ensure the gateway binary is on PATH but means the boot-time execution environment inherits user dotfile behavior. No external endpoints or secret exfiltration are referenced.
Install Mechanism
Instruction-only with bundled scripts; there is no network download or package install performed by the skill itself. Required third-party packages (tmux, termux-api, termux-boot) are reasonable and documented.
Credentials
The skill declares no required environment variables or credentials and the scripts do not attempt to access unrelated secrets or config paths. It uses ~/ .agent for logs and scripts — a local, proportional choice.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It installs an optional Termux:Boot script to auto-start the gateway (expected for the stated goal). Note that the gateway process will hold a wake lock and can run autonomously once configured — this is the intended behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install termux-persistent-gateway - 安装完成后,直接呼叫该 Skill 的名称或使用
/termux-persistent-gateway触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: Configurable gateway command. No hardcoded data.
元数据
常见问题
Termux Persistent Gateway 是什么?
Keep an AI gateway running persistently on Android/Termux using tmux, wake-lock, auto-start on boot, and health monitoring without systemd. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 Termux Persistent Gateway?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install termux-persistent-gateway」即可一键安装,无需额外配置。
Termux Persistent Gateway 是免费的吗?
是的,Termux Persistent Gateway 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Termux Persistent Gateway 支持哪些平台?
Termux Persistent Gateway 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Termux Persistent Gateway?
由 kingofqin2026(@kingofqin2026)开发并维护,当前版本 v1.1.0。
推荐 Skills