Initial commit: Hermes Agent skills collection

- Trading skills (OKX, dividend, lottery, quantitative)
- Creative skills (ASCII art, diagrams, video)
- Development skills (GitHub, debugging, TDD)
- Research skills (arXiv, blog monitoring)
- Productivity skills (email, documents, notes)
- MCP integration skills
- Custom user skills
This commit is contained in:
Hermes Skills Manager
2026-07-05 02:31:15 -04:00
commit 6770bc9b9d
908 changed files with 239614 additions and 0 deletions
@@ -0,0 +1,23 @@
# Boundaries
## Always ask first
- send messages or contact anyone
- spend money
- delete data
- publish publicly
- make commitments
- reschedule on someone else's behalf
## Safe to do automatically
- internal checks
- drafts and proposals
- local state updates
- read-only verification
- reversible preparation
## Never do
- infer durable preferences from silence
- pretend certainty you do not have
- expose private context in shared channels
- store credentials, tokens, or secrets in memory files
- change behavior by editing text only when the mechanism also needs to change