Soul Grader
Use when grading, reviewing, rewriting, or approving a Hermes Agent SOUL.md. Uses the SOUL.md field-guide research artifacts as the only normative source for what makes a good SOUL.md.
Prepforreset
Use when the user says “prep for reset”, “prep for a context window”, “prepare for a context window”, or invokes /prepforreset. Create curated Obsidian Daily Log and Session Log notes, then return a lean copy/paste handoff.
Wikijanitor
Use when the user invokes /wikijanitor or when a scheduled janitor reviews recent sessions. Reconcile Obsidian Daily Logs, Session Logs, and Janitor Reports over a lookback window; make conservative routine updates and notify only for review/uncertainty.
Obsidian
Use when an agent needs to read, search, create, or edit Markdown notes inside an Obsidian vault. Resolve the vault path, keep writes inside the vault root, and use filesystem-first note operations.
Agent Local Cloud Sync
Keep your agent's cloud host in sync with your laptop by auto-pulling the repo when you git push. Python 3 stdlib webhook listener + user-systemd service + HMAC-SHA256. No CI, no ngrok, no pip install. Built for vibe coders and agent builders who run one bot/agent/service on one droplet and just want push-to-deploy.
Project Memory
>-
Weekly Content Anchor
Create a single weekly narrative anchor that ties one proof asset to a 7-day content loop, so a brand can publish with coherence instead of posting random fragments.
Hermes On Digitalocean
Step-by-step guide for deploying a Hermes Agent (by Nous Research) to a DigitalOcean droplet so it runs 24/7 with messaging-platform access (Telegram, Discord, Slack, etc.). Covers provisioning via doctl, Python 3.11 bootstrap on Ubuntu 24.04, non-interactive Hermes install, profile setup, credential migration from a laptop, OAuth caveats, and gateway-as-systemd-service. Load this skill when a us…