원클릭으로
ephemeral-system-prompt
Inject non-persisting system prompts via environment variables.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inject non-persisting system prompts via environment variables.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Guides Cloudflare One Zero Trust and SASE work across Access, Gateway, WARP, Tunnel, Cloudflare WAN, DLP, CASB, device posture, and identity. Use when designing, configuring, troubleshooting, or reviewing Cloudflare One deployments. Retrieval-first: use current Cloudflare docs/API schemas instead of embedded product docs.
Use when scheduling recurring polls, read-only monitors, or background jobs that must survive shell session boundaries.
Discover, register, and maintain Hermes skills from non-default paths (plugin directories, external repos, shared vaults). Use when skills are missing from `skills_list()`, when the user mentions plugin skills, when symlinking skills, or when reconciling duplicate/overlapping skills between the default tree and external sources.
Operate the Antigravity CLI (agy): plugins, auth, sandbox.
Tune HERMES_STREAM_RETRIES for mid-stream reconnect resilience.
Manage parallel Hermes sessions in Telegram topics.
| name | ephemeral-system-prompt |
| description | Inject non-persisting system prompts via environment variables. |
| version | 0.1.0 |
| author | Hermes |
| metadata | {"hermes":{"tags":["Configuration","Runtime","SystemPrompt"]}} |
Use the HERMES_EPHEMERAL_SYSTEM_PROMPT environment variable to inject instructions into the agent's system prompt that are not persisted to conversation history. This is used for transient constraints, temporary personas, or runtime-specific overrides that should not pollute long-term memory or session logs.
hermes binary is executed.Set the environment variable before invoking the agent through the terminal tool.
HERMES_EPHEMERAL_SYSTEM_PROMPTexport HERMES_EPHEMERAL_SYSTEM_PROMPT="You are currently operating in [MODE]. Prioritize X over Y for this session."
hermes
session_search or memory tools after the process exits.Verify the behaviorally injected constraint by asking the agent to perform a task that conflicts with its default state but aligns with the ephemeral prompt.