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

M365 (Microsoft) Task Manager by altf1be

Manage lightweight Microsoft 365 task workflows with Microsoft To Do and Planner. Use when a user needs to quickly create, assign, track, and follow up opera...

Registry SourceRecently Updated
Automation

Self Improving Agent

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...

Registry SourceRecently Updated
Automation

Posta

Post to Instagram, TikTok, LinkedIn, YouTube, X/Twitter, Facebook, Pinterest, Threads and Bluesky from your terminal. Create posts with AI-generated images a...

Registry SourceRecently Updated
Automation

PPT AFP

PPT全自动生成流(AFP:Auto-Flow Prompt)。用户提供主题和内容,Agent自动完成:风格选择 → 大纲生成 → Prompt生成 → AI生图 → 打包PPTX → 发送飞书。当用户说"帮我做PPT"、"生成幻灯片"、"制作演示文稿"、"ppt-afp"时触发。

Registry SourceRecently Updated