Skip to content

ever-just/company-dossier

Repository files navigation

Company Dossier

Know any company in minutes — a complete, sourced file built from the public record.

npm License: MIT Website

Website & widget · npm package · VS Code extension · Methodology


What it is

Company Dossier compiles a complete, source-attributed intelligence file on any business — entirely from public data — and lays it out so you can read the whole company in minutes instead of weeks of open tabs. Every dossier is organized into nine sections, and every claim is tied back to its source:

Overview & identity · People & org chart · Hiring radar · Money trail · Locations · Tech fingerprint · News & timeline · Relationship web · Risk flags

Public sources only. Free.

Four ways to use it

Use it Best for
🌐 Website widget companydossier.lol/generate — paste your Claude key, generate in-browser, download or push to a GitHub repo Anyone, no install
📦 npm (CLI + library + MCP) npx company-dossier <company-or-domain> Scripts, CI, AI agents
🧩 VS Code extension Marketplace / repo@dossier /research Working in your editor
📚 Methodology methodology/ — the full reproducible playbook Analysts & teams

Quick start

npx company-dossier acme.com          # writes a "<Company> DOSSIER/" folder + dossier.json
npm i -g company-dossier              # or install globally
import { buildDossier } from 'company-dossier';
const { json, files } = await buildDossier('acme.com');

An MCP server ships in the box (company-dossier-mcp / company-dossier-mcp-http, tool build_dossier) so ChatGPT, Claude, and other agents can generate dossiers too.

What makes it different

Most OSINT tools dump raw data. Company Dossier produces a structured, source-attributed, confidence-tagged intelligence file — readable in minutes, built only from public sources. See methodology/OVERVIEW.md for the full breakdown, validated results (613 structured files on a real company), and the 7-phase pipeline.

Repository structure

site/                      Source for companydossier.lol (zero-dependency static generator → docs/)
packages/
  company-dossier/         The npm package: CLI + library + MCP server
methodology/               The reproducible playbook (pipeline, architecture, tools, skills, case study)
integrations/              Claude Agent Skill + ChatGPT GPT / Apps-SDK (MCP) config
knowledge/                 Open Knowledge Format (OKF) base for agent consumption
reports/                   Dated audit artifacts (security, mobile/accessibility, copy)
growth/                    Discoverability & off-site distribution playbooks

The built site output (docs/) is generated by node site/build.mjs and is not checked in. See AGENTS.md for a deeper map and contributor conventions.

Links

License

MIT. Public information only — a dossier is a starting map; always verify before you act.

About

Build a complete, sourced intelligence dossier on any company from public data — website widget, npm CLI + library, MCP server, Claude skill & ChatGPT app. Free.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors