name: aiagent-utility-runner description: "ai-agent-campのユーティリティ・セットアップコマンドをCodexで実行するスキル。 「/guideを実行」「/setup-api-key」「ユーティリティコマンド」「Cursorのユーティリティを使いたい」等のリクエストで発動。" version: 1.0.0 author: AI Brain Partners dependencies: [] triggers:
- aiagent-utility-runner
- ユーティリティコマンド
- /guide
- /setup-api-key
- ユーティリティ実行
- utility runner
AI Agent Utility Runner
Use this skill to reproduce utility and setup command workflows in Codex.
Workflow
- Resolve the canonical command id from
data/codex-command-manifest.json. - Open the source markdown command file listed in the manifest.
- Reuse an existing Codex skill if one already matches the task.
- Otherwise, follow the source command instructions directly, using local scripts and files rather than pretending a slash runtime exists.
- When useful for testing or debugging, surface the handler trace from
tools/codex_command_router.py --trace.
Required References
data/codex-command-manifest.jsontools/codex_command_router.py.cursor/commands/utility/*.md.cursor/commands/*.md
Output
- The resolved utility id
- The source file being followed
- The local steps or scripts executed in Codex