# Opencrow Osint Toolbox

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-02loveslollipop-opencrow-opencrow-osint-toolbox`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [02loveslollipop](https://agentstack.voostack.com/s/02loveslollipop)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [02loveslollipop](https://github.com/02loveslollipop)
- **Source:** https://github.com/02loveslollipop/OpenCROW/tree/main/skills/opencrow-osint-toolbox

## Install

```sh
agentstack add skill-02loveslollipop-opencrow-opencrow-osint-toolbox
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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:

```bash
opencrow-osint-mcp
```

Verify the mapped stack:

```bash
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.

- **Author:** [02loveslollipop](https://github.com/02loveslollipop)
- **Source:** [02loveslollipop/OpenCROW](https://github.com/02loveslollipop/OpenCROW)
- **License:** Apache-2.0

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-02loveslollipop-opencrow-opencrow-osint-toolbox
- Seller: https://agentstack.voostack.com/s/02loveslollipop
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
