원클릭으로
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