aevatar-codex-exec-workflow-sample

aevatar-codex-exec-workflow-sample is a skill for Claude Code, Codex from ChronoAIProject/NyxID. It costs 86 tokens per session (1,883 once invoked), scanned A, original, Apache-2.0.

A verification workflow for checking that Codex can run a fixed, harmless task in either a managed sandbox or a private computer reached through SSH.

In plain words
What is it for?
Use it to verify Codex execution for a chosen target and to diagnose whether the managed or private SSH setup is ready.
Why use it?
It confirms the complete execution path works instead of relying only on configuration or basic connection checks.

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-workflow-sample
Any agent
npx skills add ChronoAIProject/NyxID --skill aevatar-codex-exec-workflow-sample
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.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aevatar-codex-exec-workflow-sample

README.md
[![agentmods](https://agentmods.dev/badge/skills/chronoaiproject/nyxid/aevatar-codex-exec-workflow-sample.svg)](https://agentmods.dev/skills/chronoaiproject/nyxid/aevatar-codex-exec-workflow-sample)
Your own site
<a href="https://agentmods.dev/skills/chronoaiproject/nyxid/aevatar-codex-exec-workflow-sample"><img src="https://agentmods.dev/badge/skills/chronoaiproject/nyxid/aevatar-codex-exec-workflow-sample.svg" alt="Measured on agentmods" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,883 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.00086 $0.01883
Opus 5 $0.00043 $0.00941
Sonnet 5 $0.00017 $0.00377
Haiku 4.5 $0.00009 $0.00188

Measured 4d ago against content hash a3fa07be80bd, 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-workflow-sample 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 4d 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-workflow-sample/SKILL.md · 170 lines

How it starts

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

Verify Aevatar codex_exec

Choose exactly one proof

Mount this skill from Ornn and run one bundled workflow for the configured target:

  • codex-exec-check: canonical managed chrono-sandbox/gVisor proof with no caller routing.
  • codex-exec-private-ssh-check: private NyxID node-backed SSH proof with only service and principal routing.

Configuration, health, UserService, node-online, and direct SDK/SSH checks are prerequisites, not completion evidence. Report codex_exec as usable only after the selected Aevatar workflow returns exact CODEX_EXEC_READY under that target's result contract.

Guardrails

  • Fetch the public skill from Ornn. Do not validate only a local workflow copy.
  • Keep the fixed probe prompt. Do not replace it with a real task.
  • Never place tokens, keys, auth.json, CODEX_HOME, local paths, model flags, images, providers, or sandbox flags in workflow input.
  • Do not mix target fields. Managed requires target.kind=managed_sandbox plus workspace.kind=empty_git; private requires nested target.private_ssh and no workspace.
  • Managed callers cannot choose a repository, workspace path, image, model, provider, credential, shell, Codex profile, approval policy, or sandbox flags.
  • Run through Aevatar as the native NyxID account being verified. Never pass a raw token. Before the managed proof, use the explicit authenticated credential lifecycle: POST /api/managed-codex/credential, then GET /api/managed-codex/credential. Continue only when execution_ready=true and execution_readiness_reason=ready; status=active alone is insufficient.
  • Normal codex_exec execution is credential-read-only. It never provisions, reconciles, rotates, repairs, or retries credentials.

Mount

Call use_skill with workflow mounting enabled:

{
  "skill": "aevatar-codex-exec-workflow-sample",
  "mount_workflows": true
}

Wait for the mount command to be accepted. Read-model visibility can propagate asynchronously. If mounting is unavailable, fetch this exact public Ornn version and submit the corresponding YAML under assets/ as explicit inline draft-run input; state clearly that it was an inline run.

Read the full file on GitHub · 170 lines

Files

What ships with it

2 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. 4d ago First seen · 170 lines · 86 tokens per session scan A a3fa07be80bd

Subscribe to this mod's changes

aevatar-codex-exec-workflow-sample is a skill published in the GitHub repository ChronoAIProject/NyxID (36 stars, last pushed today), licensed Apache-2.0. It adds 86 tokens to every session and 1,883 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.