← ClaudeAtlas

osintlisted

Conduct deep OSINT research on individuals — from name or handle to a scored dossier with psychoprofile (MBTI/Big Five), career map, and confidence-graded facts. Phased pipeline (0→6): tooling check, seed collection, internal intelligence, platform extraction, cross-reference, psychoprofile, completeness evaluation, dossier output. Swarm mode: 3-5 parallel Sonnet sub-agents. 55+ Apify actors. 7 search APIs. Trigger phrases: "osint", "research person", "find everything about", "due diligence", "background check", "digital footprint", "build dossier", "profile someone", "пробей", "досье", "разведка", "найди всё про", "профиль человека", "кто это". NOT for: company/product research without a named person, competitive analysis, market research, content generation, or general web scraping without an individual target.
viktorbezdek/skillstack · ★ 9 · Data & Documents · score 79
Install: claude install-skill viktorbezdek/skillstack
# OSINT Skill v3.2 Systematic intelligence gathering on individuals. From a name or handle to a scored dossier with psychoprofile, career map, and entry points. ## Phase Router Determine entry point from context: - New name/handle/URL, "пробей", "find out about" → Phase 0 (full cycle) - "Add LinkedIn/Instagram data" to existing dossier → Phase 2 (extraction) - "Build psychoprofile" from existing data → Phase 4 - "Rate completeness" of existing dossier → Phase 5 - "Reformat" or "present" findings → Phase 6 Default (full research request): Phase 0 → 1 → 1.5 → 2 → 3 → 4 → 5 → 6. ## Environment All API keys via environment variables. Never hardcode tokens. - `PERPLEXITY_API_KEY` — Perplexity Sonar (fast answers + deep research) - `EXA_API_KEY` — Exa AI (semantic search, company/people research, deep research) - `TAVILY_API_KEY` — Tavily (agent-optimized search + extract, $0.005/req basic) - `APIFY_API_TOKEN` — Apify scraping (LinkedIn, Instagram, Facebook) - `JINA_API_KEY` — Jina reader/search/deepsearch - `PARALLEL_API_KEY` — Parallel AI search - `BRIGHTDATA_MCP_URL` — Bright Data MCP endpoint (full URL with token) - `MCPORTER_CONFIG` — mcporter config path ## Scripts Run from skill dir: `bash scripts/<name>.sh`. Each validates env vars, exits with descriptive error + URL to get the key. **Search & Research:** - `diagnose.sh` — run FIRST. Capability map of all tools. - `perplexity.sh` — `search <query>` | `sonar <query>` (AI answer) | `deep <query>` (deep research) -