بنقرة واحدة
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.