hermes-backup

Package Hermes Agent skills, config, cron, and memories into a ZIP archive.

2|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill hermes-backup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-backup
Source: https://github.com/john-data-chen/hermes-agent-backup/tree/main/skills/hermes-backup
Command: npx skills add https://github.com/john-data-chen/hermes-agent-backup --skill hermes-backup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Back up Hermes Agent data by packaging all essential state (skills, config, cron, and memories) into a single ZIP archive. Cron delivery remains text-only, and the backup ZIP must be delivered to the user manually.

Core Features & Use Cases

  • Comprehensive backup of important Hermes Agent directories and files, including skills, scripts, config, cron, and memories.
  • Clear guidance on what is included and how to migrate or recover a complete agent state.
  • Use Case: migrate Hermes Agent to a new machine, recover from a failure, or perform an audit of the agent setup.

Quick Start

Run the backup to generate hermes_backup.zip in your home directory, then manually send the ZIP file to the user.

Frequently Asked Questions about hermes-backup

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

FAQPage Schema
How do I back up Hermes Agent data for a machine migration?

You can back up Hermes Agent data by generating a single ZIP archive in your home directory. This archive packages all essential state, including skills, config, cron, and memories, to facilitate a complete machine migration.

What is included in a Hermes Agent backup zip?

A Hermes Agent backup zip includes comprehensive directories and files such as skills, scripts, config, cron schedules, and memories. This ensures the complete agent state is captured for recovery or auditing purposes.

How do I restore Hermes memories and config after a failure?

Restore Hermes memories and config by using the backup ZIP archive. The zip contains the necessary directories to recover the complete agent state, but the file must be manually delivered to the target environment for restoration.

Can I schedule Hermes Agent backups automatically using cron?

You can schedule Hermes Agent backups using cron, but the cron delivery remains text-only. The generated backup ZIP file in your home directory must be manually shared and delivered to the user.

What's the best way to audit my Hermes Agent setup and skills?

The best way to audit a Hermes Agent setup is to generate a backup ZIP archive. This packages all skills, scripts, config, cron, and memories into a single file, providing a complete snapshot for auditing the agent configuration.