Company cli
CLI utilities for AI agents - fast Go replacements for common Python tools
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.
What its author says it does
Copied from the file, not written here
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.
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.
Gives 0 of the 12 instructions most sales crm skills give in 320 tokens
Counted across 361 of the 361 authors here whose files we hold, read 2026-08-07
- Read product marketing context before writing if it existsin 22 of 361, across 15 files
- Keep the ask low-frictionin 16 of 361, across 7 files
- Call RUBE_SEARCH_TOOLS firstin 15 of 361, across 5 files
- Use a single, low-friction call to actionin 14 of 361, across 6 files
- Personalize every outbound messagein 13 of 361, across 4 files
- Confirm connection status is activein 13 of 361, across 4 files
- Keep forwardable blurbs under 100 wordsin 13 of 361, across 4 files
- Cut any sentence that does not drive a replyin 13 of 361, across 4 files
- State if personalization context is missingin 13 of 361, across 4 files
- Calibrate tone to the specific audiencein 12 of 361, across 3 files
- Make each follow-up email add new valuein 12 of 361, across 6 files
- Use proof instead of adjectivesin 12 of 361, across 3 files
Said here and by no other author read
- Prefer the installed company binary
- Use search for registry lookup
- Use handelsregister for the German commercial register
- Use all for broader discovery
- Use city to disambiguate local companies
- Use exact only when the legal name is known
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.