Public learning lab for running Hermes Agent on Windows — notes, safe samples, and small scripts.
Owner: monerostar
Visibility: public
Not this repo: full Hermes profile backups, sessions, API keys, wallets, or live configs with secrets.
A calm place to:
- learn Git/GitHub with real Hermes-related work
- document Windows multi-profile setup (main vs tech, etc.)
- keep sanitized skill samples and helper scripts
- build a portfolio-shaped project without dumping the whole machine
| Avoid here | Why |
|---|---|
HERMES_HOME full copy |
secrets + personal history |
.env, OAuth tokens, keyrings |
credential leak risk |
| xmrig configs with wallets/pools | privacy / security |
| chat session databases | personal + bulky |
Use a separate private backup flow for disaster recovery (monerostar/hermes-backup). This lab stays readable and teachable.
docs/ explainers (learning notes) + stack map HTML
docs/assets/ concept art / diagrams (no secrets)
scripts/ small helper scripts (no secrets)
skills-samples/ optional scrubbed skill excerpts
.gitignore blocks common secret patterns
- What is Hermes (for this lab)
- Profiles: main vs tech
- GitHub CLI setup on this machine
- Safety: no secrets in git
- Backup vs lab (two different jobs)
- Hermes stack map · interactive diagram
- Optional: free-model play profile
- Handoff 2026-08-01: Legion Go setup state
- Spotify hygiene with Hermes (scrubbed method + API notes; no personal library)
- Ops Console desktop plugins (usage + miner + think cards pattern; no host secrets)
- Outbound fact gate skill (pre-send email SHIP/HOLD/KILL; human always sends)
git status
git add -A
git commit -m "short description of what changed"
git pushCommits on this account use:
user.name= monerostaruser.email= GitHub noreply (private)
- Skeleton created: 2026-07-23
- First real content: setup docs from initial monerostar GitHub wiring
- Stack map (Option C): 2026-07-25 — multi-profile systems portrait HTML + companion md
- 2026-08-01: Legion Go handoff pushed (SSH wiring, gaming account prep, PTY gotcha)
- 2026-08-05: Spotify hygiene lab note (play counts > likes; Feb-2026 API gotchas; no secrets)
- 2026-08-08: Ops Console desktop plugins method note (fleet glance cards pattern)