agent-env-codex

Manage the envctl Codex agent harness through build and edit commands.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill agent-env-codex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-env-codex
Source: https://github.com/FlexNetOS/envctl/tree/main/agent-skills/agent-env-codex
Command: npx skills add https://github.com/FlexNetOS/envctl --skill agent-env-codex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rust, envctl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to rebuild, edit, repair, or upgrade the envctl Codex agent harness, providing comprehensive control over the Codex agent environment.

Core Features & Use Cases

  • Comprehensive Harness Management: Rebuild or edit the entire Codex harness, including prompts, Rust harness code, agents, teams, policies, rules, model routing, session capabilities, and active-skill materialization.
  • Automated Workflows: Automate workflows such as harness rebuilding, editing, repairing, and upgrading, with the option to toggle specific harness capabilities.
  • Use Case: When a user wants to update the Codex harness with new features, they can use this Skill to rebuild or edit the harness and apply the changes.

Quick Start

Use the agent-env-codex skill to rebuild the Codex harness:

/agent-env-codex rebuild

Frequently Asked Questions about agent-env-codex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I rebuild the envctl Codex agent harness after modifying prompts or policies?

To rebuild the envctl Codex agent harness, use the agent-env-codex skill to execute a rebuild command, which compiles the Rust harness code and applies your configuration changes to the agent environment.

What is the process to edit Codex agent model routing and session capabilities?

Editing Codex agent model routing involves using the agent-env-codex skill to modify the harness configuration, allowing you to toggle specific session capabilities and update routing rules for your agents.

Do I need Rust and envctl installed to customize the Codex agent environment?

Yes, you need Rust and the envctl toolchain installed, as the agent-env-codex skill requires Rust and associated tooling to build and run the Codex agent harness for customizations or bug fixes.

Can I automate the workflow to repair or upgrade the Codex agent harness?

Yes, you can automate harness repairing and upgrading workflows using the agent-env-codex skill, which provides scripts to manage and toggle specific harness capabilities without manual intervention.

What's the best way to update active-skill materialization in a Codex harness?

The best way to update active-skill materialization is by using the agent-env-codex skill to edit or rebuild the Codex harness, ensuring the active skills are correctly materialized into the agent environment.

Why does modifying the Codex harness require rebuilding the Rust code?

Modifying the Codex harness requires rebuilding the Rust code because the envctl agent harness is compiled, meaning structural changes to agents, teams, or rules need a rebuild to take effect in the environment.