@whiteintel/skills
v0.1.0
Published
WhiteIntel skills catalog — agent-callable corporate & offshore ownership intelligence (companies, entities, ownership paths). Machine-readable manifest for MCP / n8n / agent runtimes.
Downloads
21
Maintainers
Readme
@whiteintel/skills
The WhiteIntel skills catalog as data — agent-callable corporate & offshore ownership intelligence: look up UK companies, search entities (companies + people), and trace ownership chains to the ultimate beneficial owner. Free & open, no auth.
Mirrors the live manifest at https://whiteintel.dev/api/public/skills.json.
import skills, { getSkill } from "@whiteintel/skills";
skills; // → array of skill descriptors (id, name, endpoint, params, prompts)
getSkill("trace-ownership-path");Each skill maps to a live endpoint under https://whiteintel.dev/api/public/*
and is also exposed as an MCP tool via @whiteintel/mcp-server
(npx -y @whiteintel/mcp-server).
MIT © whiteintel.dev
