Agent skill
opencrow-stego-toolbox
Use the OpenCROW steganography stack for hidden-data triage and extraction. Use when Codex needs `steghide`, `zsteg`, or when a full install tracks manual StegSolve or OpenStego setup.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/opencrow-stego-toolbox
SKILL.md
OpenCROW Stego Toolbox
Use this skill for image or audio artifacts that may hide data in metadata, bit planes, or container structures. It covers steghide for embedded payload extraction and zsteg for PNG/BMP stego triage.
Quick Start
Start the MCP server from the installed CLI:
opencrow-stego-mcp
Verify the mapped stack:
python ~/.codex/skills/opencrow-stego-toolbox/scripts/verify_toolkit.py
Workflow
- Start with
zstegwhen the target is a PNG or BMP and you suspect LSB or plane-based data hiding. - Start with
steghidewhen the file type matches its embedding model and a passphrase may be involved. - Combine this toolbox with
opencrow-forensics-toolboxwhen metadata or carved files may be involved too. - If a full profile was installed, use the manual StegSolve or OpenStego steps from the installer summary for GUI-assisted analysis.
- Prefer the MCP server operations first:
toolbox_info,toolbox_verify,toolbox_capabilities,stego_inspect, andstego_extract.
Resources
opencrow-stego-mcp: stdio MCP server for typed stego inspection and extraction workflows.scripts/verify_toolkit.py: confirm that the mapped stego tools are installed.references/tooling.md: quick guidance for choosing stego 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?