aevatar-codex-exec-node-setup

A guarded setup procedure for running Aevatar codexexec through either an operator-managed temporary sandbox or a private NyxID-hosted workspace.

In plain words
What is it for?
Use it to configure or repair a codexexec target, harden private SSH access, and prove readiness with the required public sample.
Why use it?
It helps choose the appropriate execution environment and verify that the configured target is actually ready.

Skill for Claude CodeCodex

Part of the nyxid plugin — 17 skills, 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/chronoaiproject/nyxid/aevatar-codex-exec-node-setup
Any agent
npx skills add ChronoAIProject/NyxID --skill aevatar-codex-exec-node-setup
Clone the repo
git clone --depth 1 https://github.com/ChronoAIProject/NyxID

Made for: Claude Code, Codex.

Or install nyxid, the plugin that ships this one along with the rest of its 17 skills, 1 command.

Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,118 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00088 $0.03118
Opus 5 $0.00044 $0.01559
Sonnet 5 $0.00018 $0.00624
Haiku 4.5 $0.00009 $0.00312

Measured 3d ago against content hash c2e02c6f26e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aevatar-codex-exec-node-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aevatar-codex-exec-node-setup/SKILL.md · 279 lines

How it starts

The opening of the file, as written. The whole thing — 279 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Configure Aevatar codex_exec

Invocation gate

Continue only when the user explicitly asks to configure, repair, or prove a codex_exec target, or explicitly invokes this skill. If this skill was selected speculatively, stop before mutation: route feasibility questions to aevatar-feasibility-advisor and failure attribution to aevatar-triage.

Choose exactly one target before changing state:

  • managed_sandbox: use for bounded one-shot work in an operator-selected, empty, ephemeral Git workspace. Explicitly prepare the eligible native NyxID user's invocation credential before normal execution; Aevatar then calls that user's exact chrono-sandbox UserService and receives a structured terminal result. No personal node or local Codex login is needed.
  • private_ssh: use when work must access a user-owned fixed Git workspace, host files, or host Codex configuration. The user owns the private NyxID node, SSH service, principal, forced-command wrapper, and Codex authentication.

Never mix fields between targets. Do not report either target as ready until its public Ornn sample succeeds through Aevatar with exact CODEX_EXEC_READY.

Guardrails

  • Never print, copy, or persist NyxID tokens, SSH private keys, Codex credentials, or auth.json into workflow input, logs, issue comments, or image layers.
  • Never let a workflow choose an image, provider, model flag, shell fragment, approval policy, workspace path, or sandbox bypass.
  • Never ask a caller to supply a raw key or token. Use the authenticated managed-credential lifecycle explicitly: POST /api/managed-codex/credential, then GET /api/managed-codex/credential. Normal codex_exec is credential-read-only and never provisions, reconciles, rotates, repairs, or retries credentials.
  • Keep a private node and SSH service personal unless the user explicitly authorizes organization ownership.
  • For private SSH, use a dedicated SSH key, pinned host key, forced command, fixed Git workspace, and Codex workspace-write; never add a dangerous sandbox bypass.

Read the full file on GitHub · 279 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 279 lines · 88 tokens per session scan A c2e02c6f26e5

Subscribe to this mod's changes

aevatar-codex-exec-node-setup is a skill published in the GitHub repository ChronoAIProject/NyxID (36 stars, last pushed 4d ago), licensed Apache-2.0. It adds 88 tokens to every session and 3,118 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories