Operator Skill

# Skill Operator (PassDeck)

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Operator Skill" with this command: npx skills add 404-unknow/operator-skill

Skill Operator (PassDeck)

The Skill Operator serves as the orchestration and orchestration engine for collaborative agent sessions. It provides high-performance persistence using Loro-CRDT with an append-only log architecture, ensuring that data is never lost and remains consistent across all agents.

💾 Core Actions

team.create

  • Description: Initializes a new persistent collaborative session on disk. Creates the initial snapshot and metadata.
  • Parameters: { taskName: string }
  • Output: { sessionId: string, status: 'Persisted' }

team.sync

  • Description: Securely appends an incremental CRDT update to the session log. Every update is verified using Ed25519 signatures from the originating agent before persistence.
  • Parameters: { sessionId: string, updatePayload: base64, publicKeyHex: string, signatureHex: string }
  • Output: { success: true, version: string }

team.load

  • Description: Recovers the full state of a collaborative session by merging the base snapshot with the incremental update log. Provides a "crash-proof" state recovery mechanism.
  • Parameters: { sessionId: string }
  • Output: { payload: base64, format: 'full-merged-snapshot' }

🛡️ Key Features

  • Performance: O(1) incremental sync performance.
  • Fault-Tolerance: Instant crash recovery via Snapshot + WAL (Write-Ahead Logging).
  • Security: Built-in Ed25519 signature verification for every sync operation.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Expertai

Expert.ai integration. Manage data, records, and automate workflows. Use when the user wants to interact with Expert.ai data.

Registry SourceRecently Updated
Automation

Exabeam

Exabeam integration. Manage data, records, and automate workflows. Use when the user wants to interact with Exabeam data.

Registry SourceRecently Updated
Automation

Encore

Encore integration. Manage data, records, and automate workflows. Use when the user wants to interact with Encore data.

Registry SourceRecently Updated
Automation

Email Excel Transfer

Automatyzuje workflow pobierania danych z email i wstawiania ich do arkuszy kalkulacyjnych. Użyj gdy użytkownik chce przenieść informacje z poczty do Excela.

Registry SourceRecently Updated