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 skills add Nolpak14/getregdata --skill australia-abn-lookupgit clone --depth 1 https://github.com/Nolpak14/getregdataWrote 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.
[](https://agentmods.dev/skills/nolpak14/getregdata/australia-abn-lookup)<a href="https://agentmods.dev/skills/nolpak14/getregdata/australia-abn-lookup"><img src="https://agentmods.dev/badge/skills/nolpak14/getregdata/australia-abn-lookup/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.
<a href="https://agentmods.dev/skills/nolpak14/getregdata/australia-abn-lookup"><img src="https://agentmods.dev/badge/skills/nolpak14/getregdata/australia-abn-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00187 | $0.02582 |
| Opus 5 | $0.00093 | $0.01291 |
| Sonnet 5 | $0.00037 | $0.00516 |
| Haiku 4.5 | $0.00019 | $0.00258 |
Grade A, and why
australia-abn-lookup 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 12d 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 "https://abr.business.gov.au/json/AbnDetails.aspx?abn=74172177893&callback=callback&guid=$ABR_GUID" How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
australia-abn-lookup
Free, official Australian business data from the ABN Lookup web services, run by the Australian Business Register (ABR). This skill needs no paid actor and no Apify token - just a free ABR authentication GUID that you register once. Use it as the front door for Australian 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 Australian businesses against the official register. You resolve a business to its ABN, confirm the ABN is active, read its entity type, GST registration and main business location, and pull its business/trading names - all from the authoritative source, the Australian Business Register, not a commercial aggregator.
What this gives you (for free)
- Core identity - ABN, entityName, entityType, and ACN where the entity is a company.
- ABN status - Active or Cancelled, with the effective date of that status.
- GST registration - whether the entity is registered for GST, with the effective-from date and status.
- Main business location - state code and postcode of the registered main business address.
- Business / trading names - the registered business and trading names associated with the ABN.
- Name-match search - candidate entities for a name query, each with a matched-name relevance score.
Data is ABR core public data, free to access. Read-only.
Authentication (free, one-time)
The ABR states plainly: "Access to the ABN Lookup web services is free of charge." There is no payment - but every call needs a free authentication GUID that you register yourself:
- Go to https://abr.business.gov.au/Tools/WebServices and register for the web services.
- Accept the ABN Lookup web services agreement.
- The ABR emails you your authentication GUID. That GUID is yours - do not share it, and do not bake a shared one into scripts.
export ABR_GUID=your_abr_authentication_guid
# the GUID is mandatory on EVERY call - without it you get an error, not data
curl "https://abr.business.gov.au/json/AbnDetails.aspx?abn=74172177893&callback=callback&guid=$ABR_GUID"
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.
- 12d ago First seen · 158 lines · 187 tokens per session scan A 6cee7d975358
australia-abn-lookup is a skill published in the GitHub repository Nolpak14/getregdata (6 stars, last pushed 1mo ago), licensed MIT. It adds 187 tokens to every session and 2,582 once invoked, about $0.0009 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-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-lead-scoring-enrichment
Score and enrich a CSV of B2B leads using Apify Actors. Takes a CSV with company URLs, free-text scoring rules, and an enrichment preference; runs BuiltWith (tech stack), Website Content Crawler (content classification), and Contact Info Scraper (company metadata) for scoring; enriches with either department-specific…
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…
apify-ashby-jobs-scraper
Scrape Ashby jobs or discover companies using Ashby with the Apify Ashby Job Board API Actor (johnvc/ashby-job-board-scraper). Job mode returns live job rows with title, company, location, remote and employment fields, publish date, apply URL, employer-published salary columns, equity flag, and Markdown descriptions.…
apify-local-business-leads-osm
Build a local-business lead list without scraping Google Maps. Routes "find dentists / plumbers / salons / restaurants in with emails", "business email finder for in ", "web-design prospects with no website or a weak one", "enrich my list of business websites with verified emails", "leads within 5 km of an address"…