osint-deploy

osint-deploy is a skill for Claude Code from soxoj/claude-osint-deploy. It costs 175 tokens per session (6,638 once invoked), scanned B, original, MIT.

A setup and verification guide for open-source OSINT tools—software used to gather information from public sources. It identifies what a GitHub repository contains and chooses a suitable installation method for your operating system.

In plain words
What is it for?
Use it to inspect, install, run, and verify OSINT tools from GitHub on macOS, Windows, or Linux. It covers tools distributed as binaries, Docker images, Python packages, npm packages, or Go programs.
Why use it?
It avoids treating a successful install command as proof that the tool works, especially when OSINT projects have outdated dependencies or dead services. It also keeps installations isolated and limits checks to authorised, low-volume requests.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the osint-deploy plugin — 1 skill shipped together

Good fit Use it to inspect, install, run, and verify OSINT tools from GitHub on macOS, Windows, or Linux. It covers tools distributed as binaries, Docker images, Python packages, npm packages, or Go programs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/soxoj/claude-osint-deploy/osint-deploy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add soxoj/claude-osint-deploy --skill osint-deploy
Clone the repo
git clone --depth 1 https://github.com/soxoj/claude-osint-deploy

Made for: Claude Code.

Or install osint-deploy, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for osint-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/soxoj/claude-osint-deploy/osint-deploy.svg)](https://agentmods.dev/skills/soxoj/claude-osint-deploy/osint-deploy)
Your own site
<a href="https://agentmods.dev/skills/soxoj/claude-osint-deploy/osint-deploy"><img src="https://agentmods.dev/badge/skills/soxoj/claude-osint-deploy/osint-deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 175 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,638 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00175 $0.06638
Opus 5 $0.00088 $0.03319
Sonnet 5 $0.00035 $0.01328
Haiku 4.5 $0.00017 $0.00664

Measured 8d ago against content hash a5f0de89ab2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

osint-deploy scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/env_probe.py, scripts/recon.py, scripts/verify.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

**Never** `pip install` into the system interpreter, never `sudo pip`.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

the install, `curl` the endpoint it scrapes and look for a challenge/redirect.
skills/osint-deploy/SKILL.md · 332 lines

How it starts

The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OSINT tool deploy & verify

Goal: the tool is installed, isolated, and proven to run on this machine — not "the install command exited 0".

Non-negotiable: never report success without Phase 5 evidence. OSINT tools rot fast (dead APIs, stale pins, abandoned repos). A green pip install means nothing.

Scope

Deploy/verify tooling only. Run tools against targets the user is authorised to investigate, use documented example targets for verification, keep verification to a single low-volume request, and honour each tool's rate limits and the target's ToS. Report which sources need API keys instead of hunting for ways around them.


Phase 0 — Environment (once per machine)

python3 scripts/env_probe.py       # or: py scripts/env_probe.py  on Windows

Cache the output in the conversation; it decides everything below. If python3 itself is missing, read references/stacks.md § Bootstrap.

Phase 1 — Recon the repo (never guess)

One command clones the repo and prints every fact below:

python3 scripts/recon.py <owner/repo>        # clones into ~/osint_tools/src/<repo>

It reports stars/last-commit/archived, entry points, manifest files, the CI matrix and CI's own test commands, requires-python/go/node engines, system packages, API keys named in the README, release assets, Docker files, test dirs, and the README's example invocations. Read the CI section first. Fall back to reading by hand only for what it flags as missing:

Read What you get
.github/workflows/*.yml The ground truth: supported OS matrix, Python/Go/Node versions, system packages, the exact test command. Read this before anything else.
README* Install commands, example invocations with expected output (Phase 5 T2 material), required API keys
pyproject.toml / setup.py / requirements*.txt requires-python, deps, entry points
go.mod / package.json / Cargo.toml Toolchain version
Dockerfile, docker-compose.yml An official, pre-solved dependency set
Releases / tags via gh release list or the API Prebuilt binaries → zero toolchain
Last commit date, open issues Abandoned repo? Expect stale pins; jump to a pinned interpreter or Docker early

Read the full file on GitHub · 332 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 332 lines · 175 tokens per session scan B a5f0de89ab2a

Subscribe to this mod's changes

osint-deploy is a skill published in the GitHub repository soxoj/claude-osint-deploy (12 stars, last pushed 10d ago), licensed MIT. It adds 175 tokens to every session and 6,638 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

create-kr-patch

Use for Korean (Hangul) fan translations of retro console or PC games, including ROM or disc analysis, text-engine reverse engineering, Hangul fonts and custom encodings, script extraction and reinsertion, code hooks, reproducible product builds, and emulator verification. Apply it to new investigations and follow-up…

mcpads/create-retro-game-kr-patch · 109 tokens

0xarchive

Query historical and real-time crypto market data from 0xArchive across two top-level venue APIs: Hyperliquid and Lighter.xyz. HIP-3 builder perps live under the Hyperliquid namespace at /v1/hyperliquid/hip3. HIP-4 outcome markets (binary prediction markets like 'Will BTC be >= X by date Y?') live at…

0xArchiveIO/0xarchive-skill · 310 tokens

make-brief

Produce a local HTML page a human can actually read and decide from - a narrative decision brief, an item-by-item technical review page, or a mechanism explainer that walks through a system and its terminology. Triggers when the user says "write this up as an HTML page for me", "I don't follow, give me the full…

WatsonTsai/smart-brief · 0 tokens

quiz-me

Quiz the user on root cause and intended fix BEFORE writing any non-trivial code, then verify comprehension of every change after. Use when the user asks for a bug fix, refactor, or feature and wants to stay technically sharp instead of vibe-coding. Also use when the user says "quiz me", "don't let me vibe code", or…

emanzurv/quiz-me-skill · 82 tokens

slopmop

Trigger when you would normally reach for pytest, gh, mypy, black, or other raw repo tooling. Redirect to sm swab, sm scour, sm buff, sm sail, sm refit, or sm doctor so remediation follows the established rails. Also trigger when asked to "install" or "set up" slop-mop in a repo, or when you find a repo with sm…

ScienceIsNeato/slop-mop · 186 tokens

markup-mode

Add a frontend-only review/markup layer to any HTML artifact, Markdown document, or live UI so a reviewer can anchor comments to specific text or specific elements, then compile them into tagged Markdown for an agent to act on. Use when the user wants to "mark up this page", "add a review/comment layer", "annotate…

spunt/markup-mode · 146 tokens