Claude Skill
marshallrichards/ClawPhone
Python scripts and tweaks to optimize OpenClaw performance on Android smartphones. Improve mobile compatibility and functionality.
Overview
Repository
Install this Skill
git clone https://github.com/marshallrichards/ClawPhone.gitRegistry
Summary
ClawPhone is a Python-based project providing tweaks and optimizations for running the OpenClaw application on Android smartphones.
在Android智能手机上运行OpenClaw的优化调整
Key features
- Optimizations for OpenClaw on Android
- Python-based tweak scripts
- Configuration adjustments for mobile performance
Use cases
- Running OpenClaw on Android phones
- Mobile performance tuning for OpenClaw
- Android-specific application optimization
README excerpt
# ClawPhone | AgentPhone Scripts, tweaks, and notes for running agent CLIs on Android phones through Termux. The goal is to keep things as native to Termux as possible, only using `proot` or heavier compatibility layers when Android's userspace makes that unavoidable. ## Antigravity CLI on Termux The first packaged script is an installer for Google's Antigravity CLI (`agy`) on ARM64 Android/Termux. It installs/checks dependencies, installs the official Linux ARM64 binary, patches the TCMalloc VA assumptions for common Android devices, creates a glibc wrapper, adds shell shortcuts, and supports uninstall. Shoutout to [Brajesh](https://github.com/Brajesh2022) for figuring out and sharing the [original working Termux setup](https://gist.github.com/Brajesh2022/e42160d29b55417db6c18c52dd1d6d37) this is based on. This repo turns those steps into one script so it is easier for people to install, update, and uninstall. ```bash curl -fsSL https://raw.githubusercontent.com/marshallrichards/ClawPhone/main/scripts/install-antigravity-termux.sh | bash source ~/.bashrc agy --version ``` Details: [`docs/antigravity-termux.md`](docs/antigravity-termux.md) ## OpenClaw Notes I started running OpenClaw on a cheap Android smartphone as an isolated sandbox for OpenClaw agents with access to phone hardware. It runs in the background inside Termux in a `tmux` session, and I can interact with it over Discord like a normal OpenClaw agent. You can use a cheap prepaid Android phone or any old Android 8+ phone you have lying around. Things to note: 1. Install Termux. I recommend `tmux`, a text editor like `nvim`, `nodejs-lts`, and `python`. Also install Termux:API and Termux:GUI if you want hardware and UI access. 2. Install OpenClaw with `npm install -g openclaw@latest`, not the bash
Topics
No topics yet.