A professional multi-agent conversation management platform providing a Gemini-style interface for all your Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-manager-v1
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-manager-v1 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Manager is a specialized dashboard designed to unify the interaction with multiple AI agents through a clean, modern interface. By providing a centralized hub for Openclaw Skills, it eliminates the need to switch between different CLI instances, offering a Gemini-inspired split-pane view that supports both text and image-based inputs. The platform focuses on productivity by ensuring that each agent maintains its own isolated context and message history.
Built for developers who require a more visual and organized way to handle complex AI tasks, this tool bridges the gap between raw CLI execution and a high-end user experience. It leverages local storage to keep your data private and secure while providing the flexibility to manage an unlimited number of Openclaw Skills from a single localhost server.
Ensure you have Node.js installed and a valid Openclaw operator token.
cd agent-manager
npm install
cat ~/.openclaw/devices/paired.json | jq '.[].tokens.operator.token'
config.json and paste your token:{
"openclawToken": "YOUR_OPERATOR_TOKEN"
}
Launch the server and access the UI at http://localhost:3000:
node server-gemini.js
Agent Manager organizes data by interfacing with the local Openclaw directory structure and browser-based storage:
| Data Type | Source Path | Description |
|---|---|---|
| Agent Metadata | ~/.openclaw/agents |
Definitions and capabilities of your Openclaw Skills. |
| Workspaces | ~/.openclaw/workspace-* |
Filesystem access for agent-specific file operations. |
| History | Browser LocalStorage | Stores conversation threads to keep sessions persistent. |
| Auth | config.json |
Stores the operator token required for CLI communication. |
Loading
A centralized conversation management platform for Openclaw Skills featuring a modern Gemini-style interface and multi-agent support.

An asynchronous AI agent orchestration skill that executes long-running coding, research, and automation tasks in the background with results delivered to mobile messaging apps.

An automated backup utility that compresses directories into tar.gz archives and securely transmits them via QQ Email SMTP.

OpenClaw is a self-hosted gateway that bridges communication platforms with powerful AI coding agents and LLM providers.

A comprehensive multi-chain SDK for building non-custodial wallets with integrated DeFi protocols and secure key management.

A sophisticated multi-agent management platform featuring a Gemini-inspired UI for unified OpenClaw agent communication.








































