A high-performance orchestration engine for collaborative AI agent sessions using CRDT-based persistence and cryptographic verification.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install operator-skill
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 operator-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Operator (PassDeck) serves as the primary orchestration engine for managing collaborative agent sessions. By utilizing Loro-CRDT with an append-only log architecture, it ensures that data remains consistent and durable across all participating agents. This skill is essential for developers working with Openclaw Skills who require robust state management in multi-agent environments.
Built with a focus on reliability, the Skill Operator provides a crash-proof recovery mechanism through snapshots and write-ahead logging. It allows agents to synchronize state incrementally without performance degradation, making it ideal for complex, long-running tasks that involve multiple AI entities working in tandem.
To integrate this operator into your environment for Openclaw Skills, ensure your agent has access to the Loro-CRDT libraries and the Ed25519 signing utility.
# Example command to register the operator within your local agent node
openclaw register-skill passdeck-operator
Ensure that session directories are writable by the agent process to allow for snapshot and log persistence.
The Skill Operator organizes data using a combination of base64 encoded snapshots and incremental logs. The metadata schema includes:
| Field | Description |
|---|---|
| sessionId | A unique UUID representing the collaborative session |
| taskName | A human-readable identifier for the session objective |
| updatePayload | Base64 encoded incremental CRDT data |
| signatureHex | Ed25519 signature for verifying the update source |
| version | A logical clock or hash identifying the current state version |
Loading
A professional integration for programmatically retrieving and filtering employee reports and work logs from the DingTalk platform.

A high-performance MCP skill for Openclaw Skills that bypasses sophisticated anti-bot measures using Playwright Extra and the Stealth plugin.

An AI agent skill designed to manage Google Ads campaigns, budgets, and reporting via the Google Ads API.

A specialized content engine designed to generate viral-ready Xiaohongshu posts optimized for the platform's CES engagement algorithm.

An end-to-end development orchestrator that manages git lifecycles, build checks, and AI-driven implementation for high-quality software delivery.

Automatically synchronizes Feishu (Lark) contact names and their corresponding open_ids into your agent's context to enable accurate sender identification in direct messages.








































