Custom skills for Hermes Agent — built for a homelab running crypto infrastructure, isolated sandbox services, and system monitoring.
| Skill | Description |
|---|---|
isolate-service |
Local Cloudflare Dynamic Workers-style service — V8 isolates + WASM sandbox |
isolate-agents |
Build isolate-powered monitoring agents (cron fetch → threshold logic → alert) |
isolate-execution |
Run sandboxed code in V8 isolates, WASM, and WASM runtimes |
monero-node |
Manage a Monero full/pruned node — troubleshooting, sync, peers |
system-backup |
Pre-change snapshot of configs, services, and data (excludes rebuildable) |
systems-maintenance |
Server maintenance, monitoring, security hardening |
remote-docker-recreate |
Recreate Docker containers on remote machines (Unraid/Portainer) |
tailscale-setup |
Password-less sudo + Tailscale VPN setup |
webhook-subscriptions |
Event-driven agent activation via webhooks |
docker-install |
Install Docker Engine on Ubuntu/Debian |
lvm-extend |
Extend LVM logical volumes from free VG space |
honcho-conclude |
Write durable observations to Honcho memory |
unraid-bypass-shfs-for-node-datadirs |
Bypass Unraid SHFS for Node.js data directories |
unraid-container-limits |
Set Docker container resource limits on Unraid |
unraid-container-repoint |
Repoint Unraid Docker container paths |
unraid-docker-cleanup |
Clean up Unraid Docker images and volumes |
unraid-shfs-audit |
Audit Unraid SHFS mount performance |
| Skill | Description |
|---|---|
crypto-trading |
Hummingbot stack orchestration — Orca CLMM, Kraken, Jupiter swaps |
crypto-infra-monitor |
Monitoring checklist for crypto infra (LP bot, SOL price, Monero sync) |
monero-mining |
XMRig setup — MoneroOcean fork, algo-switching, p2pool integration |
orca-lp-rebalance |
Rebalance out-of-range Orca SOL/USDC CLMM positions |
defillama-free-fetch |
Fetch TVL, yields, and volume from DefiLlama free API |
dexscreener-mcp |
DexScreener MCP server — real-time DEX pair data, token profiles, search |
kraken-grid-executor-setup |
Set up Hummingbot grid executors on Kraken |
| Skill | Description |
|---|---|
dogfood |
Systematic exploratory QA testing of web applications |
hermes-webui |
Deploy Hermes WebUI as a systemd service with LAN access |
Copy any skill directory to ~/.hermes/skills/<category>/<skill-name>/ and Hermes will auto-discover it.
# Example: add the crypto-trading skill
cp -r finance/crypto-trading ~/.hermes/skills/finance/Or clone the entire repo and symlink:
git clone https://github.com/scotthawk-maker/hermes-skills.git
ln -s $(pwd)/hermes-skills/skills/* ~/.hermes/skills/Skills in this repo have been scrubbed of credentials. Replace <REDACTED>, <UNRAID_IP>, <password>, and <user>:<pass> placeholders with your own values.
MIT