# MoreLogin Agent Skills (OpenClaw / Hermes)

MoreLogin provides a dedicated "Skill" plugin designed for AI Agent frameworks like **OpenClaw** and **Hermes Agent**. This skill allows your agent to connect to and control MoreLogin browsers via the Local API and CDP (Chrome DevTools Protocol).

If you are using MCP-compatible clients (like Cursor or Claude), please refer to the [MCP Documentation](/mcp) instead.

## Overview

**What does this Skill do?**

- **Native Support**: MoreLogin is Chromium-based and natively supports the CDP protocol.
- **Full Lifecycle Control**: Create, start, close, or delete browser profiles and cloud phones via CLI commands.
- **Resource Management**: Manage proxies, groups, tags, and cloud phone apps/files.
- **Agent Integration**: Exposes these capabilities as a standardized skill that OpenClaw/Hermes agents can invoke automatically during natural language reasoning.


## Quick Setup Guides

Choose your Agent framework below for specific installation and usage instructions:

- **[OpenClaw Integration](/skills/openclaw)**
- **[Hermes Agent Integration](/skills/hermes)**


## How Agent Skills Work

Once installed and configured, your Hermes or OpenClaw agent will be able to interpret natural language requests and map them to the underlying MoreLogin Local API operations automatically.

For example, when you ask the agent to *"Create a browser profile and visit google.com"*, the agent will:

1. Call the Local API to create a profile.
2. Call the Local API to start the profile and retrieve the `debugPort`.
3. Use an automation library (like Puppeteer) to connect to the browser via the CDP protocol on that port.