ansible

Manage distributed coordination and task delegation across OpenClaw gateways.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/likesjx/openclaw-skill-ansible --skill ansible-likesjx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ansible
Source: https://github.com/likesjx/openclaw-skill-ansible/tree/main
Command: npx skills add https://github.com/likesjx/openclaw-skill-ansible --skill ansible-likesjx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables seamless coordination and task delegation across multiple OpenClaw gateways, creating a unified agent mesh.

Core Features & Use Cases

  • Distributed Coordination: Operate across a mesh of gateways as a single entity.
  • Ring of Trust: Manages secure agent admission and authentication.
  • Durable State: Uses CRDTs for resilient message and task synchronization.
  • Capability Routing: Enables discovery and execution of agent capabilities via contracts.
  • Use Case: Deploying a new service across a fleet of gateways requires coordinated execution and state management. This Skill ensures all agents are updated consistently and securely, even with intermittent network connectivity.

Quick Start

Use the ansible skill to delegate a task to agents capable of running ansible playbooks.

Frequently Asked Questions about ansible

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate task delegation across multiple gateways?

Coordinating task delegation across multiple gateways requires a distributed mesh that routes capability contracts and syncs state securely. This Skill facilitates that multi-gateway communication via ring-of-trust admission and CRDT-synced state management.

What is a ring of trust for distributed agent admission?

A ring of trust is a secure admission and authentication mechanism for distributed agent meshes. It governs which agents can join the network, ensuring that multi-gateway operations and task delegations execute safely across verified nodes.

How does CRDT state synchronization handle intermittent network connectivity?

CRDT state synchronization ensures durable message and task consistency across the agent mesh despite intermittent network connectivity. By using conflict-free replicated data types, the distributed coordination mesh reconciles updates automatically without central locking.

Can I use capability contract routing to discover agent functions?

Yes, capability contract routing enables the discovery and execution of specific agent functions across the mesh. It routes delegated tasks to appropriate gateways based on their advertised capabilities, ensuring coordinated execution of operations like ansible playbook runs.

What is the difference between hemisphere and friends communication modes?

Hemisphere and friends communication modes define different topological behaviors for distributed mesh coordination. These modes, alongside backbone versus edge node topologies, govern how gateways route tasks and share state across the network architecture.

Do I need specific network topologies for multi-gateway operations?

Multi-gateway operations support both backbone and edge node topologies to accommodate different network scales. You should select the topology that best matches your deployment fleet's structure to ensure consistent and secure distributed coordination.