Claude Skill
zhixianio/clawpal
ClawPal is a Rust-based visual tool for managing OpenClaw agents, models, and configs. Stop editing JSON by hand—streamline your AI agent workflows today.
Overview
Repository
Install this Skill
git clone https://github.com/zhixianio/clawpal.gitRegistry
Summary
ClawPal is a visual management tool for OpenClaw agents, models, and configurations, eliminating the need to manually edit JSON files. Built with Rust, it streamlines AI agent workflows through an intuitive interface.
ClawPal - 通过可视化界面管理OpenClaw代理、模型和配置。告别手动编辑JSON。
Key features
- Visual interface for OpenClaw agent management
- Model and configuration management without JSON editing
- Built with Rust for performance and reliability
- Streamlined AI agent workflow management
Use cases
- Managing OpenClaw agents in AI projects
- Configuring models without manual JSON editing
- Streamlining AI agent deployment workflows
- Visualizing and organizing OpenClaw configurations
README excerpt
# ClawPal A desktop companion app for [OpenClaw](https://github.com/openclaw/openclaw) — manage your AI agents, models, and configurations with a visual interface instead of editing JSON by hand. ## Features - **Install OpenClaw** — Start from guided installation paths (Local / WSL2 / Docker / Remote SSH), run step-by-step precheck/install/init/verify, then continue directly to config workflows - **Recipes** — Browse and apply pre-built configuration templates with parameter forms, live diffs, and automatic rollback on failure - **Agent Management** — Create, configure, and monitor your OpenClaw agents at a glance - **Model Profiles** — Set up API keys, browse the model catalog, and switch the global default model in one click - **Channel Bindings** — Connect Discord channels to agents with per-channel model overrides - **Doctor** — Run diagnostics, auto-fix common issues, and clean up stale sessions - **History & Rollback** — Every config change is snapshotted; roll back to any point in time - **Remote Management** — Connect to remote OpenClaw instances over SSH and manage them the same way - **Auto-Update** — ClawPal checks for new versions and updates itself in-app ## Install Download the latest release for your platform from [GitHub Releases](https://github.com/zhixianio/clawpal/releases): | Platform | Format | |----------|--------| | macOS (Apple Silicon) | `.dmg` | | macOS (Intel) | `.dmg` | | Windows | `.exe` installer or portable | | Linux | `.deb` / `.AppImage` | ## Development Prerequisites: [Bun](https://bun.sh/), [Rust](https://www.rust-lang.org/tools/install), and Xcode Command Line Tools (macOS) ```bash bun install bun run dev:tauri # Vite dev server + Tauri window ``` ### Build ```bash bun run build:tauri ``` ### Release ```bash bun run re