ClawKeep Cloud Skill

Encrypt and sync local workspaces to S3 or ClawKeep Cloud.

18|1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/taco-devs/clawkeep --skill clawkeep-cloud-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ClawKeep Cloud Skill
Source: https://github.com/taco-devs/clawkeep/tree/main/skills/clawkeep-cloud
Command: npx skills add https://github.com/taco-devs/clawkeep --skill clawkeep-cloud-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Protects local workspaces, agent memory, configs, and important files by providing continuous, client-side encrypted backups that reveal no plaintext metadata to storage providers, enabling safe off-site storage and time-travel restores without trusting the backup target.

Core Features & Use Cases

  • Zero-knowledge encryption: All data is encrypted client-side with AES-256-GCM so the server only stores opaque encrypted chunks.
  • Keyless daemon & browser-based setup: Set encryption passwords in the browser so background sync daemons never see plaintext credentials.
  • Headless and local targets: Supports headless API-key setup for CI/agents and can back up to local paths or S3-compatible endpoints.
  • Versioned restore and compacting: Continuous change capture with snapshot history, manual restore by hash, and garbage-collection/compaction of chunks.
  • Use Case: Protect an AI agent workspace and notebook files by running a background sync that encrypts changes and uploads them to ClawKeep Cloud without exposing file names or contents.

Quick Start

Connect your workstation to ClawKeep Cloud via the browser with clawkeep cloud setup and then start continuous, passwordless syncing by running clawkeep watch --sync --daemon.

Frequently Asked Questions about ClawKeep Cloud Skill

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

FAQPage Schema
How does zero-knowledge encrypted backup protect local workspace files?

Zero-knowledge encrypted backup protects local workspaces by applying client-side AES-256-GCM encryption, ensuring storage providers only receive opaque encrypted chunks without revealing plaintext metadata.

Can I back up dotfiles and agent memory to S3-compatible storage headlessly?

Yes, you can back up dotfiles and agent memory to S3-compatible storage headlessly using API-key setup for CI/agents, supporting continuous versioned backups without plaintext credentials.

How do I set up continuous encrypted sync without exposing passwords to background daemons?

Continuous encrypted sync is set up by provisioning encryption passwords via a browser interface, allowing background sync daemons to operate keyless without ever seeing plaintext credentials.

What is the best way to perform point-in-time restores for agent environments?

The best way to perform point-in-time restores for agent environments is using continuous change capture with snapshot history, enabling manual restore by hash and garbage-collection of chunks.

Are there limitations to zero-knowledge cloud backup when restoring from local paths?

Zero-knowledge cloud backup supports local paths and S3 endpoints for restores, but requires browser-based key provisioning for password recovery if headless API-key access is not preconfigured.

Does ClawKeep Cloud Skill work with CI/agent environments for continuous versioned backups?

ClawKeep Cloud Skill works with CI/agent environments by providing headless API-key setup and continuous versioned backups, safely encrypting agent workspaces and memory files off-site.