ValueCell-ai/ClawX

每日信息看板 · 2026-03-09
开源项目
Category
github_search
Source
1
Score
2026-03-09T01:51:53Z
Published

AI 总结

ClawX 是一个基于 OpenClaw 的跨平台桌面端开源项目,把命令行 AI Agent 编排封装为图形化体验,降低部署和使用门槛,便于自动化任务、多渠道管理和技能扩展。
#GitHub #repo #开源项目 #OpenClaw #AI Agent #Electron #React #Agent

内容摘录

<p align="center">
 <img src="src/assets/logo.svg" width="128" height="128" alt="ClawX Logo" />
</p>

<h1 align="center">ClawX</h1>

<p align="center">
 <strong>The Desktop Interface for OpenClaw AI Agents</strong>
</p>

<p align="center">
 <a href="#features">Features</a> •
 <a href="#why-clawx">Why ClawX</a> •
 <a href="#getting-started">Getting Started</a> •
 <a href="#architecture">Architecture</a> •
 <a href="#development">Development</a> •
 <a href="#contributing">Contributing</a>
</p>

<p align="center">
 <img src="https://img.shields.io/badge/platform-MacOS%20%7C%20Windows%20%7C%20Linux-blue" alt="Platform" />
 <img src="https://img.shields.io/badge/electron-40+-47848F?logo=electron" alt="Electron" />
 <img src="https://img.shields.io/badge/react-19-61DAFB?logo=react" alt="React" />
 <a href="https://discord.com/invite/84Kex3GGAh" target="_blank">
 <img src="https://img.shields.io/discord/1399603591471435907?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb" alt="chat on Discord" />
 </a>
 <img src="https://img.shields.io/github/downloads/ValueCell-ai/ClawX/total?color=%23027DEB" alt="Downloads" />
 <img src="https://img.shields.io/badge/license-MIT-green" alt="License" />
</p>

<p align="center">
 English | <a href="README.zh-CN.md">简体中文</a> | <a href="README.ja-JP.md">日本語</a>
</p>

---
Overview

**ClawX** bridges the gap between powerful AI agents and everyday users. Built on top of OpenClaw, it transforms command-line AI orchestration into an accessible, beautiful desktop experience—no terminal required.

Whether you're automating workflows, managing AI-powered channels, or scheduling intelligent tasks, ClawX provides the interface you need to harness AI agents effectively.

ClawX comes pre-configured with best-practice model providers and natively supports Windows as well as multi-language settings. Of course, you can also fine-tune advanced configurations via **Settings → Advanced → Developer Mode**.

---
Screenshot

<p align="center">
 <img src="resources/screenshot/chat.png" style="width: 100%; height: auto;">
</p>

<p align="center">
 <img src="resources/screenshot/cron_task.png" style="width: 100%; height: auto;">
</p>

<p align="center">
 <img src="resources/screenshot/skills.png" style="width: 100%; height: auto;">
</p>

<!-- <p align="center">
 <img src="resources/screenshot/channels.png" style="width: 100%; height: auto;">
</p> -->

<p align="center">
 <img src="resources/screenshot/dashboard.png" style="width: 100%; height: auto;">
</p>

<p align="center">
 <img src="resources/screenshot/settings.png" style="width: 100%; height: auto;">
</p>

---
Why ClawX

Building AI agents shouldn't require mastering the command line. ClawX was designed with a simple philosophy: **powerful technology deserves an interface that respects your time.**

| Challenge | ClawX Solution |
|-----------|----------------|
| Complex CLI setup | One-click installation with guided setup wizard |
| Configuration files | Visual settings with real-time validation |
| Process management | Automatic gateway lifecycle management |
| Multiple AI providers | Unified provider configuration panel |
| Skill/plugin installation | Built-in skill marketplace and management |
OpenClaw Inside

ClawX is built directly upon the official **OpenClaw** core. Instead of requiring a separate installation, we embed the runtime within the application to provide a seamless "battery-included" experience.

We are committed to maintaining strict alignment with the upstream OpenClaw project, ensuring that you always have access to the latest capabilities, stability improvements, and ecosystem compatibility provided by the official releases.

---
Features
🎯 Zero Configuration Barrier
Complete the entire setup—from installation to your first AI interaction—through an intuitive graphical interface. No terminal commands, no YAML files, no environment variable hunting.
💬 Intelligent Chat Interface
Communicate with AI agents through a modern chat experience. Support for multiple conversation contexts, message history, and rich content rendering with Markdown.
📡 Multi-Channel Management
Configure and monitor multiple AI channels simultaneously. Each channel operates independently, allowing you to run specialized agents for different tasks.
⏰ Cron-Based Automation
Schedule AI tasks to run automatically. Define triggers, set intervals, and let your AI agents work around the clock without manual intervention.
🧩 Extensible Skill System
Extend your AI agents with pre-built skills. Browse, install, and manage skills through the integrated skill panel—no package managers required.
🔐 Secure Provider Integration
Connect to multiple AI providers (OpenAI, Anthropic, and more) with credentials stored securely in your system's native keychain.
🌙 Adaptive Theming
Light mode, dark mode, or system-synchronized themes. ClawX adapts to your preferences automatically.

---
Getting Started
System Requirements
**Operating System**: macOS 11+, Windows 10+, or Linux (Ubuntu 20.04+)
**Memory**: 4GB RAM minimum (8GB recommended)
**Storage**: 1GB available disk space
Installation
Pre-built Releases (Recommended)

Download the latest release for your platform from the Releases page.
Build from Source
First Launch

When you launch ClawX for the first time, the **Setup Wizard** will guide you through:
**Language & Region** – Configure your preferred locale
**AI Provider** – Enter your API keys for supported providers
**Skill Bundles** – Select pre-configured skills for common use cases
**Verification** – Test your configuration before entering the main interface
Note for Moonshot (Kimi): ClawX keeps Kimi web search enabled by default. 
When Moonshot is configured, ClawX also syncs Kimi web search to the China endpoint (https://api.moonshot.cn/v1) in OpenClaw config.
Proxy Settings

ClawX includes built-in proxy settings for environments where Electron, the OpenClaw Gateway, or channels such as Telegram need to reach the internet …