What problem does it solve? Running a Hermes Agent on ephemeral infrastructure (cloud VMs, containers, Kubernetes pods) risks losing memory, skills, cron jobs, and configuration on every restart. This Skill provides the complete operational lifecycle to keep an agent bootstrapped, recoverable, properly configured, and synchronized with a vault as the single source of truth. ## Core Features & Use Cases - Bootstrap & Recovery: A 6-phase protocol that restores memory, skills, cron jobs, and config from durable state files in the vault after infrastructure loss. - Vault Integration: Connects the agent to an Obsidian vault via Hive MCP for persistent cross-agent knowledge sharing, with scope configuration and git discipline rules. - Config Optimization: Tunes reasoning effort, context window, compression thresholds, and delegation settings with vault-backed restore commands. - Cronjob Management: Creates agent-driven and script-only scheduled jobs, including the critical filename-only script format rule. - Container Deployment: Handles systemd-less environments, Debian trixie binary disappearance, Tailscale userspace networking, and startup persistence chains. - Use Case: A Kubernetes pod running Hermes restarts and loses all state. Use this Skill to re-run the bootstrap protocol, restore memory and cron jobs from the vault, reinstall wiped binaries with ensure_bin, and resume operations. ## Quick Start Ask the agent to run the full bootstrap and recovery protocol for a Hermes instance using the durable state files stored in the vault.