hermes-admin-inspection

Inspect Hermes Agent profile directories, memory files, and SQLite databases for integrity.

4|1|Updated May 15, 2026
One-click install
npx skills add https://github.com/Yasuui/hermes-community-skills --skill hermes-admin-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-admin-inspection
Source: https://github.com/Yasuui/hermes-community-skills/tree/main/skills/community/hermes-admin-inspection
Command: npx skills add https://github.com/Yasuui/hermes-community-skills --skill hermes-admin-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you systematically inspect and diagnose Hermes Agent installation and runtime state when profiles, memories, sessions, databases, or configuration files don’t behave as expected.

Core Features & Use Cases

  • Profile isolation inspection: Validate per-profile storage layout, including sessions, skills, memories, and SQLite databases.
  • Database and memory integrity checks: Measure state.db and memory_store.db sizes and run optional row-count queries to detect emptiness/corruption.
  • Configuration and credentials discovery: Find configuration files across canonical and active-profile-evaluated paths, and verify API key storage patterns.
  • Upgrade and post-change readiness: Use a before/after audit workflow to reduce uncertainty during changes and troubleshooting.

Quick Start

Ask to inspect your active Hermes profile installation state (including database sizes and memory/session presence) and produce a verification checklist.

Frequently Asked Questions about hermes-admin-inspection

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

FAQPage Schema
How do I troubleshoot a Hermes Agent installation with missing or corrupted memory files?

To troubleshoot a Hermes Agent installation, inspect per-profile directories, memory files, session files, and SQLite databases for integrity and completeness to locate missing or corrupted artifacts.

How do I check SQLite database health for Hermes Agent profiles?

Check SQLite database health by measuring state.db and memory_store.db sizes and running optional row-count queries to detect emptiness or corruption within Hermes Agent profile directories.

What is the best way to validate Hermes Agent configuration files and API key storage paths?

Validating Hermes Agent configuration files involves discovering artifacts across canonical and active-profile-evaluated paths to verify API key storage patterns and ensure correct configuration discovery.

Does Hermes Agent profile inspection support multi-profile setups and upgrade validation?

Hermes Agent profile inspection supports multi-profile setups and upgrade validation by running a structured inspection workflow with directory inventory and configuration discovery patterns for deterministic audits.

Why does my Hermes Agent installation audit fail to find configuration artifacts under active paths?

An installation audit may fail to find configuration artifacts when active-profile-evaluated paths differ from canonical paths, requiring structured inspection workflows to discover files under both directory locations.

Can I run a post-upgrade readiness audit for Hermes Agent sessions and skills?

You can run a post-upgrade readiness audit using a before and after inspection workflow to validate profile isolation, session files, and skills storage layout, reducing uncertainty during changes.