Claude Skill
AidanPark/openclaw-android
一条命令在 Android 上运行 OpenClaw AI 代理,无需 proot 或 Linux。基于 Termux 和 Node.js,实现低功耗自托管,适合家庭实验室和手机再利用。
概览
仓库信息
安装这个 Skill
git clone https://github.com/AidanPark/openclaw-android.gitRegistry 信息
项目简介
OpenClaw Android 让你只需一条命令即可在 Android 设备上运行 OpenClaw AI 代理,无需 proot 或 Linux chroot。基于 Termux 和 Node.js 构建,它将你的手机变成一个低功耗、自托管的 AI 代理,适用于家庭实验室和手机再利用项目。
Run OpenClaw on Android with a single command — no proot, no Linux
要点
- 通过 Termux 一条命令完成安装
- 无需 proot 或 Linux chroot
- 在 Android 上原生运行 OpenClaw AI 代理
- 低功耗、自托管的 AI 代理,适合家庭实验室
- 基于 Node.js 构建,轻量执行
- 将旧 Android 手机改造为 AI 代理
使用场景
- 在闲置的 Android 手机上运行自托管 AI 代理
- 利用旧手机搭建低功耗家庭实验室
- 无需服务器即可部署 OpenClaw 执行自动化任务
- 通过 Termux 在 Android 上实验 AI 代理
- 打造便携、始终在线的 AI 助手
README 摘要
# OpenClaw on Android [한국어](README.ko.md) | [中文](README.zh.md) <img src="docs/images/openclaw_android.jpg" alt="OpenClaw on Android">      Because Android deserves a shell. ## No Linux install required The standard approach to running OpenClaw on Android requires installing proot-distro with Linux, adding 700MB-1GB of overhead. OpenClaw on Android eliminates this by installing just the glibc dynamic linker (ld.so), letting you run OpenClaw without a full Linux distribution. **Standard approach**: Install a full Linux distribution in Termux via proot-distro. ``` ┌───────────────────────────────────────────────────┐ │ Linux Kernel │ │ ┌───────────────────────────────────────────────┐ │ │ │ Android · Bionic libc · Termux │ │ │ │ ┌───────────────────────────────────────────┐ │ │ │ │ │ proot-distro · Debian/Ubuntu │ │ │ │ │ │ ┌───────────────────────────────────────┐ │ │ │ │ │ │ │ GNU glibc │ │ │ │ │ │ │ │ Node.js → OpenClaw │ │ │ │ │ │ │ └───────────────────────────────────────┘ │ │ │ │ │ └───────────────────────────────────────────┘ │ │ │ └───────────────────────────────────────────────┘ │ └───────────────────────────────────────────────────┘ ``` **This project**: No proot-distro — just the glibc dynamic linker. ``` ┌───────────────────────────────────────────────────┐ │ Linux Kernel