Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

northdatanorthdata 搜索

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

2,280

周安装

95

GitHub Stars

公开资料未说明

下载量

760
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:northdata(northdata 搜索)
来源仓库:https://github.com/p-meier/northdata
安装命令:
openclaw skills install northdata
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install northdata

简介

调用德国商业注册与财务公开 API 查询企业详细信息。

  • 适用于尽调、供应商审核或市场分析等商业情报场景。
  • 返回股东、董事、年报与法院记录等多维度数据。
  • 免费额度有限,高频查询需申请正式商业授权。
  • 数据更新存在滞后性,请以官方公示为准。northdata 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
northdata
description
Use NorthData (German commercial-register + financials API) to look up companies, owners, representatives, financials, publications, and person records. Triggers on queries about NorthData itself, looking up a specific German company (GmbH, UG, KG, HRB/HRA register entries), finding owners / Geschäftsführer / Gesellschafter, reading a company's revenue / earnings / balance sheet, searching by NACE segment or legal form or geography, checking NorthData credit usage, or power-searching for acquisition / lead candidates. Activates for terms like "northdata", "north data", "Handelsregister", "HRB", "HRA", "Gesellschafter", "Geschäftsführer", "GmbH Finanzen", "Firma recherchieren", "NACE-Suche", "Power Search", "company profile". Provides best-practice guidance for both the northdata CLI (Claude Code / terminal) and the NorthData MCP server (Claude Desktop / any MCP client) — whichever is available in the current environment.

NorthData Companion Skill

This skill is the best-practice guide for working with the NorthData API through either:

  1. northdata CLI — a command-line tool, typically used in Claude Code or a terminal.
  2. NorthData MCP server — a set of tools exposed over the Model Context Protocol, typically used in Claude Desktop / Cursor / other MCP clients.

Both surfaces are built on the same NorthDataClient and share the same credit-guard discipline. Pick whichever is available in the current environment — this skill covers both.

Detect what's available

Before deciding, check what's reachable:

CheckAvailable?
MCP tools named suggest, company, person, …Use MCP.
northdata on $PATH (try which northdata or northdata --version)Use CLI.
NeitherAsk the user to install — point at northdata-cli (pipx) and/or the MCP server config.

If both are available: prefer MCP when running inside an MCP-aware client (clearer tool telemetry, structured errors). Prefer CLI in Claude Code or any shell-driven context.

The one rule you must internalize

NorthData charges per returned company, not per HTTP call. A single search --limit 100 costs up to 100 credits in one go. Every billed call goes through the two-tier credit guard:

TierDefaultHow to relax
Approval threshold — limit > 25 needs --approve-high-cost (CLI) or approve_high_cost=true (MCP)25NORTHDATA_APPROVAL_THRESHOLD env
Absolute maximum — hard cap, flag-immune100NORTHDATA_ABSOLUTE_MAX env — set by a human, never by an agent

Never suggest raising either without a clear reason from the user.

Default workflow (use this order)

  1. Start free. suggest, reference_*, billing — zero credits. Use them to find the right company / confirm register IDs / check remaining quota before committing.
  2. Dry-run anything billed. Both surfaces accept --dry-run (CLI) or dry_run=true (MCP). Use it first when parameters are uncertain — it builds the URL without calling the API.
  3. One company call is usually enough. It returns owners, representatives, financials, sheets, events, contact extras. Don't also call publications or person unless you specifically need shareholder lists or a person's birth date.
  4. Log watch. After billed calls, credits (CLI) / local_credit_log (MCP) shows what this session spent. billing shows what NorthData counts remotely.

Tool reference

Free tools

PurposeCLIMCP
Autocomplete a namenorthdata suggest "Example GmbH"suggest
Current period usagenorthdata billingbilling
API reference (standards, countries, …)northdata reference overviewreference_overview
Segment codes for a standardnorthdata reference segments --standard NACE2025reference_segment_codes
Local (session) credit lognorthdata creditslocal_credit_log

Billed tools

