call-codex

Call codex to perform a task

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "call-codex" with this command: npx skills add dotneet/claude-code-marketplace/dotneet-claude-code-marketplace-call-codex

Call codex to perform a task

Call codex to perform a task.

Checking for the Existence of codex

Check if codex is installed. Exit code 0 means success, 1 means failure.

If not installed, skip the subsequent steps of the skill.

which codex if [ $? -ne 0 ]; then echo "codex is not installed" fi

Requesting a Task to codex

This task may take a long time. If the timeout value of the Bash tool can be set, please specify the maximum timeout value.

codex exec --sandbox danger-full-access <<EOT {task_description} EOT

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

typescript-react-reviewer

No summary provided by upstream source.

Repository SourceNeeds Review
-2.1K
dotneet
Coding

code-modularization-evaluator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

prompt-improver

No summary provided by upstream source.

Repository SourceNeeds Review