Agent Manager for Openclaw

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

szzg007
v1.0.0
Mar 10, 2026
1
661
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install agent-manager

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install agent-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Agent Manager?

Agent Manager serves as a centralized hub for interacting with various AI agents within the Openclaw Skills ecosystem. It provides a sleek, modern interface inspired by the Gemini UI, allowing users to toggle between different agents while maintaining distinct, isolated conversation threads. This tool is essential for developers and power users who need to orchestrate complex workflows across multiple specialized agents without losing context or overlapping data.

The platform prioritizes privacy and performance by utilizing local storage, ensuring that all interactions within your Openclaw Skills remain secure and quickly accessible. Whether you are conducting research, generating code, or processing visual data, Agent Manager provides the necessary infrastructure for professional agent orchestration.

Agent Manager Use Cases

  • Unified management of multiple AI agents through a single dashboard.
  • Multimodal interactions requiring both text and image analysis.
  • Organized project tracking where message isolation between different agents is critical.
  • Local-first development environments requiring persistent chat history without external database dependencies.

How Agent Manager Works

  1. The platform initializes a localized environment to host your Openclaw Skills.
  2. Users select a specific agent from the sidebar to activate the dedicated communication channel.
  3. The interface handles text and image inputs, routing them to the selected agent backend.
  4. Conversations are automatically segmented and stored in the browser's local storage for persistence.
  5. Switching between agents triggers a context-refresh, loading the specific history associated with that agent ID.

Agent Manager Setup

To deploy this component of your Openclaw Skills, follow these steps:

# Navigate to the directory
cd agent-manager

# Install required dependencies
npm install

# Start the management server
node server-gemini.js

After starting the server, access the interface at http://localhost:3000.

Agent Manager Data Schema & Taxonomy

The Agent Manager organizes data to ensure high-speed retrieval and strict isolation between your Openclaw Skills components:

Data Type Storage Method Description
Chat History Local Browser Storage JSON-encoded logs indexed by Agent ID.
Image Assets Temporary Buffer Handles drag-and-drop or file selection for multimodal tasks.
Agent Metadata config.json Defines the roles and connection parameters for each managed agent.
Session State State Manager Maintains the active agent selection and UI layout preferences.

Agent Manager Advanced Features

  • Modern Gemini-style dual-pane layout for optimized productivity.
  • Drag-and-drop image upload support for vision-enabled Openclaw Skills.
  • Automatic message isolation to prevent cross-contamination between different AI personas.
  • Local-first architecture ensuring data privacy and offline access to chat history.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*