codex

Execute autonomous code tasks via OpenAI Codex CLI with configurable sandbox modes.

7|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/eyadsibai/ltk --skill codex-eyadsibai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex
Source: https://github.com/eyadsibai/ltk/tree/main/plugins/ltk-core/skills/codex
Command: npx skills add https://github.com/eyadsibai/ltk --skill codex-eyadsibai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables autonomous code generation, modification, and execution, streamlining development workflows by leveraging AI models like OpenAI Codex.

Core Features & Use Cases

  • Autonomous Code Execution: Execute tasks like implementing features, fixing bugs, or refactoring code without manual intervention.
  • Flexible Sandbox Modes: Control the execution environment from read-only analysis to full system access.
  • Model Selection: Choose specific AI models for tailored performance.
  • Use Case: Instruct the AI to "implement user authentication" for your web application, and it will autonomously write, test, and integrate the necessary code.

Quick Start

Use codex exec --full-auto "implement user authentication" to autonomously implement user authentication.

Frequently Asked Questions about codex

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

FAQPage Schema
How do I automate code generation and execution for implementing new features?

Autonomous code execution is controlled through flexible sandbox modes including read-only for analysis, workspace-write for modifications, and danger-full-access for full system interaction, ensuring safe execution boundaries for your AI tasks.

Can I select a specific AI model for autonomous code generation and bug fixing?

Yes, you can select specific AI models for tailored performance during autonomous code generation. This model selection allows you to optimize the AI's execution capabilities for your particular code analysis, bug fixing, or feature implementation tasks.

How do I use OpenAI Codex to autonomously fix bugs in my codebase?

Yes, you can use this with OpenAI GPT models. It provides autonomous code execution capabilities using OpenAI Codex CLI for tasks such as code analysis, feature implementation, and bug fixing, streamlining development workflows by leveraging AI.

What are the limitations of using danger-full-access sandbox mode for autonomous code execution?

The danger-full-access sandbox mode removes execution boundaries, allowing autonomous code execution to interact fully with your system. You should anticipate potential edge cases and use this level of access only when read-only or workspace-write modes are insufficient for your task.