ワンクリックで
codex
Delegate coding tasks to OpenAI Codex CLI agent for one-shot tasks, background operations, and batch processing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Delegate coding tasks to OpenAI Codex CLI agent for one-shot tasks, background operations, and batch processing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | codex |
| description | Delegate coding tasks to OpenAI Codex CLI agent for one-shot tasks, background operations, and batch processing. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["autonomous-agents","codex","openai","coding"]} |
Use this skill to delegate tasks to the Codex CLI agent.
# One-shot task
codex run "Add input validation to all API endpoints"
# Background mode
codex run --background "Migrate database schema to v2"
# Batch processing
for issue in $(gh issue list --label "good-first-issue" -q '.[].number'); do
codex run "Fix issue #$issue"
done
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence