Company cli
Use the local `company` CLI for German Handelsregister, OffeneRegister, and OpenCorporates company lookup with structured output. Prefer it when an agent needs registry-backed company research before lead scoring, outreach, or CRM/database updates.From its SKILL.md
npx -y skills add SebastianBoehler/agent-cli-utils --skill company-cliAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.6 KB, 320 tokens by cl100k_base, as published. Nobody here has run it
Company CLI
Use company to search company registries and return normalized JSON/YAML/text output.
Invoke the Tool
Prefer the installed binary when it exists:
company search "Acme GmbH" --city Berlin --source handelsregister --format json
If working inside this repository or the binary is not installed, run:
go run ./cmd/company -- search "Acme GmbH" --city Berlin --source handelsregister --format json
Choose Flags
- Use
searchfor registry lookup. - Use
--source handelsregisterfor the official German commercial register. - Use
--source allwhen broader discovery is useful and partial source failures are acceptable. - Use
--cityto disambiguate local companies. - Use
--exactonly when the legal name is known. - Use
--limit 5for agent research unless a larger list is explicitly needed. - Use
--format jsonor--format yamlfor downstream parsing. - Set
OPENCORPORATES_API_TOKENwhen usingopencorporatesorall.
Examples
Official German register lookup:
company search "Kiez Zahnzentrum Berlin" --source handelsregister --city Berlin --format json
Multi-source research:
company search "Acme GmbH" --source all --limit 5 --format yaml
OpenCorporates quota check:
company quota --format text
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.