openclaw-backup

Skills for the Agent Service Company

Instalação
CLI
npx skills add https://github.com/theagentservice/skills --skill openclaw-backup

Instale esta skill com a CLI e comece a usar o fluxo de trabalho SKILL.md em seu espaço de trabalho.

Última atualização em 4/22/2026

Skills

Skills for the Agent Service Company. Each skill extends agent capabilities with specialized workflows, tools, or integrations.

Available Skills

Skill Description
openclaw-backup Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md). Uses tar + openssl (AES-256-CBC) and soul-upload.com API.

Usage

Install a skill by copying its directory into your agent's skills path (e.g. ~/.cursor/skills/ or the path configured for your agent runtime). See each skill's README for setup and usage.

Adding a Skill

Each skill is a directory containing at least:

  • SKILL.md – skill metadata and instructions (name, description, allowed tools, workflow)
  • README.md – user-facing documentation (optional but recommended)
  • Scripts or assets as needed

Refer to your agent platform's skill format for exact requirements.