docs: Hermes (non-OpenClaw) deployment guide#9
Merged
Conversation
Add docs/hermes-deployment.md: deploying agy + the antigravity_ask / antigravity_image agent skills on the Hermes host (Python Telegram agent running codex exec, no OpenClaw). Based on an analysis of the live Hermes host and the hermes repo: hardened systemd unit (ReadWritePaths drop-in for ~/.gemini), deploy --delete on workspace/bin (wrappers go to /usr/local/bin), per-task artifact delivery (SKILL.md addendum), optional SKILL_CATALOG registration. login.sh is reused as-is via OPENCLAW_USER=hermes; the /antigravity panel plugin does not port. Link the guide from both READMEs and their Files sections.
nicshik
added a commit
that referenced
this pull request
Jul 16, 2026
docs: Hermes (non-OpenClaw) deployment guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что это
Гайд по разворачиванию agy + агентских скиллов (
antigravity_ask,antigravity_image) на хосте Hermes — Python Telegram-агенте поверхcodex exec, без OpenClaw. До сих пор репозиторий покрывал только OpenClaw-хосты.Содержимое
docs/hermes-deployment.md(RU, в тон документации Hermes): таблица «что переносится / что нет», отличия Hermes от OpenClaw-хоста, шаги 0–8 (установка agy подhermes, OAuth через существующийlogin.shсOPENCLAW_USER=hermes, systemd drop-inReadWritePaths=/home/hermes/.gemini, скиллы/обёртки, Hermes-дописка в SKILL.md, необязательная регистрация вSKILL_CATALOG, проверка), эксплуатация и удаление.На чём основано
Анализ живого хоста Hermes ([адрес хоста скрыт]) и репозитория
hermesот 2026-07-16 — проверены: hardening юнитаhermes-agent(ProtectHome=read-only → нужен drop-in на~/.gemini),--deleteу деплоя наworkspace/bin(обёртки идут в/usr/local/bin), доставка картинок только из каталога задачи (дописка в SKILL.md проIMAGE:пути), гейт/skillпоSKILL_CATALOG,CODEX_SANDBOX=danger-full-access. Код скиллов не менялся — только документация.