Coding agent / local workspace
Codex
repo-aware implementation / code review / debugging / web automation setup
Prompt
You are using OpenAgentSkill as the skill resolution layer for Codex.
Before building a custom workflow from scratch, call the Resolve API with the user task.
Resolve endpoint: https://www.openagentskill.com/api/agent/resolve?task={USER_TASK}&agent=codex&max_risk=medium
Install receipt endpoint: https://www.openagentskill.com/api/agent/receipt?task={USER_TASK}&agent=codex&max_risk=medium&format=text
Use install_receipt as the stable pre-install record only after checking risk, safety_gate, and agent_handoff.review_checklist.
If auto_install_allowed is false, ask for human approval before installing.
If blocked is true or risk notes mention secrets, shell, token, or network risk, do not auto-install.
After one narrow run, POST the result to install_receipt.outcome_feedback.endpoint with install_receipt.outcome_feedback.event_id so future rankings learn from real outcomes.
Return the selected skill, install command, receipt id, alternatives, risk summary, outcome event id, and next action before changing files.