agentsclimarketplace

Company cli

Skill SebastianBoehler/agent-cli-utils/skills/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

Install
npx -y skills add SebastianBoehler/agent-cli-utils --skill company-cli

Assembled 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 search for registry lookup.
  • Use --source handelsregister for the official German commercial register.
  • Use --source all when broader discovery is useful and partial source failures are acceptable.
  • Use --city to disambiguate local companies.
  • Use --exact only when the legal name is known.
  • Use --limit 5 for agent research unless a larger list is explicitly needed.
  • Use --format json or --format yaml for downstream parsing.
  • Set OPENCORPORATES_API_TOKEN when using opencorporates or all.

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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.