ai-rpa
Health Uyari
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 7 GitHub stars
Code Gecti
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
AI mobile automation starter repo for AIVane. Android REPL beta, Python client, skills, examples, and protocol docs for AI agents.
See the Chinese overview at README_CN.md.
AIVane AI RPA
Control an Android phone from your desktop or AI agent in minutes: inspect UI, tap, type, launch apps, and capture screenshots locally over LAN.
This repository is the public home for aivanelabs/ai-rpa. The current public surface is AIVane Android REPL Beta: a directly installable agent-android CLI plus a GitHub-installable agent-android skill for tools such as Codex, Claude Code, and OpenClaw.
Demo
Add a calendar event
https://github.com/user-attachments/assets/f4e48dd4-386c-4df5-936e-37c3fa650fd4
Search on Xiaohongshu
https://github.com/user-attachments/assets/7024b34b-73cd-4cc5-857e-90a84c341110
Start Here
- The beta already has a ready-to-install CLI and skill path; use the commands below instead of repo-local script paths.
- Download APK: GitHub Releases
- Install CLI:
uv tool install aivane-agent-android - Install skill:
npx skills add aivanelabs/ai-rpa --skill agent-android
3-Step Quickstart
- Install the APK on your phone and enable the AIVane accessibility service.
- Install the CLI:
uv tool install aivane-agent-android
If agent-android is not found afterwards, run:
uv tool update-shell
Then reopen the terminal. If you want the current shell to work immediately on Linux, run:
export PATH="$HOME/.local/bin:$PATH"
- Verify the device is reachable:
agent-android --health --url http://<device-ip>:8080
If that succeeds, start the REPL:
agent-android --repl --url http://<device-ip>:8080
Choose A Path
For Humans
Use the CLI directly when you want to manually explore the phone from your desktop:
- Download the APK from GitHub Releases
- Install the CLI with
uv tool install aivane-agent-android - Run
agent-android --repl --url http://<device-ip>:8080 - In the REPL, use the short loop:
health->apps->la <package>->list-> one action ->list
For AI Agents
Use the skill when you want Codex, Claude Code, or another coding agent to drive the phone:
- Install the CLI with
uv tool install aivane-agent-android - Install the skill:
npx skills add aivanelabs/ai-rpa --skill agent-android
- Give the agent a concrete task, for example:
Use the installed agent-android skill to:
1. check phone health
2. list launcher apps
3. launch Settings
4. inspect visible UI nodes
5. tap the Wi-Fi entry
First Success Path
This is the shortest practical smoke flow after the phone is reachable:
agent-android --repl --url http://<device-ip>:8080set url http://<device-ip>:8080healthappsla <package>listtap <refId>list
If you want the full setup path, see docs/install-agent-android.md and docs/quickstart.md.
What This Beta Is
- Local-first Android automation over LAN
- Human-friendly REPL plus agent-friendly skill
- Public CLI command:
agent-android - Designed for inspect -> act -> inspect workflows
What This Beta Is Not
- Not a cloud phone farm
- Not remote control over arbitrary networks by default
- Not iOS support
- Not a visual recorder workflow yet
Why The Phone Is The Web Server
- The phone runs the lightweight HTTP service locally and the desktop connects directly to
http://<device-ip>:8080. - UI inspection, taps, text input, and screenshots stay between the phone and the controlling machine.
- The first smoke flow works without a cloud relay.
- The tradeoff is that this beta is LAN-only.
Install Sources
- PyPI package:
aivane-agent-android - Console command:
agent-android - Skill:
skills/agent-android/ - APK builds: GitHub Releases
Repo Layout
clients/python/: publishable Python CLI package using a standardsrclayoutdocs/: quickstart, install, protocol, permissions, release, and support docsdocs/assets/: README-linked media such as demo videos and screenshotsexamples/: smoke-flow examples and launch helpersskills/agent-android/: installable public skill definition
Additional Resources
- docs/quickstart.md
- docs/install-agent-android.md
- docs/agent-examples.md
- docs/release-checklist.md
- docs/known-limitations.md
Contact
For questions and light coordination, please email [email protected].
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi