blurr

作者 Ayush0Chaudhary已验证

This app can now use Android, just like a human.

956
Stars
153
Forks
Kotlin
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/Ayush0Chaudhary/blurr

快速入门

使用 blurr 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

🐼 Panda: Your Personal AI Phone Operator

You touch grass. I'll touch your glass.
Join Discord Get it on Google Play Ask DeepWiki

Demos:

Explaining all the triggers of Panda

Watch the video

Sending Welcome message to all the new Connections on Linkedin

Watch the video

5 task demo:

https://github.com/user-attachments/assets/cf76bb00-2bf4-4274-acad-d9f4c0d47188

Panda is a proactive, on-device AI agent for Android that autonomously understands natural language commands and operates your phone's UI to achieve them. Inspired by the need to make modern technology more accessible, Panda acts as your personal operator, capable of handling complex, multi-step tasks across different applications.

Project Status: WIP License: Personal Use Kotlin Version

Core Capabilities

  • 🧠 Intelligent UI Automation: Panda sees the screen, understands the context of UI elements, and performs actions like tapping, swiping, and typing to navigate apps and complete tasks.
  • 📢 High Qaulity voice: Panda have high quality voice by GCS's Chirp
  • 💾 Persistent & Personalized local Memory: ⚠️ Temporarily Disabled - Panda memory is turned off as of yet. Memory functionality will be restored in a future update.

Architecture Overview

Panda is built on a sophisticated multi-agent system written entirely in Kotlin. This architecture separates responsibilities, allowing for more complex and reliable reasoning.

  • Eyes & Hands (The Actuator): The Android Accessibility Service serves as the agent's physical connection to the device, providing the low-level ability to read the screen element hierarchy and programmatically perform touch gestures.
  • The Brain (The LLM): All high-level reasoning, planning, and analysis are powered by LLM models. This is where decisions are made.
  • The Agent:
    • Operator: This is executor with Notepad.
Untitled Diagram drawio (2)

🚀 Getting Started

Prerequisites

  • Android Studio (latest version recommended)
  • An Android device or emulator with API level 26+
  • Some Gemini keys, sample ENV
# the name of these keys donot mean you need google cloud, you can use any servers that can accept requests, i will improve the developer experience in the future by making openapi compatible
GCLOUD_PROXY_URL=<url-of-any-backend-that-accept-responses-like-below-payload>
GCLOUD_PROXY_URL_KEY=<any-password-you-wanna-set-or-leave-empty>

payload

{
  "modelName": "model-name",
  "messages": [
    {
      "role": "user",
      "parts": [
        {
          "text": "Hello, what can you do?"
        }
      ]
    },
    {
      "role": "model",
      "parts": [
        {
          "text": "I can help you with a variety of tasks. What do you need assistance with today?"
        }
      ]
    }
  ]
}

or

//you can also add gemini keys to play around

GEMINI_API_KEYS=

Installation

  1. Clone the repository:

    git clone [https://github.com/ayush0chaudhary/blurr.git](https://github.com/ayush0chaudhary/blurr.git)
    cd blurr
    
  2. Build & Run:

    • Open the project in Android Studio.
    • Let Gradle sync all the dependencies.
    • Run the app on your selected device or emulator.
  3. Enable Accessibility Service:

    • On the first run, the app will prompt you to grant Accessibility permission.
    • Click "Grant Access" and enable the "Panda" service in your phone's settings. This is required for the agent to see and control the screen.

🗺️ What's Next for Panda (Roadmap)

Panda is currently a powerful proof-of-concept, and the roadmap is focused on making it a truly indispensable assistant.

  • NOT UPDATED: List not updated

🤝 Contributing

Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

📜 License

This project is licensed under a Personal Use License - see the LICENSE file for details.

Personal & Educational Use: Free to use, modify, and distribute for personal, educational, and non-commercial purposes.

Commercial Use: Requires a separate commercial license. Please contact Panda AI for commercial licensing terms.

A small video to help you understand what the project is about.

https://github.com/user-attachments/assets/b577072e-2f7f-42d2-9054-3a11160cf87d

Write you api key in in local.properties, more keys you use, better is the speed 😉

View logs in real-time

adb logcat | grep GeminiApi

Star History

Star History Chart

常见问题

What is blurr?

blurr is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Ayush0Chaudhary. This app can now use Android, just like a human. It has 956 GitHub stars.

Is blurr safe to use?

Yes. blurr passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install blurr?

Clone the repository with "git clone https://github.com/Ayush0Chaudhary/blurr" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is blurr written in?

blurr is primarily written in Kotlin. It is open-source under Ayush0Chaudhary on GitHub, so you can review or fork the full source.

Are there alternatives to blurr?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh blurr against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情