SkillAgentSearch skills...

ClawX

ClawX is a desktop app that provides a graphical interface for OpenClaw AI agents. It turns CLI-based AI orchestration into a desktop experience without using the terminal. China website is https://clawx.com.cn.

Install / Use

npx skills add ValueCell-ai/ClawX

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<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> | <a href="README.ru-RU.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.

<p align="center"><strong style="font-size:1.1em; text-decoration: underline;">For a full enterprise edition, dedicated service support, or tailored deployment guidance for your business scenario, contact us at <a href="mailto:public@valuecell.ai">public@valuecell.ai</a>.</strong></p>

Screenshot

<p align="center"> <img src="resources/screenshot/en/chat.png" style="width: 100%; height: auto;"> </p> <p align="center"> <img src="resources/screenshot/en/cron.png" style="width: 100%; height: auto;"> </p> <p align="center"> <img src="resources/screenshot/en/skills.png" style="width: 100%; height: auto;"> </p> <p align="center"> <img src="resources/screenshot/en/channels.png" style="width: 100%; height: auto;"> </p> <p align="center"> <img src="resources/screenshot/en/models.png" style="width: 100%; height: auto;"> </p> <p align="center"> <img src="resources/screenshot/en/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 | | App updates | Startup update checks with a prompt before downloading or installing | | Multiple AI providers | Unified provider configuration panel | | Skill/plugin installation | Local-first skill management with optional extension-provided marketplace |

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, assistant replies rendered as streaming Markdown with syntax-highlighted fenced code, CJK-aware parsing, GitHub-flavored tables, and KaTeX-powered LaTeX math ($inline$, $$block$$, \(inline\), and \[block\]) while user input remains literal text, and direct @agent routing in the main composer for multi-agent setups. Fenced code preserves source line breaks, soft-wraps long lines, and provides a localized copy action after streaming completes. Skills you insert from the composer appear as /skill-name chips; click a chip to open the preview sidebar and read that skill's SKILL.md. When you target another agent with @agent, ClawX switches into that agent's own conversation context directly instead of relaying through the default agent. Agent workspaces stay separate by default, and stronger isolation depends on OpenClaw sandbox settings. The session sidebar is workspace-first: the default workspace stays at the top, other workspaces sort naturally, and each workspace can collapse or load more sessions. A row shows a spinner while the AI is replying, a blue dot when an unseen reply finishes, and its relative activity time after the conversation is opened; hovering still reveals row actions. Imported workspaces can be renamed from their sidebar header; the custom name is reflected in the chat composer while hovering the header still reveals the filesystem path. When available, a new chat inherits the selected conversation's workspace while remaining editable until first send. Editable new or unbound chats expose the composer workspace chip as a small menu that lists recent and known-session workspaces, returns to the default workspace, or chooses another folder. If a saved workspace folder was moved or deleted, Chat pauses session creation and prompts you to choose an existing folder instead of repeatedly retrying the missing path. Unavailable non-default groups are marked in the sidebar and can be removed after confirmation; this permanently deletes every session in that group. A session row is removed and navigation changes only after permanent deletion succeeds; failed deletions leave the conversation and confirmation open for retry. Synthetic OpenClaw UUID-date fallback titles are treated as missing only when they match the session ID, then replaced with the conversation's first user prompt instead of being persisted as the session name. Each agent can also override its own provider/model runtime setting; agents without overrides continue inheriting the global default model.

The Workspace and Preview tabs in Chat's right panel provide read-only previews for Markdown, .docx, and .pptx files. Markdown file previews use the same syntax-highlighted, soft-wrapped, copyable fenced code, CJK-aware parsing, and KaTeX math support in static rendering mode. The Preview header can expand the selected file to the full ClawX viewport; use the same control or Escape to return to the panel. Legacy .doc and .ppt files continue to open through the operating system instead of inline. DOCX pagination may differ from Microsoft Word, and PPTX previews do not support animations, transitions, or media playback. Office files larger than 20 MB are not previewed inline.

Local HTML Preview

The Chat right panel has Workspace, Preview, and Changes tabs; it no longer includes a general Web Browser, Home page, or address bar. Authorized local .html and .htm attachments, file activities, and Workspace files open in Preview by default. Their file actions let you choose the built-in Preview or a system application, and the Preview header can open the current HTML file in the system browser.

All links are non-clickable. Links rendered by ClawX appear as ordinary text, and links inside HTML Preview have their styling and pointer interaction removed. HTML Preview also blocks forms, script navigation, redirects, hash navigation, popups, downloads, network requests, and device permissions. It can render self-contained local HTML but cannot leave the selected document.

📡 Multi-Channel Management

Configure and monitor multiple AI channels simultaneously. Each channel operates independently, allowing you to run specialized agents for different tasks. Each channel now supports multiple accounts, per-account agent binding, and switching the channel default account directly from the Channels page. For custom channel account IDs, ClawX enforces OpenClaw-compatible canonical IDs ([a-z0-9_-], lowercase, max 64 chars, must start with a letter/number) to prevent routing mismatches. ClawX now also bundles Tencent's official personal WeChat channel plugin, so you can link WeChat directly from the Channels page with an in-app QR flow.

⏰ 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. The Cron page now lets you configure external delivery directly in the task form with separate sender-account and recipient-target selectors. For supported channels, recipient targets are discovered automatically from channel directories or known session history, so you no longer need to edit jobs.json by hand. The task message field also supports inserting skills with the same inline /skill token syntax as the main chat composer (scoped to the selected agent), so scheduled prompts can trig

Related Skills

View on GitHub
GitHub Stars7.6k
CategoryDevelopment
Updated11h ago
Forks1.1k

Languages

TypeScript

Security Score

100/100

Audited on Aug 8, 2026

No findings