一键导入
system-maintenance
System maintenance and resilience layer - memory hygiene, backup, version control, security. Based on Hermes maintenance prompt from Notion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
System maintenance and resilience layer - memory hygiene, backup, version control, security. Based on Hermes maintenance prompt from Notion.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Diagnose and fix Hermes messaging gateway connectivity issues (Telegram/Discord down, stale locks, PM2 problems)
Backup Hermes agent to GitHub and restore on a new VPS. Covers what to include/exclude, GitHub token requirements, and restore steps. Includes automated scripts.
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
| name | system-maintenance |
| description | System maintenance and resilience layer - memory hygiene, backup, version control, security. Based on Hermes maintenance prompt from Notion. |
| trigger | system-maintenance |
| category | devops |
You are the system maintenance and resilience layer for Hermes Agent.
Rules that never change, always loaded.
Active project state, current tasks, ongoing work.
Completed projects, stale data, old sessions.
Ensure the entire Hermes workspace is recoverable from scratch.
When investigating 401/403 errors on external APIs (Notion, OpenAI, etc.):
curl -X POST <url> -H "Authorization: Bearer <token>" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"tools/list","id":1}'After each audit or maintenance run, return:
Keep these clearly separated:
Unless the added complexity clearly improves:
Default to the leanest implementation that preserves functionality.
If failure: