hermes-backup

Create verified, secret-safe SSH backups of a self-hosted Hermes Agent.

13|1|Updated Jun 1, 2026
One-click install
npx skills add https://github.com/paarths-collab/hstack --skill hermes-backup-paarths-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-backup
Source: https://github.com/paarths-collab/hstack/tree/main/skills/hermes-backup
Command: npx skills add https://github.com/paarths-collab/hstack --skill hermes-backup-paarths-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents data loss for a self-hosted Hermes Agent by backing up its full state, including configuration, secrets, memory, and sessions, before risky changes or on a regular schedule.

Core Features & Use Cases

  • SSH-first backup workflow: Runs entirely against the VPS so the agent state is captured where it actually lives.
  • Secret-safe archival: Protects sensitive .env and configuration data while creating private backup archives.
  • Verification and retention: Checks that the archive is valid, then prunes old backups to keep storage under control.
  • Use case: A user is upgrading Hermes, migrating servers, or starting nightly backups and needs a reliable, repeatable way to preserve the full agent state.

Quick Start

Ask the AI to back up the Hermes agent on your VPS, confirm the backup directory and retention policy, and create a verified archive.

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 a self-hosted Hermes agent over SSH?

To back up a self-hosted Hermes agent over SSH, you create a secure archive of its full state, including configuration, secrets, memory, and sessions, directly on the VPS where it lives. This captures the complete agent environment safely before risky changes or during nightly maintenance.

What is the best way to archive secrets and configuration files before a server migration?

The best way to archive secrets and configuration files before a server migration is to use a secret-safe archival process that protects sensitive .env data while creating a private backup. This ensures sensitive configuration data remains secure during the migration process.

How do I verify backup integrity and prune old archives on a VPS?

You verify backup integrity and prune old archives on a VPS by applying a workflow that checks the archive validity and then prunes old backups according to a retention policy. This keeps storage under control while ensuring the backup is valid.

Does Hermes backup require idempotent archive creation for nightly maintenance?

Yes, Hermes backup requires idempotent archive creation for nightly maintenance to ensure repeatable runs without duplicating data. This guarantees consistent backup states when pushing archives to private off-box storage on a schedule.

Can I run SSH-based backups against my VPS without exposing sensitive .env data?

Yes, you can run SSH-based backups against your VPS without exposing sensitive .env data by applying secret-safe handling of backup destinations. This protects sensitive configuration data while creating private backup archives over the SSH connection.