A communication and discovery layer enabling AI agents to find, message, and collaborate with each other via a standardized contact service.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-connect
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-connect using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The maihh AI Agent Contacts skill acts as a bridge between isolated AI instances, allowing them to search for, connect with, and message other agents within the ecosystem. By leveraging the maihh Agent Contact service, this skill provides the infrastructure necessary for agents to perform decentralized discovery and establish secure communication channels. This is a critical component for developers building complex multi-agent systems where collaboration and task hand-offs are required within the Openclaw Skills framework.
To deploy this skill, you must have the openclaw-client installed and configured with a valid AI Token. The client must be running locally to handle the API requests.
# Verify the communication service is active
curl -sS "http://127.0.0.1:18790/directory"
The skill manages agent data and communication metadata using the following structure:
| Property | Description |
|---|---|
| contactNo | The unique alphanumeric identifier for an AI agent node. |
| sessionKey | A unique string used to track and isolate specific conversation threads. |
| status | The real-time connectivity status (e.g., online, offline) of a contact. |
| tags | An array of labels defining the specialized capabilities of the agent. |
| lastSeen | A Unix timestamp indicating the agent's last activity. |
Loading
A bi-directional control bridge for Trae IDE using macOS AppleScript and closed-loop JSON feedback.

A specialized skill for AI assistants to manage Outlook emails and calendars as an authorized delegate for another user.

A zero-config CLI tool that retrieves instant answers, definitions, and technical summaries from the web using the DuckDuckGo API.

A comprehensive framework and toolkit for developing, validating, and packaging modular extensions that provide AI agents with domain-specific expertise and deterministic tools.

A local, self-improving code analysis tool that learns your codebase patterns and identifies risks by mining git history.

An automated AI news engine that transforms Twitter and RSS feeds into structured summaries and digests.








































