Claude Skill
zhixianio/botdrop-android
BotDrop Android lets you run AI agents on your Android phone with a guided setup — no terminal or CLI. Supports botdrop, clawdbot, and openclaw workflows.
Overview
Repository
Install this Skill
git clone https://github.com/louzhixian/botdrop.gitRegistry
Summary
BotDrop Android is a mobile app that lets you run AI agents directly on your Android phone with a simple, guided setup — no terminal or CLI required. Built in Java, it supports AI agent, botdrop, clawdbot, and openclaw workflows.
在您的安卓手机上运行AI代理——无需终端,无需命令行,只需引导式设置。
Key features
- Guided setup with no terminal or CLI needed
- Run AI agents directly on Android devices
- Supports botdrop, clawdbot, and openclaw workflows
- Built with Java for reliable performance
Use cases
- Deploy AI agents on mobile without coding
- Automate tasks using clawdbot on Android
- Experiment with openclaw workflows on the go
- Run botdrop agents for personal productivity
README excerpt
# BotDrop Run AI agents on your Android phone — no terminal, no CLI, just a guided setup. BotDrop wraps [OpenClaw](https://github.com/nicepkg/openclaw) into a user-friendly Android app. Install, configure, and manage your AI agent in 4 simple steps. ## Features - **Guided 4-step setup** — Auth → Agent → Install → Channel - **Multi-provider support** — Anthropic, OpenAI, Google Gemini, OpenRouter, and more - **Telegram & Discord integration** — Chat with your agent through your favorite messenger - **Background gateway** — Keeps your agent running with auto-restart - **No terminal required** — Everything happens through the GUI ## Installation ### Download APK Download the latest APK from [Releases](../../releases). ### Build from Source Prerequisites: - Android SDK (API level 34+) - NDK r29+ - JDK 17+ ```bash git clone https://github.com/louzhixian/botdrop.git cd botdrop ./gradlew assembleDebug ``` The APK will be at `app/build/outputs/apk/debug/`. ## Architecture BotDrop is built on [Termux](https://github.com/termux/termux-app), providing a Linux environment for running Node.js-based AI agents on Android. ``` ┌──────────────────────────────────┐ │ BotDrop UI (app.botdrop) │ ├──────────────────────────────────┤ │ Termux Core (com.termux) │ ├──────────────────────────────────┤ │ Linux Environment (proot/apt) │ ├──────────────────────────────────┤ │ OpenClaw + Node.js + npm │ └──────────────────────────────────┘ ``` See [docs/design.md](docs/design.md) for detailed architecture. ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. ## Crash Reporting See [docs/crashlytics.md](docs/crashlytics.md) for Firebase Crashlytics setup, build behavior, and privacy notes. ## License This project is licensed under the