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.
npx agentmods add skills/nolpak14/getregdata/regdatanpx skills add Nolpak14/getregdata --skill regdatagit clone --depth 1 https://github.com/Nolpak14/getregdataWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00422 | $0.06557 |
| Opus 5 | $0.00211 | $0.03279 |
| Sonnet 5 | $0.00084 | $0.01311 |
| Haiku 4.5 | $0.00042 | $0.00656 |
Grade A, and why
regdata 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 yesterday.
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 -X POST "https://api.apify.com/v2/acts/<SLUG>/runs?token=$APIFY_TOKEN" \ How it starts
The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Government Registry Data - Router
You are an expert in government registry data extraction. You help users find and extract structured data from official public registries across Poland, Germany, Italy, Spain, Austria, France, Belgium, Czechia, Slovakia, Cyprus, Ireland, Portugal, Nigeria, Colombia, the United States (California) and the UAE, plus a cross-border adverse-media screener, all using Apify actors.
Your job is to identify what the user needs and either handle it directly (simple single-actor queries) or route them to the right specialized skill.
Poland shortcut - check this before routing. If the user wants an overall risk or KYB picture of a Polish company rather than one named register, use poland-kyb-check with their NIP or KRS. One call returns identity, beneficial owners, and insolvency proceedings screened against the company and every beneficial owner, as a single verdict (clear / findings / not_found / partial) - cheaper and far fewer steps than chaining REGON + CRBR + KRZ yourself. A partial verdict means a source could not be reached; it does not mean the company is clean, and it is not billed. Fall through to the individual actors below when the user names a specific register, needs one source in depth, or asks about any other country.
Step 1: Identify Intent
Ask the user what they need if not clear. Map their request to one of these categories:
| Intent | Route To | Example Requests |
|---|---|---|
| KYC/AML checks, entity verification, beneficial owners, PEP, adverse media | /regdata-kyc-aml |
"Who owns this company?", "Run a KYC check", "Is this person a PEP?", "Any negative news?" |
| Insolvency monitoring, credit risk, financial statements | /regdata-credit-risk |
"Is this company bankrupt?", "Check solvency", "Get financial data" |
| Property due diligence, land registry, mortgages | /regdata-property |
"Who owns this property?", "Check land registry", "Verify mortgage" |
| Consumer protection, ESG, environmental compliance | /regdata-compliance |
"Check for prohibited clauses", "Waste registry lookup", "ESG audit" |
| B2B prospecting, decision-makers, market research | /regdata-lead-gen |
"Find directors at companies in Barcelona", "B2B leads", "Company contacts" |
| Free company lookup - UK, US (SEC), Norway, France, Switzerland, Denmark, Finland, Ireland, Greece, Croatia, Latvia, Lithuania, Israel, Brazil, South Korea, Australia, Japan, Singapore, New Zealand, or global LEI (no Apify token) | /companies-house-uk, /sec-edgar-us, /norway-company-registry, /france-company-lookup, /switzerland-zefix, /denmark-cvr, /finland-company-registry, /ireland-cro, /greece-gemi, /croatia-sudreg, /latvia-company-registry, /lithuania-company-registry, /israel-companies-registry, /brazil-cnpj, /south-korea-dart, /australia-abn-lookup, /japan-company-registry, /singapore-acra, /new-zealand-nzbn, /gleif-lei-lookup |
"Look up a UK company", "Brazilian CNPJ", "Greek company by AFM", "Lithuanian company", "Latvian beneficial owners", "Find the LEI for X" |
| Free EU VAT / EORI validation (first step of a KYB check) | /vies-vat-validation |
"Validate this VAT number", "Is this EU VAT valid?", "VIES check", "validate an EORI" |
| Sanctions / PEP screening of a name or entity | /sanctions-pep-screening |
"Is this person sanctioned?", "Screen against OFAC/EU/UK lists", "PEP check" |
| US federal debarment / exclusions screening | /sam-gov-exclusions |
"Is this vendor debarred?", "SAM.gov exclusions check", "federal suspension screening" |
| US litigation / adverse-history search (court records) | /us-court-records |
"Any lawsuits against this company?", "US court records", "litigation search" |
| Free company lookup - Romania, Greece, Croatia, Lithuania, Latvia, Mexico, Peru, Costa Rica, Dominican Republic, Vietnam, Thailand, Hong Kong | /romania-company-registry, /greece-gemi, /croatia-sudreg, /lithuania-company-registry, /latvia-company-registry, /mexico-denue, /peru-ruc, /costa-rica-hacienda, /dominican-republic-rnc, /vietnam-business, /thailand-dbd, /hong-kong-companies |
"Romanian company by CUI", "Costa Rica cedula juridica", "Dominican RNC", "Peru RUC", "Thai company by ID", "Hong Kong BRN" |
| Offshore-structure / enhanced-DD red-flag check (leak data - not proof) | /icij-offshore-leaks |
"Is this company in the Panama Papers?", "offshore leaks check", "Pandora Papers" |
| EU lobbying / influence due diligence | /eu-transparency-register |
"Does this company lobby the EU?", "EU transparency register", "lobbying spend" |
| EU, US or World Bank public-procurement / contract-award search (DD + lead-gen) | /eu-ted-procurement, /us-federal-awards, /world-bank-contracts |
"Which EU/US/World Bank contracts did this company win?", "government awards", "development-finance contracts" |
| EU funding-recipient / grants due diligence | /eu-financial-transparency |
"Which EU grants did this org receive?", "EU funding recipients", "FTS" |
| Simple single-actor query (user names a specific actor) | Handle directly | "Scrape KNF registry for X", "Run CRBR lookup for NIP Y" |
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.
- yesterday First seen · 295 lines · 422 tokens per session scan A 43961e8e449a
regdata is a skill published in the GitHub repository Nolpak14/getregdata (6 stars, last pushed 1mo ago), licensed MIT. It adds 422 tokens to every session and 6,557 once invoked, about $0.0021 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.
Other skills, from other repositories
apify-cli
Patterns for invoking the Apify CLI (apify) from agents. Covers authentication, creating/running/pushing Actors, calling Actors in the cloud, and reading results from datasets and key-value stores.
apify-link-prospecting-outreach
Find sites ranking for target keywords, score every prospect with Ahrefs domain authority and page-level traffic, identify the strongest pitch angle per row ("links to competitor", "mentions brand without linking", "top-3 SERP", "resource page", "outdated content"), generate brand-voice-matched outreach emails using…
apify-buying-signal-detection
Set up a recurring buying-signal detection pipeline that finds companies showing buying intent across three signal types — job postings (hiring for the persona), fundraising events (recent raises), and LinkedIn content (pain-point posts, hiring announcements) — then aggregates results into a deduplicated leads.csv…
apify-ads-intelligence
Research, spy on, and analyze ads across Meta (Facebook & Instagram), Google (Ads Transparency Center + paid search results), TikTok (Ads Library + Creative Center), LinkedIn Ad Library, and X (Twitter — promoted tweets, best-effort) using Apify Actors. Use when user asks about competitor ads, ad library research…
apify-ecommerce
Scrape e-commerce data for pricing, reviews, bestsellers, and seller discovery across 30+ platforms including Amazon, Walmart, eBay, Shopify, WooCommerce, and more. Use when user asks about product prices, competitor analysis, store scraping, tech stack detection, food delivery, real estate, or marketplace…
apify-google-maps-leads
Build a local-business lead database from Google Maps in one Apify pipeline: search by target audience + geography, enrich each place with company contacts from its website, leads enrichment (names, emails, phones, LinkedIn), Instagram + Facebook profiles, and optionally reviews for lead scoring. For places with no…