Dive APP banner
cablate cablate

Dive APP

AI community

Description

Dive-APP is a Flutter-based mobile application that brings your own powerful AI agents to your pocket via connect your own MCP-Client.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Dive-APP

This project is inspired by [Dive](https://github.com/OpenAgentPlatform/Dive), aiming to provide a smarter conversation experience for mobile devices.

Cross-platform Communication AI Agent App

πŸ“– EN | πŸ“– 繁體中文

η―„δΎ‹εœ–η‰‡


Core Features

  • πŸ€– AI Agent Integration: Utilizing MCP (Model Context Protocol) to enable AI agents to operate various tools
  • πŸ”§ Tool Automation: AI can access and operate different tools through natural language commands
  • πŸ“± Mobile Accessibility: Bringing AI agent capabilities to mobile platforms
  • πŸ’¬ Natural Language Interface: Interact with AI naturally to accomplish various tasks
  • πŸš€ Productivity Enhancement: Streamline workflows and automate tasks through AI assistance

Mobile Application

Through the mobile frontend interface, users can:

  • Access AI assistance anytime, anywhere
  • Describe requirements in natural language
  • Let AI handle various tasks
  • Significantly improve personal productivity

Project Overview

This is a cross-platform communication application developed using the Flutter framework.

**Note**

This project is currently a personal Flutter learning experiment:

  • Contains extensive Traditional Chinese comments in code
  • Contains some code smells
  • For learning reference only, not recommended for production use

The project is continuously being updated. Feedback and suggestions are welcome.

Technical Architecture

Backend Services

The backend service code is currently not open-source and will be released in a more stable version in the future.

The backend is based on the [Dive](https://github.com/OpenAgentPlatform/Dive) project ([MIT License](_third_party_license/OpenAgentPlatform.LICENSE)), modified and optimized for our specific requirements.

Third-par