Agent skill
opencrow-utility-toolbox
Use the OpenCROW utility stack for shell-heavy CTF workflows. Use when Codex needs `jq`, `yq`, `xxd`, `tmux`, `screen`, `rg`, or `fzf` to glue a larger workflow together.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/opencrow-utility-toolbox
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?