Claude Skill

AidanPark/openclaw-android

一条命令在 Android 上运行 OpenClaw AI 代理,无需 proot 或 Linux。基于 Termux 和 Node.js,实现低功耗自托管,适合家庭实验室和手机再利用。

概览

Stars1,619
Forks205
语言Java
最后更新2026-06-02
最近同步2026-06-17
前往 GitHub

仓库信息

拥有者AidanPark
仓库openclaw-android
完整名称AidanPark/openclaw-android
Repo ID1,155,099,363

安装这个 Skill

git clone https://github.com/AidanPark/openclaw-android.git

Registry 信息

类型openclaw_skill
质量分85/100
验证状态readme_parsed
最近验证2026-06-02
平台
ClaudeOpenClawCodex
能力
browserpdfmemorysearchimageterminalworkflowaiai-agentandroid
识别文件
README.mddocstests
配置键
URL

项目简介

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"> ![Android 7.0+](https://img.shields.io/badge/Android-7.0%2B-brightgreen) ![Termux](https://img.shields.io/badge/Termux-Required-orange) ![No proot](https://img.shields.io/badge/proot--distro-Not%20Required-blue) ![License MIT](https://img.shields.io/github/license/AidanPark/openclaw-android) ![GitHub Stars](https://img.shields.io/github/stars/AidanPark/openclaw-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

话题

探索更多

数据来自 GitHub,同步时间:2026-06-17