diff --git a/README.de.md b/README.de.md new file mode 100644 index 0000000..3aece57 --- /dev/null +++ b/README.de.md @@ -0,0 +1,165 @@ +
+
+
+ OpenClaw-Verwaltungspanel mit integriertem KI-Assistenten — Installation, Konfiguration, Diagnose & Reparatur mit einem Klick +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Issue melden +
+ +## Funktionen + +- **🤖 KI-Assistent (Neu)** — Integrierter KI-Assistent, 4 Modi + 8 Werkzeuge + interaktives Q&A +- **🖼️ Bilderkennung** — Screenshots einfügen oder Bilder ziehen, KI analysiert automatisch +- **Dashboard** — Systemübersicht, Echtzeit-Service-Monitoring +- **Serviceverwaltung** — OpenClaw starten/stoppen, Versionserkennung und Ein-Klick-Upgrade +- **Modellkonfiguration** — Multi-Provider-Verwaltung, Batch-Konnektivitätstests, Drag-Sortierung +- **Gateway-Konfiguration** — Port, Zugriffsbereich, Auth-Token, Tailscale +- **Nachrichtenkanäle** — Einheitliche Verwaltung von Telegram, Discord, Feishu, DingTalk, QQ +- **Kommunikation & Automatisierung** — Nachrichteneinstellungen, Broadcast, Webhooks, Ausführungsgenehmigung +- **Nutzungsanalyse** — Token-Verbrauch, API-Kosten, Modell-/Provider-Rankings +- **Agent-Verwaltung** — Agent-CRUD, Identitätsbearbeitung, Workspace-Verwaltung +- **Chat** — Streaming, Markdown-Rendering, Sitzungsverwaltung +- **Geplante Aufgaben** — Cron-basierte Ausführung, Mehrkanalzustellung +- **Log-Viewer** — Echtzeit-Logs aus mehreren Quellen und Suche +- **Speicherverwaltung** — Speicherdateien ansehen/bearbeiten, ZIP-Export, Agent-Wechsel +- **QingchenCloud AI API** — Interne Testplattform, OpenAI-kompatibel +- **Erweiterungswerkzeuge** — cftunnel-Tunnelverwaltung, ClawApp-Statusüberwachung +- **Über** — Versionsinformationen, Community-Links, verwandte Projekte + +## Download & Installation + +Besuchen Sie [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) für die neueste Version: + +| Plattform | Installer | +|----------|----------| +| **Windows** | `.exe` (empfohlen) oder `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux-Server (Web-Version) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Schnellstart + +1. **Ersteinrichtung** — Beim ersten Start automatische Erkennung von Node.js, Git, OpenClaw. Ein-Klick-Installation bei Bedarf +2. **Modelle konfigurieren** — KI-Anbieter hinzufügen (DeepSeek, OpenAI, Ollama usw.) und Konnektivität testen +3. **Gateway starten** — Zur Serviceverwaltung gehen, „Starten" klicken. Grüner Status = bereit +4. **Chat starten** — Zum Live-Chat gehen, Modell auswählen und Gespräch beginnen + +## Technische Architektur + +| Schicht | Technologie | Beschreibung | +|---------|-----------|-------------| +| Frontend | Vanilla JS + Vite | Kein Framework, leichtgewichtig | +| Backend | Rust + Tauri v2 | Native Performance, plattformübergreifend | +| Kommunikation | Tauri IPC + Shell Plugin | Frontend-Backend-Brücke | +| Styling | Pure CSS (CSS Variables) | Dunkles/Helles Theme | + +## Aus Quellcode bauen + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Desktop (erfordert Rust + Tauri v2) +npm run tauri dev # Entwicklung +npm run tauri build # Produktion + +# Nur Web (kein Rust nötig) +npm run dev # Hot Reload +npm run build && npm run serve # Produktion +``` + +## Verwandte Projekte + +| Projekt | Beschreibung | +|---------|-------------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | KI-Agenten-Framework | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Plattformübergreifender mobiler Chat | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel Tool | + +## Beitragen + +Issues und Pull Requests sind willkommen. Siehe [CONTRIBUTING.md](CONTRIBUTING.md). + +## Lizenz + +[AGPL-3.0](LICENSE). Kontaktieren Sie uns für eine kommerzielle Lizenz. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.en.md b/README.en.md index c8fb7d2..5b7d03c 100644 --- a/README.en.md +++ b/README.en.md @@ -7,7 +7,7 @@- 🇨🇳 中文 | 🇺🇸 English + 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
@@ -31,85 +31,26 @@
+ Discord + · + Discussions + · + Report Issue +
-- **Frontend**: Vanilla JS + CSS Custom Properties (zero framework dependency) -- **Desktop**: Tauri v2 (Rust backend) -- **Web Backend**: Node.js (Express-compatible API server) -- **Build**: Vite -- **CI/CD**: GitHub Actions (cross-platform builds) +## Features -## Development +- **🤖 AI Assistant (New)** — Built-in AI assistant, 4 modes + 8 tools + interactive Q&A. See [AI Assistant Highlights](#-ai-assistant-highlights) +- **🖼️ Image Recognition** — Paste screenshots or drag images, AI auto-analyzes, multimodal conversations +- **Dashboard** — System overview, real-time service monitoring, quick actions +- **Service Management** — OpenClaw start/stop, version detection & one-click upgrade, Gateway install/uninstall, config backup & restore +- **Model Configuration** — Multi-provider management, model CRUD, batch connectivity tests, latency detection, drag-to-reorder, auto-save + undo +- **Gateway Configuration** — Port, access scope (localhost/LAN), auth Token, Tailscale networking +- **Messaging Channels** — Unified Telegram, Discord, Feishu, DingTalk, QQ management, multi-Agent binding per platform +- **Communication & Automation** — Message settings, broadcast strategies, slash commands, Webhooks, execution approval +- **Usage Analytics** — Token usage, API costs, model/provider/tool rankings, daily usage charts +- **Agent Management** — Agent CRUD, identity editing, model config, workspace management +- **Chat** — Streaming, Markdown rendering, session management, /fast /think /verbose /reasoning commands +- **Cron Jobs** — Cron-based scheduled execution, multi-channel delivery +- **Log Viewer** — Multi-source real-time logs with keyword search +- **Memory Management** — Memory file view/edit, categorized management, ZIP export, Agent switching +- **QingchenCloud AI API** — Internal testing platform, OpenAI-compatible, daily sign-in credits +- **Extensions** — cftunnel tunnel management, ClawApp status monitoring +- **About** — Version info, community links, related projects, one-click upgrade + +## Download & Install + +Go to [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) for the latest version: + +### macOS + +| Chip | Installer | Notes | +|------|-----------|-------| +| Apple Silicon (M1/M2/M3/M4) | `ClawPanel_x.x.x_aarch64.dmg` | Macs from late 2020+ | +| Intel | `ClawPanel_x.x.x_x64.dmg` | Macs 2020 and earlier | + +> **⚠️ "Damaged" or "unverified developer"?** App is unsigned. Run: `sudo xattr -rd com.apple.quarantine /Applications/ClawPanel.app` + +### Windows + +| Format | Installer | Notes | +|--------|-----------|-------| +| EXE | `ClawPanel_x.x.x_x64-setup.exe` | Recommended | +| MSI | `ClawPanel_x.x.x_x64_en-US.msi` | Enterprise / silent install | + +### Linux + +| Format | Installer | Notes | +|--------|-----------|-------| +| AppImage | `ClawPanel_x.x.x_amd64.AppImage` | No install, `chmod +x` and run | +| DEB | `ClawPanel_x.x.x_amd64.deb` | `sudo dpkg -i *.deb` | +| RPM | `ClawPanel-x.x.x-1.x86_64.rpm` | `sudo rpm -i *.rpm` | + +### Linux Server (Web Version) ```bash -# Prerequisites: Node.js 22+, Rust toolchain, Tauri CLI - -# Clone -git clone https://github.com/qingchencloud/clawpanel.git -cd clawpanel - -# Install dependencies -npm install - -# Desktop development (Tauri) -npm run tauri dev - -# Web-only development -npm run serve +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash ``` +Visit `http://YOUR_SERVER_IP:1420` after deployment. 📖 [Linux Deployment Guide](docs/linux-deploy.md) + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +📖 [Docker Deployment Guide](docs/docker-deploy.md) + +## Quick Start + +1. **Initial Setup** — First launch auto-detects Node.js, Git, OpenClaw. One-click install if missing. +2. **Configure Models** — Add AI providers (DeepSeek, OpenAI, Ollama, etc.) with API keys. Test connectivity. +3. **Start Gateway** — Go to Service Management, click Start. Green status = ready. +4. **Start Chatting** — Go to Live Chat, select model, start conversation with streaming & Markdown. + +## 🤖 AI Assistant Highlights + +Built-in AI assistant that can **directly operate your system** — diagnose, fix, even submit PRs. + +### Four Modes + +| Mode | Icon | Tools | Write | Confirm | Use Case | +|------|------|-------|-------|---------|----------| +| **Chat** | 💬 | ❌ | ❌ | — | Pure Q&A | +| **Plan** | 📋 | ✅ | ❌ | ✅ | Read configs/logs, output plans | +| **Execute** | ⚡ | ✅ | ✅ | ✅ | Normal work, dangerous ops need confirm | +| **Unlimited** | ∞ | ✅ | ✅ | ❌ | Full auto, no prompts | + +### Eight Tools + +| Tool | Function | +|------|----------| +| `ask_user` | Ask user questions (single/multi/text) | +| `get_system_info` | Get OS, architecture, home directory | +| `run_command` | Execute shell commands | +| `read_file` / `write_file` | Read/write files | +| `list_directory` | Browse directories | +| `list_processes` | View processes | +| `check_port` | Check port usage | + +## Tech Architecture + +| Layer | Technology | Description | +|-------|-----------|-------------| +| Frontend | Vanilla JS + Vite | Zero framework, lightweight | +| Backend | Rust + Tauri v2 | Native performance, cross-platform | +| Communication | Tauri IPC + Shell Plugin | Frontend-backend bridge | +| Styling | Pure CSS (CSS Variables) | Dark/Light themes, glassmorphism | + +## Build from Source + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Desktop (requires Rust + Tauri v2) +npm run tauri dev # Development +npm run tauri build # Production + +# Web only (no Rust needed) +npm run dev # Dev with hot reload +npm run build && npm run serve # Production +``` + +## Related Projects + +| Project | Description | +|---------|-------------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent Framework | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Cross-platform mobile chat client | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel tool | + ## Contributing -Issues and Pull Requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines. +Issues and Pull Requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines. ## Acknowledgements diff --git a/README.es.md b/README.es.md new file mode 100644 index 0000000..4b5e6a0 --- /dev/null +++ b/README.es.md @@ -0,0 +1,165 @@ +
+
+
+ Panel de gestión OpenClaw con Asistente IA integrado — Instalación, Configuración, Diagnóstico y Reparación con un clic +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Reportar Issue +
+ +## Características + +- **🤖 Asistente IA (Nuevo)** — Asistente IA integrado, 4 modos + 8 herramientas + Q&A interactivo +- **🖼️ Reconocimiento de imágenes** — Pega capturas o arrastra imágenes, IA analiza automáticamente +- **Panel** — Vista general del sistema, monitoreo de servicios en tiempo real +- **Gestión de servicios** — Inicio/parada de OpenClaw, detección de versión y actualización con un clic +- **Configuración de modelos** — Gestión multi-proveedor, pruebas de conectividad por lotes, ordenar arrastrando +- **Configuración de Gateway** — Puerto, alcance de acceso, Token de autenticación, Tailscale +- **Canales de mensajería** — Gestión unificada de Telegram, Discord, Feishu, DingTalk, QQ +- **Comunicación y automatización** — Configuración de mensajes, difusión, Webhooks, aprobación de ejecución +- **Análisis de uso** — Uso de tokens, costos API, rankings de modelos/proveedores +- **Gestión de Agents** — CRUD de Agents, edición de identidad, gestión de workspace +- **Chat** — Streaming, renderizado Markdown, gestión de sesiones +- **Tareas programadas** — Ejecución programada con Cron, entrega multicanal +- **Visor de logs** — Logs en tiempo real multi-fuente y búsqueda por palabras clave +- **Gestión de memoria** — Ver/editar archivos de memoria, exportar ZIP, cambiar Agent +- **QingchenCloud AI API** — Plataforma de pruebas interna, compatible con OpenAI +- **Herramientas de extensión** — Gestión de túneles cftunnel, monitoreo de ClawApp +- **Acerca de** — Información de versión, enlaces de comunidad, proyectos relacionados + +## Descargar e instalar + +Visita [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) para la última versión: + +| Plataforma | Instalador | +|-----------|-----------| +| **Windows** | `.exe` (recomendado) o `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Servidor Linux (Versión Web) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Inicio rápido + +1. **Configuración inicial** — Primera ejecución detecta automáticamente Node.js, Git, OpenClaw. Instalación con un clic si falta +2. **Configurar modelos** — Añadir proveedores de IA (DeepSeek, OpenAI, Ollama, etc.) y probar conectividad +3. **Iniciar Gateway** — Ir a Gestión de servicios, clic en "Iniciar". Estado verde = listo +4. **Empezar a chatear** — Ir a Chat en vivo, seleccionar modelo y comenzar conversación + +## Arquitectura técnica + +| Capa | Tecnología | Descripción | +|------|-----------|-------------| +| Frontend | Vanilla JS + Vite | Sin framework, ligero | +| Backend | Rust + Tauri v2 | Rendimiento nativo, multiplataforma | +| Comunicación | Tauri IPC + Shell Plugin | Puente frontend-backend | +| Estilos | Pure CSS (CSS Variables) | Temas oscuro/claro | + +## Compilar desde código fuente + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Escritorio (requiere Rust + Tauri v2) +npm run tauri dev # Desarrollo +npm run tauri build # Producción + +# Solo Web (sin Rust) +npm run dev # Hot reload +npm run build && npm run serve # Producción +``` + +## Proyectos relacionados + +| Proyecto | Descripción | +|----------|-------------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Cliente móvil multiplataforma | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Herramienta Cloudflare Tunnel | + +## Contribuir + +Issues y Pull Requests son bienvenidos. Ver [CONTRIBUTING.md](CONTRIBUTING.md). + +## Licencia + +[AGPL-3.0](LICENSE). Contactar para licencia comercial. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.fr.md b/README.fr.md new file mode 100644 index 0000000..d8916ee --- /dev/null +++ b/README.fr.md @@ -0,0 +1,165 @@ +
+
+
+ Panneau de gestion OpenClaw avec Assistant IA intégré — Installation, Configuration, Diagnostic et Réparation en un clic +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Signaler un Issue +
+ +## Fonctionnalités + +- **🤖 Assistant IA (Nouveau)** — Assistant IA intégré, 4 modes + 8 outils + Q&A interactif +- **🖼️ Reconnaissance d'images** — Collez des captures d'écran ou glissez des images, l'IA analyse automatiquement +- **Tableau de bord** — Vue d'ensemble du système, surveillance des services en temps réel +- **Gestion des services** — Démarrage/arrêt d'OpenClaw, détection de version et mise à jour en un clic +- **Configuration des modèles** — Gestion multi-fournisseurs, tests de connectivité par lots, tri par glisser-déposer +- **Configuration du Gateway** — Port, portée d'accès, Token d'authentification, Tailscale +- **Canaux de messagerie** — Gestion unifiée de Telegram, Discord, Feishu, DingTalk, QQ +- **Communication et automatisation** — Paramètres de messages, diffusion, Webhooks, approbation d'exécution +- **Analyse d'utilisation** — Utilisation des tokens, coûts API, classements modèles/fournisseurs +- **Gestion des Agents** — CRUD des Agents, édition d'identité, gestion du workspace +- **Chat** — Streaming, rendu Markdown, gestion des sessions +- **Tâches planifiées** — Exécution planifiée par Cron, livraison multicanal +- **Visionneuse de logs** — Logs en temps réel multi-sources et recherche par mots-clés +- **Gestion de la mémoire** — Voir/éditer les fichiers mémoire, export ZIP, changement d'Agent +- **QingchenCloud AI API** — Plateforme de tests interne, compatible OpenAI +- **Outils d'extension** — Gestion de tunnels cftunnel, surveillance ClawApp +- **À propos** — Informations de version, liens communautaires, projets associés + +## Télécharger et installer + +Rendez-vous sur [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) pour la dernière version : + +| Plateforme | Installateur | +|-----------|-------------| +| **Windows** | `.exe` (recommandé) ou `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Serveur Linux (Version Web) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Démarrage rapide + +1. **Configuration initiale** — Le premier lancement détecte automatiquement Node.js, Git, OpenClaw. Installation en un clic si nécessaire +2. **Configurer les modèles** — Ajouter des fournisseurs d'IA (DeepSeek, OpenAI, Ollama, etc.) et tester la connectivité +3. **Démarrer le Gateway** — Aller dans Gestion des services, cliquer sur « Démarrer ». Statut vert = prêt +4. **Commencer à discuter** — Aller dans Chat en direct, sélectionner un modèle et commencer la conversation + +## Architecture technique + +| Couche | Technologie | Description | +|--------|-----------|-------------| +| Frontend | Vanilla JS + Vite | Sans framework, léger | +| Backend | Rust + Tauri v2 | Performance native, multiplateforme | +| Communication | Tauri IPC + Shell Plugin | Pont frontend-backend | +| Styles | Pure CSS (CSS Variables) | Thèmes sombre/clair | + +## Compiler depuis les sources + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Bureau (nécessite Rust + Tauri v2) +npm run tauri dev # Développement +npm run tauri build # Production + +# Web uniquement (sans Rust) +npm run dev # Hot reload +npm run build && npm run serve # Production +``` + +## Projets associés + +| Projet | Description | +|--------|-------------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework d'agents IA | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Client mobile multiplateforme | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Outil Cloudflare Tunnel | + +## Contribuer + +Les Issues et Pull Requests sont les bienvenus. Voir [CONTRIBUTING.md](CONTRIBUTING.md). + +## Licence + +[AGPL-3.0](LICENSE). Contactez-nous pour une licence commerciale. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.ja.md b/README.ja.md new file mode 100644 index 0000000..bb8c8ed --- /dev/null +++ b/README.ja.md @@ -0,0 +1,190 @@ +
+
+
+ AI アシスタント内蔵の OpenClaw 管理パネル — ワンクリックでインストール、設定、診断、修復 +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Issue を報告 +
+ +## 機能 + +- **🤖 AI アシスタント(新機能)** — 内蔵 AI アシスタント、4 モード + 8 ツール + インタラクティブ Q&A +- **🖼️ 画像認識** — スクリーンショットの貼り付けや画像のドラッグで AI が自動分析 +- **ダッシュボード** — システム概要、リアルタイムサービス監視、クイックアクション +- **サービス管理** — OpenClaw の起動/停止、バージョン検出とワンクリックアップグレード +- **モデル設定** — マルチプロバイダー管理、バッチ接続テスト、ドラッグ並び替え、自動保存 +- **ゲートウェイ設定** — ポート、アクセス範囲、認証 Token、Tailscale +- **メッセージチャンネル** — Telegram、Discord、飛書、DingTalk、QQ の統合管理 +- **通信と自動化** — メッセージ設定、ブロードキャスト、Webhook、実行承認 +- **使用状況分析** — Token 使用量、API コスト、モデル/プロバイダーランキング +- **Agent 管理** — Agent の CRUD、アイデンティティ編集、ワークスペース管理 +- **チャット** — ストリーミング、Markdown レンダリング、セッション管理 +- **定時タスク** — Cron ベースのスケジュール実行、マルチチャンネル配信 +- **ログビューア** — マルチソースリアルタイムログとキーワード検索 +- **メモリ管理** — メモリファイルの表示/編集、ZIP エクスポート、Agent 切替 +- **晴辰クラウド AI API** — 内部テストプラットフォーム、OpenAI 互換 +- **拡張ツール** — cftunnel トンネル管理、ClawApp ステータス監視 +- **バージョン情報** — バージョン、コミュニティリンク、関連プロジェクト + +## ダウンロードとインストール + +[Releases](https://github.com/qingchencloud/clawpanel/releases/latest) から最新版をダウンロード: + +| プラットフォーム | インストーラー | +|-----------------|---------------| +| **Windows** | `.exe` インストーラー(推奨)または `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux サーバー(Web 版) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## クイックスタート + +1. **初期設定** — 初回起動で Node.js、Git、OpenClaw を自動検出。未インストールならワンクリック +2. **モデル設定** — AI プロバイダー(DeepSeek、OpenAI、Ollama 等)を追加して接続テスト +3. **Gateway 起動** — サービス管理で「起動」をクリック。緑色ステータス = 準備完了 +4. **チャット開始** — ライブチャットでモデルを選択して会話開始 + +## 🤖 AI アシスタントハイライト + +システムを**直接操作**できる AI アシスタント — 診断、修復、PR 提出まで。 + +### 4 つのモード + +| モード | ツール | ファイル書込 | 確認 | 用途 | +|--------|--------|-------------|------|------| +| **チャット** 💬 | ❌ | ❌ | — | 純粋な Q&A | +| **計画** 📋 | ✅ | ❌ | ✅ | 設定/ログ読取、計画出力 | +| **実行** ⚡ | ✅ | ✅ | ✅ | 通常作業、危険な操作は確認必要 | +| **無制限** ∞ | ✅ | ✅ | ❌ | 完全自動 | + +### 8 つのツール + +| ツール | 機能 | +|--------|------| +| `ask_user` | ユーザーへの質問(単一選択/複数選択/テキスト) | +| `get_system_info` | OS、アーキテクチャ、ホームディレクトリ取得 | +| `run_command` | シェルコマンド実行 | +| `read_file` / `write_file` | ファイル読み書き | +| `list_directory` | ディレクトリ閲覧 | +| `list_processes` | プロセス表示 | +| `check_port` | ポート使用状況確認 | + +## 技術アーキテクチャ + +| レイヤー | 技術 | 説明 | +|---------|------|------| +| フロントエンド | Vanilla JS + Vite | ゼロフレームワーク、軽量 | +| バックエンド | Rust + Tauri v2 | ネイティブ性能、クロスプラットフォーム | +| 通信 | Tauri IPC + Shell Plugin | フロントエンド・バックエンドブリッジ | +| スタイル | Pure CSS (CSS Variables) | ダーク/ライトテーマ | + +## ソースからビルド + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# デスクトップ(Rust + Tauri v2 必要) +npm run tauri dev # 開発 +npm run tauri build # プロダクション + +# Web のみ(Rust 不要) +npm run dev # ホットリロード開発 +npm run build && npm run serve # プロダクション +``` + +## 関連プロジェクト + +| プロジェクト | 説明 | +|-------------|------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent フレームワーク | +| [ClawApp](https://github.com/qingchencloud/clawapp) | クロスプラットフォームモバイルチャット | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel ツール | + +## 貢献 + +Issue と Pull Request を歓迎します。[CONTRIBUTING.md](CONTRIBUTING.md) をご覧ください。 + +## ライセンス + +[AGPL-3.0](LICENSE) ライセンス。商用利用については商用ライセンスをお問い合わせください。 + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.ko.md b/README.ko.md new file mode 100644 index 0000000..94b5480 --- /dev/null +++ b/README.ko.md @@ -0,0 +1,178 @@ +
+
+
+ AI 어시스턴트 내장 OpenClaw 관리 패널 — 원클릭 설치, 설정, 진단, 복구 +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Issue 보고 +
+ +## 기능 + +- **🤖 AI 어시스턴트 (신규)** — 내장 AI 어시스턴트, 4가지 모드 + 8개 도구 + 대화형 Q&A +- **🖼️ 이미지 인식** — 스크린샷 붙여넣기 또는 이미지 드래그로 AI 자동 분석 +- **대시보드** — 시스템 개요, 실시간 서비스 모니터링, 빠른 작업 +- **서비스 관리** — OpenClaw 시작/중지, 버전 감지 및 원클릭 업그레이드 +- **모델 설정** — 멀티 프로바이더 관리, 배치 연결 테스트, 드래그 정렬, 자동 저장 +- **게이트웨이 설정** — 포트, 접근 범위, 인증 Token, Tailscale +- **메시징 채널** — Telegram, Discord, 飞书, DingTalk, QQ 통합 관리 +- **통신 및 자동화** — 메시지 설정, 브로드캐스트, Webhook, 실행 승인 +- **사용량 분석** — Token 사용량, API 비용, 모델/프로바이더 순위 +- **Agent 관리** — Agent CRUD, 아이덴티티 편집, 워크스페이스 관리 +- **채팅** — 스트리밍, Markdown 렌더링, 세션 관리 +- **예약 작업** — Cron 기반 예약 실행, 멀티 채널 배달 +- **로그 뷰어** — 멀티 소스 실시간 로그 및 키워드 검색 +- **메모리 관리** — 메모리 파일 보기/편집, ZIP 내보내기, Agent 전환 +- **칭천클라우드 AI API** — 내부 테스트 플랫폼, OpenAI 호환 +- **확장 도구** — cftunnel 터널 관리, ClawApp 상태 모니터링 +- **정보** — 버전 정보, 커뮤니티 링크, 관련 프로젝트 + +## 다운로드 및 설치 + +[Releases](https://github.com/qingchencloud/clawpanel/releases/latest)에서 최신 버전 다운로드: + +| 플랫폼 | 설치 파일 | +|--------|----------| +| **Windows** | `.exe` 설치 프로그램 (권장) 또는 `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux 서버 (Web 버전) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## 빠른 시작 + +1. **초기 설정** — 첫 실행 시 Node.js, Git, OpenClaw 자동 감지. 미설치 시 원클릭 설치 +2. **모델 설정** — AI 프로바이더 (DeepSeek, OpenAI, Ollama 등) 추가 및 연결 테스트 +3. **Gateway 시작** — 서비스 관리에서 「시작」 클릭. 녹색 상태 = 준비 완료 +4. **채팅 시작** — 실시간 채팅에서 모델 선택 후 대화 시작 + +## 🤖 AI 어시스턴트 하이라이트 + +시스템을 **직접 조작**할 수 있는 AI 어시스턴트 — 진단, 수정, PR 제출까지. + +### 4가지 모드 + +| 모드 | 도구 | 파일 쓰기 | 확인 | 용도 | +|------|------|----------|------|------| +| **채팅** 💬 | ❌ | ❌ | — | 순수 Q&A | +| **계획** 📋 | ✅ | ❌ | ✅ | 설정/로그 읽기, 계획 출력 | +| **실행** ⚡ | ✅ | ✅ | ✅ | 일반 작업, 위험 작업은 확인 필요 | +| **무제한** ∞ | ✅ | ✅ | ❌ | 완전 자동 | + +## 기술 아키텍처 + +| 계층 | 기술 | 설명 | +|------|------|------| +| 프론트엔드 | Vanilla JS + Vite | 제로 프레임워크, 경량 | +| 백엔드 | Rust + Tauri v2 | 네이티브 성능, 크로스 플랫폼 | +| 통신 | Tauri IPC + Shell Plugin | 프론트엔드-백엔드 브릿지 | +| 스타일 | Pure CSS (CSS Variables) | 다크/라이트 테마 | + +## 소스에서 빌드 + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# 데스크톱 (Rust + Tauri v2 필요) +npm run tauri dev # 개발 +npm run tauri build # 프로덕션 + +# Web만 (Rust 불필요) +npm run dev # 핫 리로드 개발 +npm run build && npm run serve # 프로덕션 +``` + +## 관련 프로젝트 + +| 프로젝트 | 설명 | +|---------|------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent 프레임워크 | +| [ClawApp](https://github.com/qingchencloud/clawapp) | 크로스 플랫폼 모바일 채팅 | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel 도구 | + +## 기여 + +Issue와 Pull Request를 환영합니다. [CONTRIBUTING.md](CONTRIBUTING.md)를 참조하세요. + +## 라이선스 + +[AGPL-3.0](LICENSE) 라이선스. 상용 사용은 상용 라이선스 문의 바랍니다. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.md b/README.md index 257de63..27137a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@- 🇨🇳 中文 | 🇺🇸 English + 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch
@@ -41,15 +41,22 @@ ClawPanel 是 [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslatio > 🌐 **官网**: [claw.qt.cool](https://claw.qt.cool/) | 📦 **下载**: [GitHub Releases](https://github.com/qingchencloud/clawpanel/releases/latest) -### ⚡ OpenClaw 独立安装包(零依赖,无需 Node.js/npm) +### 🎁 晴辰云 AI 接口 -不想折腾 Node.js 环境?直接下载 [OpenClaw 独立安装包](https://github.com/qingchencloud/openclaw-standalone/releases/latest),**内置运行时,解压即用**: +> 内部技术测试平台,面向部分用户开放体验。签到领额度,邀请得更多。 -- **Windows**: 下载 `.exe` 安装向导,双击即装 -- **macOS / Linux / 树莓派**: `curl -fsSL https://dl.qrj.ai/openclaw/install.sh | bash` -- **全平台**: [GitHub Releases](https://github.com/qingchencloud/openclaw-standalone/releases/latest) +
-> ClawPanel 安装 OpenClaw 时会**自动优先使用独立安装包**,无需手动操作。此方案仅供不使用 ClawPanel 的用户独立安装。 +- **签到领测试额度** — 每日签到 + 邀请好友,持续获取测试额度 +- **兼容 OpenAI 接口** — 无缝对接 OpenClaw,即开即用 +- **资源策略** — 限速 + 请求上限,高峰期可能排队 +- **模型可用性** — 模型/接口以实际页面为准,可能灰度或版本切换 + +配合 OpenClaw 使用:在 [gpt.qt.cool](https://gpt.qt.cool) 注册并签到领取测试额度,获取 API Key 后,初始化 OpenClaw 时选择 **OpenAI Compatible** 提供商,填入地址和 Key 即可使用。 + +> ⚠️ **合规与责任边界**:本平台仅提供技术测试,禁止用于违法违规、绕过安全机制等用途。违规将限制访问并保留处置权。妥善保管 API Key,勿在截图/日志/代码库中泄露。具体规则以平台最新政策与页面展示为准。 ### 🔥 开发板 / 嵌入式设备支持 @@ -90,7 +97,7 @@ ClawPanel 提供**纯 Web 版部署模式**(零 GUI 依赖),天然兼容 ADiscord · - 元宝派 + 元宝派 · Discussions · @@ -188,7 +195,7 @@ docker run -d --name clawpanel --restart unless-stopped \ - **定时任务** — Cron 定时执行,支持多渠道投递 - **日志查看** — 多日志源实时查看与关键词搜索 - **记忆管理** — 记忆文件查看/编辑、分类管理、ZIP 导出、Agent 切换 -- **晴辰云 AI 接口** — 官方 AI 服务,签到送额度、充值最低 3 折消耗、未消耗包退 +- **晴辰云 AI 接口** — 内部技术测试平台,兼容 OpenAI 接口,签到领测试额度 - **扩展工具** — cftunnel 内网穿透管理、ClawApp 状态监控 - **关于** — 版本信息、社群入口、相关项目链接、一键升级 diff --git a/README.pt.md b/README.pt.md new file mode 100644 index 0000000..08a31f1 --- /dev/null +++ b/README.pt.md @@ -0,0 +1,165 @@ +
+
+
+ Painel de gestão OpenClaw com Assistente IA integrado — Instalação, Configuração, Diagnóstico e Correção com um clique +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Reportar Issue +
+ +## Funcionalidades + +- **🤖 Assistente IA (Novo)** — Assistente IA integrado, 4 modos + 8 ferramentas + Q&A interativo +- **🖼️ Reconhecimento de imagens** — Cole capturas ou arraste imagens, IA analisa automaticamente +- **Painel** — Visão geral do sistema, monitoramento de serviços em tempo real +- **Gestão de serviços** — Iniciar/parar OpenClaw, detecção de versão e atualização com um clique +- **Configuração de modelos** — Gestão multi-provedor, testes de conectividade em lote, ordenação por arrasto +- **Configuração de Gateway** — Porta, escopo de acesso, Token de autenticação, Tailscale +- **Canais de mensagens** — Gestão unificada de Telegram, Discord, Feishu, DingTalk, QQ +- **Comunicação e automação** — Configurações de mensagens, broadcast, Webhooks, aprovação de execução +- **Análise de uso** — Uso de tokens, custos de API, rankings de modelos/provedores +- **Gestão de Agents** — CRUD de Agents, edição de identidade, gestão de workspace +- **Chat** — Streaming, renderização Markdown, gestão de sessões +- **Tarefas agendadas** — Execução agendada com Cron, entrega multicanal +- **Visualizador de logs** — Logs em tempo real multi-fonte e busca por palavras-chave +- **Gestão de memória** — Ver/editar arquivos de memória, exportar ZIP, trocar Agent +- **QingchenCloud AI API** — Plataforma de testes interna, compatível com OpenAI +- **Ferramentas de extensão** — Gestão de túneis cftunnel, monitoramento do ClawApp +- **Sobre** — Informações de versão, links da comunidade, projetos relacionados + +## Download e instalação + +Acesse [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) para a versão mais recente: + +| Plataforma | Instalador | +|-----------|-----------| +| **Windows** | `.exe` (recomendado) ou `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Servidor Linux (Versão Web) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Início rápido + +1. **Configuração inicial** — Primeira execução detecta automaticamente Node.js, Git, OpenClaw. Instalação com um clique se necessário +2. **Configurar modelos** — Adicionar provedores de IA (DeepSeek, OpenAI, Ollama, etc.) e testar conectividade +3. **Iniciar Gateway** — Ir para Gestão de serviços, clicar em "Iniciar". Status verde = pronto +4. **Começar a conversar** — Ir para Chat ao vivo, selecionar modelo e iniciar conversa + +## Arquitetura técnica + +| Camada | Tecnologia | Descrição | +|--------|-----------|-----------| +| Frontend | Vanilla JS + Vite | Sem framework, leve | +| Backend | Rust + Tauri v2 | Performance nativa, multiplataforma | +| Comunicação | Tauri IPC + Shell Plugin | Ponte frontend-backend | +| Estilos | Pure CSS (CSS Variables) | Temas escuro/claro | + +## Compilar a partir do código-fonte + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Desktop (requer Rust + Tauri v2) +npm run tauri dev # Desenvolvimento +npm run tauri build # Produção + +# Apenas Web (sem Rust) +npm run dev # Hot reload +npm run build && npm run serve # Produção +``` + +## Projetos relacionados + +| Projeto | Descrição | +|---------|-----------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Cliente móvel multiplataforma | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Ferramenta Cloudflare Tunnel | + +## Contribuir + +Issues e Pull Requests são bem-vindos. Veja [CONTRIBUTING.md](CONTRIBUTING.md). + +## Licença + +[AGPL-3.0](LICENSE). Contate-nos para licença comercial. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.ru.md b/README.ru.md new file mode 100644 index 0000000..638cc52 --- /dev/null +++ b/README.ru.md @@ -0,0 +1,165 @@ +
+
+
+ Панель управления OpenClaw со встроенным ИИ-ассистентом — Установка, Настройка, Диагностика и Исправление в один клик +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Сообщить об Issue +
+ +## Возможности + +- **🤖 ИИ-ассистент (Новый)** — Встроенный ИИ-ассистент, 4 режима + 8 инструментов + интерактивный Q&A +- **🖼️ Распознавание изображений** — Вставьте скриншот или перетащите изображение, ИИ автоматически анализирует +- **Панель мониторинга** — Обзор системы, мониторинг сервисов в реальном времени +- **Управление сервисами** — Запуск/остановка OpenClaw, обнаружение версии и обновление одним кликом +- **Настройка моделей** — Управление несколькими провайдерами, пакетное тестирование подключения, сортировка перетаскиванием +- **Настройка Gateway** — Порт, область доступа, токен аутентификации, Tailscale +- **Каналы сообщений** — Единое управление Telegram, Discord, Feishu, DingTalk, QQ +- **Коммуникация и автоматизация** — Настройки сообщений, рассылка, Webhooks, утверждение выполнения +- **Аналитика использования** — Использование токенов, расходы API, рейтинги моделей/провайдеров +- **Управление агентами** — CRUD агентов, редактирование идентичности, управление workspace +- **Чат** — Потоковая передача, рендеринг Markdown, управление сессиями +- **Запланированные задачи** — Выполнение по расписанию Cron, многоканальная доставка +- **Просмотр логов** — Логи в реальном времени из нескольких источников и поиск +- **Управление памятью** — Просмотр/редактирование файлов памяти, экспорт ZIP, переключение агентов +- **QingchenCloud AI API** — Внутренняя тестовая платформа, совместимая с OpenAI +- **Расширения** — Управление туннелями cftunnel, мониторинг ClawApp +- **О программе** — Информация о версии, ссылки сообщества, связанные проекты + +## Скачать и установить + +Перейдите на [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) для последней версии: + +| Платформа | Установщик | +|----------|-----------| +| **Windows** | `.exe` (рекомендуется) или `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux сервер (Web-версия) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Быстрый старт + +1. **Начальная настройка** — При первом запуске автоопределение Node.js, Git, OpenClaw. Установка одним кликом при необходимости +2. **Настройка моделей** — Добавить провайдеров ИИ (DeepSeek, OpenAI, Ollama и др.) и протестировать подключение +3. **Запуск Gateway** — Перейти в Управление сервисами, нажать «Запустить». Зелёный статус = готово +4. **Начать чат** — Перейти в Чат, выбрать модель и начать разговор + +## Техническая архитектура + +| Уровень | Технология | Описание | +|---------|-----------|----------| +| Frontend | Vanilla JS + Vite | Без фреймворков, лёгкий | +| Backend | Rust + Tauri v2 | Нативная производительность, кроссплатформенность | +| Коммуникация | Tauri IPC + Shell Plugin | Мост frontend-backend | +| Стили | Pure CSS (CSS Variables) | Тёмная/светлая темы | + +## Сборка из исходного кода + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Десктоп (требуется Rust + Tauri v2) +npm run tauri dev # Разработка +npm run tauri build # Продакшн + +# Только Web (без Rust) +npm run dev # Hot reload +npm run build && npm run serve # Продакшн +``` + +## Связанные проекты + +| Проект | Описание | +|--------|----------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Фреймворк AI-агентов | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Кроссплатформенный мобильный чат | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Инструмент Cloudflare Tunnel | + +## Вклад + +Issues и Pull Requests приветствуются. См. [CONTRIBUTING.md](CONTRIBUTING.md). + +## Лицензия + +[AGPL-3.0](LICENSE). Для коммерческого использования обращайтесь за коммерческой лицензией. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.vi.md b/README.vi.md new file mode 100644 index 0000000..04fdb86 --- /dev/null +++ b/README.vi.md @@ -0,0 +1,165 @@ +
+
+
+ Bảng quản lý OpenClaw với Trợ lý AI tích hợp — Cài đặt, Cấu hình, Chẩn đoán & Sửa lỗi một cú nhấp +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + Báo cáo Issue +
+ +## Tính năng + +- **🤖 Trợ lý AI (Mới)** — Trợ lý AI tích hợp, 4 chế độ + 8 công cụ + hỏi đáp tương tác +- **🖼️ Nhận dạng hình ảnh** — Dán ảnh chụp màn hình hoặc kéo thả hình ảnh, AI tự động phân tích +- **Bảng điều khiển** — Tổng quan hệ thống, giám sát dịch vụ thời gian thực +- **Quản lý dịch vụ** — Khởi động/dừng OpenClaw, phát hiện phiên bản & nâng cấp một cú nhấp +- **Cấu hình mô hình** — Quản lý nhiều nhà cung cấp, kiểm tra kết nối hàng loạt, kéo sắp xếp +- **Cấu hình Gateway** — Cổng, phạm vi truy cập, Token xác thực, Tailscale +- **Kênh nhắn tin** — Quản lý thống nhất Telegram, Discord, Feishu, DingTalk, QQ +- **Truyền thông & Tự động hóa** — Cài đặt tin nhắn, phát sóng, Webhook, phê duyệt +- **Phân tích sử dụng** — Sử dụng Token, chi phí API, xếp hạng mô hình/nhà cung cấp +- **Quản lý Agent** — CRUD Agent, chỉnh sửa danh tính, quản lý workspace +- **Trò chuyện** — Streaming, hiển thị Markdown, quản lý phiên +- **Tác vụ định kỳ** — Thực thi theo lịch Cron, gửi đa kênh +- **Xem nhật ký** — Nhật ký thời gian thực đa nguồn và tìm kiếm +- **Quản lý bộ nhớ** — Xem/sửa tệp bộ nhớ, xuất ZIP, chuyển Agent +- **QingchenCloud AI API** — Nền tảng kiểm thử nội bộ, tương thích OpenAI +- **Công cụ mở rộng** — Quản lý tunnel cftunnel, giám sát ClawApp +- **Giới thiệu** — Thông tin phiên bản, liên kết cộng đồng, dự án liên quan + +## Tải xuống & Cài đặt + +Truy cập [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) để tải phiên bản mới nhất: + +| Nền tảng | Trình cài đặt | +|----------|--------------| +| **Windows** | `.exe` (khuyến nghị) hoặc `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux Server (Phiên bản Web) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## Bắt đầu nhanh + +1. **Thiết lập ban đầu** — Lần chạy đầu tự động phát hiện Node.js, Git, OpenClaw. Cài đặt một cú nhấp nếu thiếu +2. **Cấu hình mô hình** — Thêm nhà cung cấp AI (DeepSeek, OpenAI, Ollama, v.v.) và kiểm tra kết nối +3. **Khởi động Gateway** — Vào Quản lý dịch vụ, nhấp "Khởi động". Trạng thái xanh = sẵn sàng +4. **Bắt đầu trò chuyện** — Vào Chat trực tiếp, chọn mô hình và bắt đầu cuộc trò chuyện + +## Kiến trúc kỹ thuật + +| Lớp | Công nghệ | Mô tả | +|-----|-----------|-------| +| Frontend | Vanilla JS + Vite | Không framework, nhẹ | +| Backend | Rust + Tauri v2 | Hiệu năng native, đa nền tảng | +| Giao tiếp | Tauri IPC + Shell Plugin | Cầu nối frontend-backend | +| Style | Pure CSS (CSS Variables) | Theme tối/sáng | + +## Build từ mã nguồn + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# Desktop (cần Rust + Tauri v2) +npm run tauri dev # Phát triển +npm run tauri build # Production + +# Chỉ Web (không cần Rust) +npm run dev # Hot reload +npm run build && npm run serve # Production +``` + +## Dự án liên quan + +| Dự án | Mô tả | +|-------|-------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | Framework AI Agent | +| [ClawApp](https://github.com/qingchencloud/clawapp) | Ứng dụng chat di động đa nền tảng | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Công cụ Cloudflare Tunnel | + +## Đóng góp + +Chào đón Issue và Pull Request. Xem [CONTRIBUTING.md](CONTRIBUTING.md). + +## Giấy phép + +[AGPL-3.0](LICENSE). Liên hệ để được cấp phép thương mại. + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/README.zh-TW.md b/README.zh-TW.md new file mode 100644 index 0000000..e426129 --- /dev/null +++ b/README.zh-TW.md @@ -0,0 +1,178 @@ +
+
+
+ 內建 AI 助手的 OpenClaw 管理面板 — 一鍵安裝、設定、診斷、修復 +
+ ++ 🇨🇳 中文 | 🇺🇸 English | 🇹🇼 繁體中文 | 🇯🇵 日本語 | 🇰🇷 한국어 | 🇻🇳 Tiếng Việt | 🇪🇸 Español | 🇧🇷 Português | 🇷🇺 Русский | 🇫🇷 Français | 🇩🇪 Deutsch +
+ + + +--- + +
+
+
+ Discord + · + Discussions + · + 回報 Issue +
+ +## 功能特性 + +- **🤖 AI 助手(全新)** — 內建 AI 助手,4 種模式 + 8 大工具 + 互動式問答 +- **🖼️ 圖片辨識** — 貼上截圖或拖曳圖片,AI 自動辨識分析 +- **儀表板** — 系統概覽,即時服務狀態監控,快捷操作 +- **服務管理** — OpenClaw 啟停控制、版本偵測與一鍵升級 +- **模型設定** — 多服務商管理、批次連通性測試、拖曳排序、自動儲存 +- **閘道設定** — 埠口、存取權限、認證 Token、Tailscale +- **訊息頻道** — 統一管理 Telegram、Discord、飛書、釘釘、QQ +- **通訊與自動化** — 訊息設定、廣播策略、Webhook、執行審批 +- **使用情況** — Token 用量、API 費用、模型/服務商排行 +- **Agent 管理** — Agent 增刪改查、身分編輯、工作區管理 +- **聊天** — 串流回應、Markdown 渲染、對話管理 +- **定時任務** — Cron 定時執行,多頻道投遞 +- **日誌檢視** — 多來源即時日誌與關鍵字搜尋 +- **記憶管理** — 記憶檔案檢視/編輯、ZIP 匯出、Agent 切換 +- **晴辰雲 AI 介面** — 內部測試平台,相容 OpenAI +- **擴充工具** — cftunnel 隧道管理、ClawApp 狀態監控 +- **關於** — 版本資訊、社群入口、相關專案連結 + +## 下載安裝 + +前往 [Releases](https://github.com/qingchencloud/clawpanel/releases/latest) 下載最新版本: + +| 平台 | 安裝檔 | +|------|--------| +| **Windows** | `.exe` 安裝程式(推薦)或 `.msi` | +| **macOS Apple Silicon** | `.dmg` (aarch64) | +| **macOS Intel** | `.dmg` (x64) | +| **Linux** | `.AppImage` / `.deb` / `.rpm` | + +### Linux 伺服器(Web 版) + +```bash +curl -fsSL https://raw.githubusercontent.com/qingchencloud/clawpanel/main/scripts/linux-deploy.sh | bash +``` + +### Docker + +```bash +docker run -d --name clawpanel --restart unless-stopped \ + -p 1420:1420 -v clawpanel-data:/root/.openclaw \ + node:22-slim \ + sh -c "apt-get update && apt-get install -y git && \ + npm install -g @qingchencloud/openclaw-zh --registry https://registry.npmmirror.com && \ + git clone https://github.com/qingchencloud/clawpanel.git /app && \ + cd /app && npm install && npm run build && npm run serve" +``` + +## 快速上手 + +1. **初始設定** — 首次啟動自動偵測 Node.js、Git、OpenClaw。未安裝則一鍵安裝 +2. **設定模型** — 新增 AI 服務商(DeepSeek、OpenAI、Ollama 等),測試連線 +3. **啟動 Gateway** — 前往服務管理,點擊「啟動」。綠色狀態 = 就緒 +4. **開始聊天** — 前往即時聊天,選擇模型後開始對話 + +## 🤖 AI 助手亮點 + +可**直接操作系統**的 AI 助手 — 診斷、修復、甚至提交 PR。 + +### 四種模式 + +| 模式 | 工具 | 寫入檔案 | 確認 | 適用場景 | +|------|------|---------|------|---------| +| **聊天** 💬 | ❌ | ❌ | — | 純問答 | +| **規劃** 📋 | ✅ | ❌ | ✅ | 讀取設定/日誌,輸出方案 | +| **執行** ⚡ | ✅ | ✅ | ✅ | 正常作業,危險操作需確認 | +| **無限** ∞ | ✅ | ✅ | ❌ | 全自動 | + +## 技術架構 + +| 層級 | 技術 | 說明 | +|------|------|------| +| 前端 | Vanilla JS + Vite | 零框架依賴,輕量 | +| 後端 | Rust + Tauri v2 | 原生效能,跨平台 | +| 通訊 | Tauri IPC + Shell Plugin | 前後端橋接 | +| 樣式 | Pure CSS (CSS Variables) | 暗色/亮色主題 | + +## 從原始碼建置 + +```bash +git clone https://github.com/qingchencloud/clawpanel.git +cd clawpanel && npm install + +# 桌面版(需要 Rust + Tauri v2) +npm run tauri dev # 開發 +npm run tauri build # 正式版 + +# 僅 Web(無需 Rust) +npm run dev # 熱更新開發 +npm run build && npm run serve # 正式版 +``` + +## 相關專案 + +| 專案 | 說明 | +|------|------| +| [OpenClaw](https://github.com/1186258278/OpenClawChineseTranslation) | AI Agent 框架 | +| [ClawApp](https://github.com/qingchencloud/clawapp) | 跨平台行動聊天客戶端 | +| [cftunnel](https://github.com/qingchencloud/cftunnel) | Cloudflare Tunnel 工具 | + +## 貢獻 + +歡迎提交 Issue 和 Pull Request。詳見 [CONTRIBUTING.md](CONTRIBUTING.md)。 + +## 授權條款 + +[AGPL-3.0](LICENSE) 開源授權。商用需求請聯繫取得商業授權。 + +© 2026 QingchenCloud | [claw.qt.cool](https://claw.qt.cool) diff --git a/docs/index.html b/docs/index.html index 7d68278..ab4eb41 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,13 +4,13 @@