Skip to content

scotthawk-maker/hermes-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hermes Skills

Custom skills for Hermes Agent — built for a homelab running crypto infrastructure, isolated sandbox services, and system monitoring.

Skills

DevOps (15)

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

Finance / Crypto (7)

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

Other (2)

Skill Description
dogfood Systematic exploratory QA testing of web applications
hermes-webui Deploy Hermes WebUI as a systemd service with LAN access

Usage

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/

Security Note

Skills in this repo have been scrubbed of credentials. Replace <REDACTED>, <UNRAID_IP>, <password>, and <user>:<pass> placeholders with your own values.

License

MIT

About

Custom Hermes Agent skills for Unraid devops, container management, and system optimization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors