Claude Skill
zhixianio/clawpal
ClawPal 是一款基于 Rust 的可视化工具,用于管理 OpenClaw 代理、模型和配置。告别手动编辑 JSON,立即简化您的 AI 代理工作流程。
概览
仓库信息
安装这个 Skill
git clone https://github.com/zhixianio/clawpal.gitRegistry 信息
项目简介
ClawPal 是一款用于 OpenClaw 代理、模型和配置的可视化管理工具,告别手动编辑 JSON 文件。基于 Rust 构建,通过直观界面简化 AI 代理工作流程。
ClawPal - Manage OpenClaw agents, models, and configs with a visual interface. Stop editing JSON by hand.
要点
- OpenClaw 代理的可视化管理界面
- 无需编辑 JSON 即可管理模型和配置
- 基于 Rust 构建,性能可靠
- 简化的 AI 代理工作流管理
使用场景
- 在 AI 项目中管理 OpenClaw 代理
- 无需手动编辑 JSON 即可配置模型
- 简化 AI 代理部署工作流程
- 可视化和组织 OpenClaw 配置
README 摘要
# 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