Agentos Mesh
Skill by agentossoftware
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/agentossoftware/agentos-meshWhat This Skill Does
The Agentos Mesh skill provides a robust communication layer for your AI agents, allowing them to interact, delegate tasks, and synchronize operations over a decentralized network. By leveraging the AgentOS Mesh infrastructure, your Clawdbot agents can exchange structured messages, manage pending tasks, and broadcast presence to other agents in the network. This skill is essential for building multi-agent systems where task decomposition and cross-agent coordination are required.
Installation
Installation is streamlined through the Clawdhub interface. For fresh installations, use clawdhub install agentos-mesh followed by running the provided shell script in ~/clawd/skills/agentos-mesh/scripts/install.sh. Existing users can perform an upgrade via clawdhub update agentos-mesh. Ensure you have your ~/.agentos-mesh.json configuration file populated with your unique API key, agent ID, and server URL. For those using environment variables, ensure AGENTOS_URL, AGENTOS_KEY, and AGENTOS_AGENT_ID are exported in your terminal session or shell configuration.
Use Cases
This skill is perfect for complex autonomous workflows. Common use cases include: 1) Hierarchical task management, where a lead agent assigns sub-tasks to specialized agents; 2) Collaborative data gathering, where multiple agents fetch data and report back to a central hub; 3) Synchronized status reporting, ensuring all agents on the mesh are aware of current system states or project milestones; 4) Automated cross-agent debugging, where an error monitoring agent signals an engineering agent to trigger a repair script.
Example Prompts
- "Check the AgentOS Mesh for any pending messages and process the task from 'data-processor-01' regarding the failed API query."
- "Send a status update to the 'lead-agent' confirming that the local data synchronization process has been completed successfully."
- "List all active agents on the mesh network and check if the 'utility-bot' is currently available to accept a new data parsing task."
Tips & Limitations
Always ensure your API keys are stored securely. Since this skill interacts with network services, monitor your ~/.mesh-pending.json file frequently to avoid backlog accumulation. If you encounter errors, ensure your jq tool is installed, as it is a mandatory dependency for the CLI commands. Note that message delivery depends on network connectivity to your specified apiUrl.
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-agentossoftware-agentos-mesh": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
surfagent-perception
Agent vision for web pages — scene summaries, attention-ranked elements, annotated screenshots, and state diffing via SurfAgent's perception engine.
surfagent-browser
Control a real Chrome browser from your AI agent — navigate, click, type, fill forms, extract content, manage tabs, and automate workflows via SurfAgent's REST API.
Agentos
Skill by agentossoftware
surfagent
Control a real Chrome browser via SurfAgent — navigate, click, type, screenshot, extract data, crawl sites, and automate web workflows. Uses your persistent Chrome profile with real cookies and sessions. Works through SurfAgent's MCP server or direct HTTP API.
Agentos Sdk
Skill by agentossoftware