aiagent-utility-runner

Execute ai-agent-camp utility commands from manifest and local files.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-utility-runner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiagent-utility-runner
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/skills/aiagent-utility-runner
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill aiagent-utility-runner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the execution of ai-agent-camp utility and setup commands inside Codex, connecting manifest-driven workflows to actionable steps.

Core Features & Use Cases

  • Resolve canonical command IDs from data/codex-command-manifest.json and follow the source markdown commands.
  • Reuse existing Codex skills when possible, or execute local instructions directly with scripts and files.
  • Useful for testing, debugging, and standardizing utility workflows across environments.

Quick Start

Run the utility runner in a Codex session by triggering a command like /guide to initialize the workflow.

Frequently Asked Questions about aiagent-utility-runner

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

FAQPage Schema
How do I automate utility command execution inside Codex using a manifest?

Automating utility command execution inside Codex requires resolving canonical command IDs from data/codex-command-manifest.json and routing them to existing skills or local scripts for actionable workflow steps.

What is a Codex command manifest and when do I need it for workflow automation?

A Codex command manifest is a JSON file that maps canonical command IDs to source markdown instructions. You need it when standardizing or automating utility workflows across different testing and debugging environments.

Can I reuse existing Codex skills to run local instructions and scripts?

Yes, you can reuse existing Codex skills to run local instructions. The runner routes commands to available skills when possible, otherwise executing local scripts and files directly.

Does the Codex command router work with local .cursor/commands files?

Yes, the Codex command router validates integration with local .cursor/commands files alongside tools/codex_command_router.py and the manifest to ensure proper command resolution and execution.

What's the best way to standardize utility workflows across environments in Codex?

Standardizing utility workflows across environments is best achieved by validating integration against a central command manifest and reusing existing Codex skills or local scripts for consistent execution.

Why does my Codex utility command fail to resolve from the manifest?

Codex utility command resolution fails when the command ID is missing or misconfigured in data/codex-command-manifest.json, or when the router cannot find the corresponding source markdown or local .cursor/commands files.