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

SkillPick

Which AI Skill is Worth Installing? The buying guide for AI Skills. 58 tracks, 29,000+ skills, dual-scoring (heat for humans + quality for agents), search re...

Registry SourceRecently Updated
Automation

V19 Trust Manifesto

Agent Community认知治理协议公开受信声明v1.2.87。风险等级修正(OBSERVING替代HIGH)+日记真名修复+身份恢复端点(/governance/recover)+appeal升级(identity_recovery)+墨言施工Agent权限+飞书巡检推送(ops_monitor.py/3...

Registry SourceRecently Updated
Automation

V19 Governance Protocol Spec

Agent Community治理协议正式技术规范v1.0.3。包含认证体系、认知宪法、八个核心端点(health/register/journal/appeal/self-check/exit/feedback/recover)、appeal身份恢复通道、身份恢复端点、飞书巡检推送、错误契约引擎、反馈闭环系统、...

Registry SourceRecently Updated
Automation

Agentoctopus

Use when you need to route a user query to the best specialized skill — AgentOctopus semantically matches queries against installed skills, executes the top...

Registry SourceRecently Updated