PurposeCLIMCPCost
Full company profilenorthdata company --name "X" --city "Y" or --register "HRB 1/München"company1
Person lookup (birth date, roles)northdata person Max Mustermann --city Münchenperson1
Publications (e.g. Gesellschafterliste)northdata publications --name "X" --source Hrbpublications1
Power search (filtered)northdata search --segment-codes 62 --legal-forms GmbH --limit 5searchup to limit

All billed tools accept --dry-run / dry_run=true.

Common workflows

"Find Company X and tell me about it"

  1. suggest "Company X" (free) — pick the right one if multiple.
  2. company --register "<register from suggest>" or --name "<exact name>" --city "<city>" (1 credit).
  3. Done. Owners, representatives, financials, sheets, events all come back in one payload.

"Who owns / runs Company X?"

company returns owners (Gesellschafter) and representatives (Geschäftsführer) in the same response. Don't chain multiple calls — one company call is enough.

For the birth date of a named person (e.g. succession planning), follow up with person --first-name … --last-name … --city … (1 credit).

"Find me companies matching these criteria"

Use search (power search). Always:

  • Set segment_codes (NACE) and legal_forms — an unfiltered search is expensive and rarely useful.
  • Keep limit low (default 5). Only raise with explicit user approval.
  • Use --dry-run first to sanity-check parameters.
  • For geo-filters combine address + max_distance_km.
  • Indicators: revenue_min/max, earnings_min/max narrow down the result set before spending credits.

Example (CLI):

northdata search \
  --segment-codes "62|63" \
  --legal-forms "GmbH|UG" \
  --address "Munich" --max-distance-km 150 \
  --revenue-min 5000000 --revenue-max 50000000 \
  --limit 5 --dry-run

Verify the URL, then re-run without --dry-run.

Paginate via the pos token in the previous response's nextPos.

"Check if a register ID is valid before I spend a credit"

suggest returns the canonical register.uniqueKey and register.id. That's free. Then pass --register to company exactly as shown.

"How many credits am I using?"

  • Remote total (period): billing
  • This session only (local log): credits / local_credit_log

Common pitfalls

HTTP 404 "not found" on company --register

The register string must match NorthData's format. If "HRB 296816/München" returns 404, try:

  1. suggest first — copy the exact register.id (e.g. "HRB 296816") and register.uniqueKey from the response.
  2. Fall back to --name + --city — more forgiving than register matching.

Only numberOfRequests seems to count unique calls

NorthData's billing endpoint returns unique requests per period. Repeated identical calls (same company, same day) don't increment the counter. The local credit log counts every attempted call regardless.

search with no segment filter

Never run search with empty segment_codes and legal_forms. The credit guard allows it, but the cost/signal ratio is terrible. Always scope.

Umlauts in register strings

URL-encoding is automatic in both surfaces. You can pass "München" directly — no manual percent-encoding needed.

--approve-high-cost / approve_high_cost=true

Only set when the user has explicitly agreed to spend more. Never set preemptively "to make it work".

Environment knobs

VarPurpose
NORTHDATA_API_KEYAPI key (required)
NORTHDATA_APPROVAL_THRESHOLDRaises the soft threshold (default 25)
NORTHDATA_ABSOLUTE_MAXRaises the hard ceiling (default 100)
NORTHDATA_CREDIT_LOGOverrides local log location

When the user is stuck

SymptomLikely causeFix
No API key foundNORTHDATA_API_KEY not setExport it, or (CLI) pass --api-key
credit-guard: limit=X exceeds APPROVAL_THRESHOLDHigh --limit without opt-inLower limit or add --approve-high-cost
credit-guard: limit=X exceeds ABSOLUTE_MAXAbove hard capSplit into paginated calls via pos, or raise env var
api error: HTTP 429Rate-limitedWait, retry later. Client already retries once.
api error: HTTP 404 on companyBad register ID or unknown nameUse suggest first to get canonical identifiers
Tools not visible in Claude DesktopMCP server not registered or Claude not fully restartedCheck ~/Library/Application Support/Claude/claude_desktop_config.json; fully quit with ⌘Q

Resources

  • NorthData API docs: <https://github.com/northdata/api>
  • CLI package: northdata-cli/ (this repo)
  • MCP server: northdata-mcp/ (this repo)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

90.71%
按下载量换算689

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills