AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Opencrow Osint Toolbox

skill-02loveslollipop-opencrow-opencrow-osint-toolbox · by 02loveslollipop

Use the OpenCROW OSINT stack for username enumeration, archive lookup, and public search workflows. Use when an agent needs `sherlock`, `waybackpy`, `shodan`, or when a full install tracks manual theHarvester setup.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-02loveslollipop-opencrow-opencrow-osint-toolbox

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-02loveslollipop-opencrow-opencrow-osint-toolbox)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● today

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Opencrow Osint Toolbox? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

OpenCROW OSINT Toolbox

Runtime preflight

Probe required commands with command -v and Python modules with importlib.util.find_spec before use. Prefer a PATH-resolved OpenCROW MCP helper or the ctf/sage environment when available, then the managed helper or system Python. If a capability is missing, stop that path safely and report the exact missing command or module.

Use this skill for challenges that depend on public-source reconnaissance rather than direct target exploitation. It covers username hunting with sherlock, historical site lookups with waybackpy, and Shodan-backed discovery with the shodan CLI and Python client.

Quick Start

Start the MCP server from the installed CLI:

opencrow-osint-mcp

Verify the mapped stack:

python3 scripts/verify_toolkit.py

Workflow

  1. Use sherlock for username reuse checks across public services.
  2. Use waybackpy when the clue may exist in an archived site snapshot.
  3. Use shodan when the problem involves public internet exposure, banners, or service fingerprints.
  4. If a full profile was installed, treat theHarvester as a manual follow-up tool from the installer summary.
  5. Prefer the MCP server operations first: toolbox_info, toolbox_verify, toolbox_capabilities, osint_username_lookup, osint_archive_lookup, and osint_shodan_lookup.

Resources

  • opencrow-osint-mcp: stdio MCP server for typed username, archive, and Shodan lookups.
  • scripts/verify_toolkit.py: confirm that the mapped OSINT tools are installed.
  • references/tooling.md: quick guidance for choosing OSINT tools.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.