finettt/DroidClaw — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a native Android app called DroidClaw, a simple personal AI assistant that runs on a phone without root. I want it to feel like a lightweight mobile version of an agent, not a huge desktop or Node setup.

The app should have an onboarding flow where the user can add their AI provider details and pick a model. It should work with OpenAI style APIs and Anthropic style APIs, and be flexible enough for providers like OpenRouter or local compatible servers. After setup, the user should be able to chat with the assistant, ask questions, and get useful answers.

Please include an embedded Python 3.11 environment so the assistant can run small scripts on the device. It should also have a safe sandboxed workspace where it can create, read, edit, and manage files without touching the user’s personal phone data.

Keep the interface simple and mobile friendly, with screens for chat, settings, onboarding, script output, and file operations. Look up current Android docs online if you need to.

Want more depth? Deep Reverse