Agent skill
opencrow-forensics-toolbox
Use the OpenCROW forensics stack for memory dumps, metadata extraction, and carved-file workflows. Use when Codex needs `volatility3`, `exiftool`, `foremost`, or when a full install tracks manual Autopsy setup.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/opencrow-forensics-toolbox
SKILL.md
OpenCROW Forensics Toolbox
Use this skill for challenge artifacts that look like disk, memory, firmware, or metadata problems. It covers RAM analysis with volatility3, metadata extraction with exiftool, and file carving with foremost.
Quick Start
Start the MCP server from the installed CLI:
opencrow-forensics-mcp
Verify the mapped stack:
python ~/.codex/skills/opencrow-forensics-toolbox/scripts/verify_toolkit.py
Workflow
- Start with
exiftoolwhen the artifact is an image, document, archive, or file bundle that may hide metadata clues. - Use
foremostwhen the challenge is about recovering deleted or embedded files from a blob or disk image. - Use
volatility3when the artifact is a memory dump or live-memory-style capture. - If a full profile was installed, use the manual Autopsy step from the installer summary for GUI-heavy disk forensics.
- Read references/tooling.md for quick selection notes.
- Prefer the MCP server operations first:
toolbox_info,toolbox_verify,toolbox_capabilities,forensics_metadata,forensics_carve, andforensics_memory_inspect.
Resources
opencrow-forensics-mcp: stdio MCP server for typed metadata, carving, and memory workflows.scripts/verify_toolkit.py: confirm that the mapped forensics tools are installed.references/tooling.md: quick guidance for choosing between memory, metadata, and carving tools.
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?