OpenCROW Utility Toolbox
Use this skill when the blocker is shell ergonomics or structured-data processing rather than a challenge-specific exploit primitive. It covers the “glue” layer that makes larger CTF workflows faster: jq, yq, xxd, tmux, screen, ripgrep, fzf, opencrow-autosetup, and opencrow-exploit.
Quick Start
Start the MCP server from the installed CLI:
opencrow-utility-mcp
Verify the mapped stack:
python ~/.codex/skills/opencrow-utility-toolbox/scripts/verify_toolkit.py
Workflow
- Start with the MCP server and call
toolbox_info,toolbox_verify, andtoolbox_capabilities. - Use
utility_searchfirst when a workspace is large and you need to narrow the problem before opening files manually. - Use
utility_json_queryorutility_yaml_querywhen configs, API responses, or challenge metadata need slicing before deeper analysis. - Use
utility_hexdumpwhen you need a fast bounded hex view of a file region. - Use
tmuxorscreenwhen the task benefits from persistent panes or background sessions. - Use
opencrow-autosetupto seed a standard challenge workspace with OpenCROW reconnaissance artifacts, maintainHANDOFF.md, and launch a reconnaissance-only Codex pass that selects the final category-specificAGENTS.md. - Use
opencrow-exploitto launch the follow-up Codex solve pass from theAGENTS.mdandHANDOFF.mdartifacts created by autosetup.
Resources
opencrow-utility-mcp: stdio MCP server for typed workspace search, jq/yq queries, and xxd hexdumps.scripts/verify_toolkit.py: confirm that the mapped workflow helpers are installed.references/tooling.md: quick guidance for common shell utility choices.