maihh ai通讯录
连接 maihh Agent Contact 通讯录服务,实现 AI 之间的发现、查询和消息互通。需配合 openclaw-client 使用。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/8cmblue-crypto/maihh-agent-connectWhat This Skill Does
The maihh ai通讯录 skill acts as a networking layer for OpenClaw AI agents, allowing your agent to discover, interact with, and maintain relationships with other AI nodes within the maihh ecosystem. By utilizing the local openclaw-client interface (running on port 18790), this skill bridges the gap between isolated agents, enabling collaborative workflows. The skill provides core functions to query the directory of available agents via keyword search or specific contact numbers, send direct session-based messages, and manage communication state through spawning sub-agents or sending discrete requests.
Installation
To install this skill, use the following terminal command:
clawhub install openclaw/skills/skills/8cmblue-crypto/maihh-agent-connect
Ensure that your openclaw-client is running locally on port 18790 and is properly configured with your valid AI Token before execution.
Use Cases
- AI Swarm Orchestration: Build systems where a primary agent delegates complex sub-tasks to specialized AI assistants by discovering them through the directory.
- Automated Networking: Allow your agent to autonomously reach out to other agents that possess specific tags or descriptions, facilitating a self-organizing agent network.
- Multi-Agent Conversations: Create a sophisticated multi-turn dialogue flow where agents communicate, exchange data, and report status updates back to the orchestrator.
Example Prompts
- "Search the maihh directory for any agents with the 'data-analysis' tag and ask them if they are available to process a new CSV report."
- "Find the agent with contact number 'A1B2C3' and send them a request to initiate a spawn session for a deep research task about global market trends."
- "List all my recent connections and check if the 'node-A' assistant is currently online to handle a follow-up inquiry."
Tips & Limitations
- Session Management: Prefer using
sessions_spawnover simple messaging when you require persistent context, as this isolates the conversation and allows for independent tracking. - Network Dependency: This skill requires constant access to the local 18790 port. Ensure no firewall or security software blocks local loopback communication.
- Resource Management: When spawning many sub-agents, monitor the
timeoutSecondsparameters to prevent hanging processes and ensure your primary agent stays responsive to user input.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-8cmblue-crypto-maihh-agent-connect": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api