Claude Skill

AbuZar-Ansarii/Clawbot

Clawbot is an open-source guide to transform any old Android device into a 24/7 local AI agent using OpenClaw, Termux, and Ubuntu (proot). No PC or cloud needed.

Overview

Stars278
Forks86
LanguageUnknown
Last pushed2026-02-12
Last synced2026-06-26
View on GitHub

Repository

OwnerAbuZar-Ansarii
RepositoryClawbot
Full nameAbuZar-Ansarii/Clawbot
Repo ID1,156,136,361

Install this Skill

npm install -g openclaw@latest

Registry

Typeopenclaw_skill
Quality score70/100
Verificationreadme_parsed
Last verified2026-06-17
Platforms
OpenClaw
Capabilities
browsermemorysearchterminalworkflow
Detected files
README.md

Summary

Clawbot is an open-source guide that transforms any old Android device into a 24/7 local AI agent using OpenClaw. It provides step-by-step instructions for installing and running OpenClaw on Android via Termux and Ubuntu (proot), requiring no PC or cloud server. The setup includes a fully local AI agent on Android 10+ and a web-based dashboard for control.

Chinese description

OpenClaw Android 设置指南:将任意旧款安卓设备变身为全天候本地运行的AI代理。本指南提供在安卓设备上通过Termux和Ubuntu(proot)安装运行OpenClaw的详细步骤,无需电脑或云服务器。您将获得:在安卓10+设备上完全本地运行的AI代理,以及可访问的网页端控制面板。

Key features

  • Fully local AI agent running on Android 10+
  • Web-based dashboard accessible from any browser
  • Step-by-step setup using Termux and Ubuntu (proot)
  • No PC or cloud server required
  • 24/7 autonomous operation on old Android devices

Use cases

  • Repurpose old Android phones as local AI assistants
  • Run AI agents autonomously without internet dependency
  • Experiment with OpenClaw on low-cost hardware
  • Set up a private, offline AI agent for personal tasks

README excerpt

# OpenClaw Setup Guide for Android --- <p align="center"> <img src= openclaw-dashboard.jpeg width="45%" /> <img src= termux-setup.jpeg width="45%" /> </p> ## What You’re Building By the end of this guide, your Android phone will: - Run OpenClaw locally - Act as a 24/7 AI agent - Be controllable from a web dashboard - Operate without a PC or cloud server --- ## Requirements Make sure you have: - Android phone (Android 10 or above recommended) - Stable internet connection - Gemini API key (from Google AI Studio) - Termux installed from F-Droid (not Play Store) --- ## Install Termux 1. Go to **F-Droid.org** 2. Download and install **F-Droid** 3. Search for **Termux** 4. Install Termux 5. Open the Termux app --- ## Commands ``` pkg update && pkg upgrade -y ``` ## install proot-distro ``` pkg install proot-distro ``` ## install ubuntu ``` proot-distro install ubuntu ``` ## login ubuntu ``` proot-distro login ubuntu ``` ## Update system ``` apt update && apt upgrade -y ``` ## Install curl ``` apt install -y curl ``` ## Add NodeSource repo ``` curl -fsSL https://deb.nodesource.com/setup_22.x | bash - ``` ## Install Node.js ``` apt install -y nodejs ``` ## Verify ``` node -v npm -v ``` ## update and install git ``` apt update apt install -y git ``` ## Install OpenClaw ``` npm install -g openclaw@latest ``` After installation, check: ``` openclaw --version ``` --- ## Fix Android Network Interface Error Create the hijack script: ``` cat <<EOF > /root/hijack.js const os = require('os'); os.networkInterfaces = () => ({}); EOF ``` Make it load automatically: ``` echo 'export NODE_OPTIONS="-r /root/hijack.js"' >> ~/.bashrc source ~/.bashrc ``` --- ## Run OpenClaw Setup Wizard Start onboarding: ``` openclaw onboard ``` When prompte

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-06-26