ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

agent-manager

管理 OpenClaw 系统中的 Agent 生命周期,包括 Agent 配置、Matrix 账号注册、账号绑定等操作。

Why use this skill?

Easily manage OpenClaw agent lifecycles, Matrix account registration, and system bindings with the agent-manager skill. Simplify your deployment process today.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cxlhyx/agent-manager-hxx
Or

What This Skill Does

The agent-manager skill is a comprehensive lifecycle management tool designed for the OpenClaw AI platform. It streamlines the complex process of initializing, configuring, and deploying AI agents. By providing a unified interface to handle Agent configurations, Matrix server account registrations, and binding associations, it removes the manual overhead typically associated with setting up autonomous AI agents. The skill includes both high-level shell automation for rapid deployment and fine-grained Python controls for granular configuration, ensuring that both developers and administrators can manage their infrastructure with precision.

Installation

To install this skill, use the standard OpenClaw hub command: clawhub install openclaw/skills/skills/cxlhyx/agent-manager-hxx

Ensure that you have Python 3, pypinyin, and curl installed on your host system to support the script dependencies. The configuration files are managed in ~/.openclaw/openclaw.json by default.

Use Cases

  • Rapid Onboarding: Quickly deploy a new AI agent by automatically registering it on a Matrix server and binding it to the local system with a single script execution.
  • Multi-Agent Orchestration: Centrally manage multiple agents, keeping their identities, access tokens, and communication channels organized within a single JSON configuration file.
  • Account Management: Easily rotate or update Matrix credentials for specific agents without needing to rebuild or reconfigure the entire system state.

Example Prompts

  1. "Setup a new agent named 'DataAnalyst' with the ID 'data_bot' using the standard configuration script."
  2. "List all current agent bindings to ensure the 'huojuezhi' agent is properly connected to its Matrix account."
  3. "Remove the account entry for the deprecated agent 'old_assistant' to clean up the configuration file."

Tips & Limitations

  • Security: Access tokens stored in openclaw.json are sensitive. Ensure the permissions on ~/.openclaw/ are restricted to your user account.
  • Environment Variables: Always ensure HOMESERVER_URL is correctly exported before running scripts if your Matrix homeserver is not running on the default local port.
  • Dependency Management: The pypinyin library is required for the automated ID generation feature; if you encounter issues during setup, verify your Python environment path.

Metadata

Author@cxlhyx
Stars3409
Views0
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cxlhyx-agent-manager-hxx": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#agent-management#matrix#automation#lifecycle#configuration
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution