agentsclimarketplace

Company cli

Skill SebastianBoehler/agent-cli-utils/skills/company-cli

CLI utilities for AI agents - fast Go replacements for common Python tools

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.

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 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.

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.

Keep looking

Skills are one crate of 328,083. 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.