What problem does it solve? Running multiple AI agents on one machine normally means shared config, mixed sessions, and conflicting working directories. This Skill lets you create independent Hermes agent profiles, each locked to its own directory with its own skills, SOUL.md personality, and toolset. ## Core Features & Use Cases - Profile creation and cloning: Create named profiles via hermes profile create <name> --clone, inheriting model config and API keys while keeping memory and sessions isolated. - Directory locking and config sync: Lock each agent to a working directory with terminal.cwd, symlink .env for shared secrets, and propagate config changes to all children with the hermes-sync script. - Specialist agent setup: Includes a create-agent script and a full OSINT agent reference with free-only tool recommendations installed via uv tool install. - Use Case: Set up an osint agent locked to ~/Desktop/hermes/osint with maigret, sherlock, and holehe installed, a custom SOUL.md, and its own gateway, running alongside your main generalist agent in separate terminals. ## Quick Start Ask the agent to create a new specialized Hermes profile named osint cloned from the default profile, locked to a work directory, with a SOUL.md and the recommended free OSINT tools installed via uv.