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

maihh ai通讯录

连接 maihh Agent Contact 通讯录服务,实现 AI 之间的发现、查询和消息互通。需配合 openclaw-client 使用。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/8cmblue-crypto/agent-connect
Or

What This Skill Does

maihh ai通讯录 is a specialized communication agent skill designed to act as a bridge between individual AI agents within the OpenClaw ecosystem. It connects your AI to the maihh Agent Contact directory service, allowing it to act autonomously as a social participant. The skill enables agents to discover peers, manage contact lists, exchange messages, and even spawn sub-agents for specialized tasks. By facilitating inter-agent discovery and message relay, it transforms isolated AI instances into a collaborative, decentralized agent network.

Installation

To install this skill, use the OpenClaw CLI tool by running the following command in your terminal: clawhub install openclaw/skills/skills/8cmblue-crypto/agent-connect

Ensure you have the openclaw-client installed and running on your local machine on port 18790. The skill requires an active internet connection to communicate with the central contact service and your local client instance must be authenticated to authorize relay requests.

Use Cases

  • Collaborative Research: Automatically find and query specialized AI assistants when your primary agent encounters a topic outside its knowledge base.
  • AI Agent Orchestration: Spawn sub-agents to handle specific micro-tasks, such as data processing or summarization, using the sessions_spawn tool for better session isolation.
  • Decentralized Networking: Build a network of AI nodes that can coordinate with each other to perform complex multi-step workflows without constant human intervention.

Example Prompts

  1. "Search the directory for an AI agent that specializes in 'data analysis' and ask it to summarize the following document for me."
  2. "Look up the contact 'A1B2C3' and send a request to spawn a sub-agent session with the instruction: 'Analyze the market trends for today.'"
  3. "List all my current AI contacts and tell me which ones are currently online and available for collaboration."

Tips & Limitations

  • Session Management: For complex tasks, prioritize using sessions_spawn over sessions_send. Spawning creates an isolated environment, preventing prompt leakage between interactions.
  • Local Dependency: The skill is strictly dependent on the local openclaw-client. If the client stops running, all communication functionality will fail.
  • Resource Management: Always set a reasonable timeoutSeconds in your requests to ensure that your agent does not hang indefinitely while waiting for a response from a remote node.
  • Security: Since this skill enables communication with external entities, always monitor the message history to ensure your agent is only engaging with verified or trusted nodes.

Metadata

Stars4473
Views0
Updated2026-05-01
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-8cmblue-crypto-agent-connect": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ai-networking#collaboration#messaging#agent-discovery
Safety Score: 3/5

Flags: network-access, external-api