一键导入
hermes-sync-configure
Set up or repair Hermes auto-sync infrastructure: cron jobs, repo sync script, SOUL.md rules, deploy.sh restoration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Set up or repair Hermes auto-sync infrastructure: cron jobs, repo sync script, SOUL.md rules, deploy.sh restoration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when generating scheduled reports from Reddit subreddits via Composio Reddit tools (REDDIT_GET_R_TOP, REDDIT_SEARCH_ACROSS_SUBREDDITS, REDDIT_RETRIEVE_POST_COMMENTS). Covers fetching posts, computing engagement, extracting top comments, and producing either a single-page PDF (fpdf2) or a text summary for group chat delivery.
Author in-repo SKILL.md: frontmatter, validator, structure, and writing-quality principles.
Manage the Hermes WebUI (nesquena/hermes-webui) deployment, configuration, and troubleshooting. Covers systemd service, settings.json, send_key behavior, Caddy reverse proxy, CI/CD integration via deploy.sh.
Systematically orient in a new project repository using Kairos governance, Hindsight memory banks, and documentary axis reading order. Covers REPOMAP, MASTER-SPEC, RULES, infrastructure exploration, and state verification.
Process, summarize, and extract information from YouTube videos. Covers metadata lookup, transcript extraction, and content analysis for wrestling analysis and general video research.
Workflow completo para mantener la Knowledge Base Personal (Narrativa Mitologica) de Martin. Cubre sesion de actualizacion, clasificacion KR2, propuesta KR1, ejecucion via Kilo CLI, compile y push.
| name | hermes-sync-configure |
| description | Set up or repair Hermes auto-sync infrastructure: cron jobs, repo sync script, SOUL.md rules, deploy.sh restoration. |
| version | 1.2.0 |
| author | Toolset Personal |
| platforms | ["linux"] |
| metadata | {"hermes":{"tags":["infrastructure","cron","sync","hindsight-banks"],"triggers":["sync","banks","cron job","auto-sync","export banks"]}} |
Configures the daily auto-sync pipeline that versions all Hermes Agent artifacts (SOUL.md, config, skills, memory, scripts, Hindsight bank dumps) into the toolset repo.
infrastructure/hermes/sync-hermes-to-repo.sh — copies from ~/.hermes/ to the repo:
SOUL.md → infrastructure/hermes/SOUL.mdconfig.yaml → infrastructure/hermes/config.yamlmemories/MEMORY.md + USER.md → infrastructure/hermes/memory/skills/ (full snapshot, minus curator internals) → infrastructure/hermes/skills/scripts/ → infrastructure/hermes/scripts/hooks/ → infrastructure/hermes/hooks/| Cron | Time | What it does |
|---|---|---|
hermes-sync-files | 01:00 UTC | Runs the bash sync script (no_agent). Commits + pushes file artifacts. |
hermes-sync-banks | 02:00 UTC | Agent-driven: discovers ALL non-default banks (~16 active: hermes, toolset, toolset-profile, personal-profile, personal-buffer, chat-profile, wwe-profile, entrenador-profile, desarrollo-trazambiental-profile, trazambiental-profile, researchit, kairos, yacv, evidencia-zero, cl-concerts-db, witral), exports each as JSON dump, runs reflect + retain per bank, commits + pushes. |
Adds to ~/.hermes/SOUL.md:
Adds restoration of config.yaml, memory files, and scripts from repo to ~/.hermes/ during CI/CD.
See references/bank-sync-execution.md for the detailed step-by-step procedure used by the hermes-sync-banks cron job, including cron-mode constraints and data extraction techniques.
REPO_DIR and HERMES_HOME env varscronjob(action='list')hermes-skills/ subdirapprovals.cron_mode prevents execute_code. Use terminal() with inline Python instead for data processing.cronjob(action='list')
ls infrastructure/hermes/
bash infrastructure/hermes/sync-hermes-to-repo.sh