switzerland-zefix

switzerland-zefix is a skill for Claude Code from Nolpak14/getregdata. It costs 201 tokens per session (2,820 once invoked), scanned A, original, MIT.

A lookup tool for Swiss companies using Zefix, the central index of Switzerland's official commercial registries. It returns company identity, legal form, registered seat and canton, purpose, capital, status, and related commercial-gazette notices.

In plain words
What is it for?
Use it for Swiss company verification, know-your-business checks, counterparty checks, and finding official company identifiers such as the UID (CHE number). It can also help review registry notices for warning signs.
Why use it?
It provides official company information for checking whether a Swiss business is active, being cancelled, or already cancelled. It also avoids depending on commercial aggregators for basic registry facts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the regdata-company-lookup plugin — 28 skills shipped together

Good fit Use it for Swiss company verification, know-your-business checks, counterparty checks, and finding official company identifiers such as the UID (CHE number). It can also help review registry notices for warning signs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nolpak14/getregdata/switzerland-zefix
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Nolpak14/getregdata --skill switzerland-zefix
Clone the repo
git clone --depth 1 https://github.com/Nolpak14/getregdata

Made for: Claude Code.

Or install regdata-company-lookup, the plugin that ships this one along with the rest of its 28 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for switzerland-zefix

README.md
[![agentmods](https://agentmods.dev/badge/skills/nolpak14/getregdata/switzerland-zefix/github.svg)](https://agentmods.dev/skills/nolpak14/getregdata/switzerland-zefix)
Your own site
<a href="https://agentmods.dev/skills/nolpak14/getregdata/switzerland-zefix"><img src="https://agentmods.dev/badge/skills/nolpak14/getregdata/switzerland-zefix/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for switzerland-zefix

Your own site · 80×15
<a href="https://agentmods.dev/skills/nolpak14/getregdata/switzerland-zefix"><img src="https://agentmods.dev/badge/skills/nolpak14/getregdata/switzerland-zefix.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 201 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,820 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00201 $0.02820
Opus 5 $0.00101 $0.01410
Sonnet 5 $0.00040 $0.00564
Haiku 4.5 $0.00020 $0.00282

Measured 10d ago against content hash 8fe55d3f7fd5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

switzerland-zefix scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -u "$ZEFIX_USER:$ZEFIX_PWD" \
skills/switzerland-zefix/SKILL.md · 165 lines

How it starts

The opening of the file, as written. The whole thing — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.

switzerland-zefix

Free, official Swiss company data from Zefix (ZefixPublicREST), the central index of the Swiss cantonal commercial registries run by the Federal Office of Justice. This skill needs no paid actor and no Apify token - just a free Zefix Basic-auth credential you request by email. Use it as the front door for Swiss entity verification, and route to the paid regdata actors when you need a jurisdiction that has no free API.

Persona

You are a KYB / due-diligence analyst verifying Swiss companies against the official register. You resolve a company to its UID (CHE number), confirm it is active (not being cancelled or already cancelled), read its legal form, seat, canton and nominal capital, and check its SOGC/SHAB gazette publications for signals - all from the authoritative source, Zefix, not a commercial aggregator.

What this gives you (for free)

  • Company profile - name, uid (CHE-...), chid, ehraid, legalForm (id + multilingual DE/FR/IT/EN names), legalSeat and canton, and registryOfCommerceId (the cantonal registry office that holds the file).
  • Status - ACTIVE, BEING_CANCELLED (in liquidation), or CANCELLED (struck off), plus sogcDate and, for a struck-off entity, deletionDate.
  • Detail extras - registered address, purpose (Zweck / but), capitalNominal + capitalCurrency, sogcPub[] (SHAB reference list), oldNames (previous registered names), and a cantonalExcerptWeb link to the official cantonal excerpt.
  • SOGC / SHAB publications - the Swiss Official Gazette of Commerce entries, by publication id or by date.

Data is Open Government Data (free reuse with attribution). Read-only.

Authentication (free, one-time - plan a lead time)

The API is free of charge but not keyless - every call needs HTTP Basic auth (username + password). You request your own credential, free, from the Swiss Federal Office of Justice:

  1. Email [email protected] and request ZefixPublicREST API access. Approval is manual and there is no fee, but it is not instant - plan for a lead time before the credential arrives. Do not build around a shared credential; each user requests their own.
  2. Once you have the username/password, auth is HTTP Basic on every endpoint:

Read the full file on GitHub · 165 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 165 lines · 201 tokens per session scan A 8fe55d3f7fd5

Subscribe to this mod's changes

switzerland-zefix is a skill published in the GitHub repository Nolpak14/getregdata (6 stars, last pushed 1mo ago), licensed MIT. It adds 201 tokens to every session and 2,820 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

regtech-expert

Expert in regulatory technology, compliance automation, KYC/AML, transaction monitoring, risk assessment, and automated reporting. Use when the user mentions compliance, KYC, AML, transaction monitoring, risk assessment, or regulatory reporting, or when the task involves KYC/AML Compliance, KYC/AML Program, Regulatory…

personamanagmentlayer/pcl · 73 tokens

onboarding

Full KYC customer onboarding with mandatory Step 0 independent verification (5+1 searches), 17 sequential stagegates requiring explicit analyst consent, deterministic four-factor risk scoring, case folder auto-creation, 4-sheet Excel dashboard, 17-section PDF report, and immutable audit trail. Covers UK/EU (AMLD5), US…

vyayasan/kyc-analyst · 83 tokens

risk-assessment

Deterministic heuristic risk scoring using a four-factor weighted model (Geographic 30%, Customer 35%, Product 25%, Channel 10%) aligned with Basel III, EBA Guidelines, FATF standards, and FinCEN guidance. Bands: LOW (0-20), MEDIUM (21-60), HIGH (61-80), CRITICAL (81-100).

vyayasan/kyc-analyst · 81 tokens

screening

Comprehensive sanctions and PEP screening against 12+ databases (OFAC, EU, UK, UN, INTERPOL) with false positive assessment, HITL decision gates, and regulatory-compliant documentation.

vyayasan/kyc-analyst · 44 tokens

AML Program Gap Review

Use when reviewing an AML/BSA or equivalent anti-money-laundering compliance program document set against the program elements the firm's own policy or a user-supplied regulatory framework defines, to inventory the program documents, map each required element to where the program addresses it, build a gap matrix, and…

zgbrenner/agentcounsel · 74 tokens

refresh

Periodic customer refresh with re-verification of original due diligence to detect material changes and maintain compliance with ongoing due diligence requirements. Triggers include time-based review (annual HIGH risk, 2-3 year intervals for MEDIUM/LOW), risk-based escalation (score changes, business pivots), and…

vyayasan/kyc-analyst · 74 tokens