{"id":50340047,"url":"https://github.com/ajmeese7/hermes-multi-user-skill","last_synced_at":"2026-05-29T16:01:35.736Z","repository":{"id":346919672,"uuid":"1191985020","full_name":"ajmeese7/hermes-multi-user-skill","owner":"ajmeese7","description":"Enable multiple Hermes Agent personalities, cementing OpenClaw feature parity.","archived":false,"fork":false,"pushed_at":"2026-03-26T22:21:06.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-26T22:52:47.074Z","etag":null,"topics":["agent-skills","hermes","hermes-agent","multiple-users"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajmeese7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-25T19:25:39.000Z","updated_at":"2026-03-26T22:21:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ajmeese7/hermes-multi-user-skill","commit_stats":null,"previous_names":["ajmeese7/hermes-multi-user-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ajmeese7/hermes-multi-user-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmeese7%2Fhermes-multi-user-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmeese7%2Fhermes-multi-user-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmeese7%2Fhermes-multi-user-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmeese7%2Fhermes-multi-user-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajmeese7","download_url":"https://codeload.github.com/ajmeese7/hermes-multi-user-skill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajmeese7%2Fhermes-multi-user-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33659872,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","hermes","hermes-agent","multiple-users"],"created_at":"2026-05-29T16:01:34.510Z","updated_at":"2026-05-29T16:01:35.707Z","avatar_url":"https://github.com/ajmeese7.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# hermes-multi-user\n\nA [Hermes Agent](https://github.com/hermes-agent/hermes-agent) skill for setting up and managing multiple user instances on a single machine.\n\nRun separate agents for family members, coworkers, or different personas — each with their own personality, memory, conversation history, and platform connections (WhatsApp, Slack, Telegram).\n\n## Install\n\n```bash\nhermes skills install ajmeese7/hermes-multi-user-skill/hermes-multi-user --force\n```\n\n\u003e **Why `--force`?** The built-in security scanner flags this skill as dangerous because it references `.env` files, `.bashrc`, and systemd services — which is exactly what a multi-user setup skill needs to do. Review the [SKILL.md](hermes-multi-user/SKILL.md) yourself before installing if you'd like to verify there's nothing malicious.\n\n## What it does\n\nThis skill teaches your Hermes agent how to:\n\n- Create isolated `HERMES_HOME` directories for additional users\n- Set up systemd services so each instance runs independently\n- Configure separate WhatsApp/Slack/Telegram connections per user\n- Docker-sandbox secondary agents for security\n- Version-control configs while excluding secrets and bundled data\n- Detect custom vs bundled skills for clean backups\n\n## Usage\n\nOnce installed, just ask your agent:\n\n\u003e \"Set up a new Hermes instance for my wife Alice on WhatsApp\"\n\n\u003e \"Help me version-control my multi-agent configs\"\n\nThe agent will follow the skill's step-by-step guide, adapting paths and settings to your system.\n\n## Architecture\n\n```\n~/.hermes/              # Your agent (primary)\n~/.hermes-alice/        # Alice's agent (separate everything)\n  config.yaml           # Her settings\n  SOUL.md               # Her personality\n  .env                  # API keys\n  memory/               # Her memory\n  sessions/             # Her conversations\n  skills/               # Her skills\n  whatsapp/session/     # Her WhatsApp connection\n```\n\nAll instances share the same hermes-agent codebase but are completely isolated in data and behavior.\n\n## Blog Post\n\nFor a full walkthrough of how this was built, see: [How I Set Up Multi-User AI Agents with Hermes (And You Can Too)](https://blog.aaronmeese.com/how-i-set-up-multi-user-ai-agents-with-hermes-and-you-can-too-648b52fe20e9)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajmeese7%2Fhermes-multi-user-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajmeese7%2Fhermes-multi-user-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajmeese7%2Fhermes-multi-user-skill/lists"}