Claude Skill

zhixianio/botdrop-android

BotDrop Android 让您通过引导式设置直接在安卓手机上运行 AI 代理,无需终端或命令行。支持 botdrop、clawdbot 和 openclaw 工作流。

概览

Stars389
Forks49
语言Java
最后更新2026-03-18
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者zhixianio
仓库botdrop-android
完整名称zhixianio/botdrop-android
Repo ID1,149,756,272

安装这个 Skill

git clone https://github.com/louzhixian/botdrop.git

Registry 信息

类型openclaw_skill
质量分75/100
验证状态readme_parsed
最近验证2026-06-13
平台
ClaudeOpenClaw
能力
terminalaiagentandroidbotdropclawdbotopenclaw
识别文件
README.mddocs

项目简介

BotDrop Android 是一款移动应用,让您通过简单的引导式设置直接在安卓手机上运行 AI 代理,无需终端或命令行。基于 Java 构建,支持 AI 代理、botdrop、clawdbot 和 openclaw 工作流。

英文描述

Run AI agents on your Android phone — no terminal, no CLI, just a guided setup.

要点

  • 引导式设置,无需终端或命令行
  • 直接在安卓设备上运行 AI 代理
  • 支持 botdrop、clawdbot 和 openclaw 工作流
  • 基于 Java 构建,性能可靠

使用场景

  • 无需编码即可在手机上部署 AI 代理
  • 在安卓上使用 clawdbot 自动化任务
  • 随时随地实验 openclaw 工作流
  • 运行 botdrop 代理提升个人效率

README 摘要

# 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

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03