codex-runner-creator

Create and validate Codex environment.toml files with startup commands.

14|Updated May 27, 2026
One-click install
npx skills add https://github.com/mlhiter/skills --skill codex-runner-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-runner-creator
Source: https://github.com/mlhiter/skills/tree/main/skills/codex-runner-creator
Command: npx skills add https://github.com/mlhiter/skills --skill codex-runner-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, repairing, or refining local environment action files for Codex, reducing the time spent on manual setup and configuration.

Core Features & Use Cases

  • Local Environment Setup: Generate and modify .codex/environments/environment.toml files.
  • Action Creation: Configure project startup commands and actions like 运行, dev, start, etc.
  • Validation: Ensure syntax and runtime behavior of the .codex/environments/environment.toml files.
  • Use Case: For a developer who needs to create a run button in the Codex app environment panel for a local project, this Skill automates the creation of the necessary environment configuration and commands.

Quick Start

Create a local Codex environment action for the project 'my-project' with the command 'start'.

Frequently Asked Questions about codex-runner-creator

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

FAQPage Schema
How do I create a local environment configuration for Codex?

To create a local environment configuration for Codex, you need to generate and modify the `.codex/environments/environment.toml` file to define your project's startup commands and environment-specific actions.

How do I add a startup command like 'dev' to my Codex project actions?

You can add a startup command like 'dev' to your Codex project actions by configuring the specific command entries within the `.codex/environments/environment.toml` file for your local project workflows.

Can I validate the syntax and runtime behavior of environment.toml files?

Yes, you can validate the syntax and runtime behavior of `.codex/environments/environment.toml` files to ensure your local project terminal execution commands are configured correctly and will run without errors.

What is the best way to automate local environment setup for Codex?

The best way to automate local environment setup for Codex is by using a configuration tool to generate, repair, and refine the `.codex/environments/environment.toml` file, reducing manual setup time for terminal execution workflows.

Why does my Codex run button not execute the startup command correctly?

Your Codex run button may fail to execute the startup command if the `.codex/environments/environment.toml` file contains syntax errors or incorrect environment-specific action configurations that require validation and repair.