Agent Manager for Openclaw

A professional multi-agent conversation management platform providing a Gemini-style interface for all your Openclaw Skills.

szzg007
v1.0.0
Mar 10, 2026
0
780
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install agent-manager-v1

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-v1 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 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.

Agent Manager Use Cases

  • Centralizing the management of multiple AI agents within a single, unified web interface.
  • Interacting with vision-capable agents by uploading images through a simple drag-and-drop workflow.
  • Maintaining persistent, isolated chat histories for different projects or Openclaw Skills sessions.
  • Professionalizing AI workflows with a modern UI that replaces standard terminal-based interactions.

How Agent Manager Works

  1. The application authenticates with the local environment using a dedicated Openclaw operator token.
  2. Upon startup, the server scans the local file system for configured Openclaw Skills and agent metadata.
  3. The user selects an agent from the sidebar, which loads the specific context and historical data for that session.
  4. Commands and multimodal inputs are processed by the backend and executed via the Openclaw CLI.
  5. Responses are rendered in the UI and automatically persisted to the browser's local storage for future reference.

Agent Manager Setup

Prerequisites

Ensure you have Node.js installed and a valid Openclaw operator token.

Installation

cd agent-manager
npm install

Configuration

  1. Retrieve your token:
cat ~/.openclaw/devices/paired.json | jq '.[].tokens.operator.token'
  1. Edit config.json and paste your token:
{
  "openclawToken": "YOUR_OPERATOR_TOKEN"
}

Execution

Launch the server and access the UI at http://localhost:3000:

node server-gemini.js

Agent Manager Data Schema & Taxonomy

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.

Agent Manager Advanced Features

  • Multimodal input support for vision-based Openclaw Skills via drag-and-drop or file selection.
  • Strict message isolation ensuring that conversation context never leaks between different AI agents.
  • Real-time shell execution using parameterized commands to ensure secure communication with the Openclaw CLI.
  • Automated history management that saves progress instantly without manual intervention.
  • Gemini-style split-pane layout optimized for high-density information display.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*