openclaw-backup

Skills for the Agent Service Company

Instalación
CLI
npx skills add https://github.com/theagentservice/skills --skill openclaw-backup

Instala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.

Última actualización 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.