一键导入
abn-entity-lookup
Validates Australian Business Numbers (ABN) and retrieves entity details from the Australian Business Register (ABR) for compliance verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validates Australian Business Numbers (ABN) and retrieves entity details from the Australian Business Register (ABR) for compliance verification
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | abn-entity-lookup |
| description | Validates Australian Business Numbers (ABN) and retrieves entity details from the Australian Business Register (ABR) for compliance verification |
Queries the Australian Business Register (ABR) to validate ABNs, retrieve entity names, determine entity types, check GST registration status, and verify active/cancelled status. Essential for contractor deeming analysis, payroll tax compliance, and entity type determination.
https://abr.business.gov.au/abrxmlsearch/AbrXmlSearch.asmx/ABRSearchByABN
| Parameter | Required | Description |
|---|---|---|
searchString | Yes | 11-digit ABN |
includeHistoricalDetails | No | Y or N (default N) |
authenticationGuid | Yes | ABR API GUID from env ABR_GUID |
| Endpoint | Use Case |
|---|---|
ABRSearchByABN | Lookup by ABN (primary) |
ABRSearchByASIC | Lookup by ACN (9-digit) |
ABRSearchByName | Search by entity name (fuzzy) |
ABRSearchByNameAdvanced | Search with state/postcode filters |
ABN: 51 824 753 556
Step 1: Subtract 1 from first digit → [4, 1, 8, 2, 4, 7, 5, 3, 5, 5, 6]
Step 2: Multiply by weights → [40, 1, 24, 10, 28, 63, 55, 39, 75, 85, 114]
Step 3: Sum = 534
Step 4: 534 / 89 = 6.0 (exactly divisible) → VALID
ABR returns entity type codes that map to tax treatment:
| ABR Entity Type | Code | Tax Rate | Amendment Period | Payroll Tax Grouping |
|---|---|---|---|---|
| Australian Private Company | PRV | 25%/30% | 4 years | Related body corporate |
| Australian Public Company | PUB | 30% | 4 years | Related body corporate |
| Individual/Sole Trader | IND | Marginal rates | 2 years | N/A |
| Family Trust | TRT | Trustee rates | 4 years | Tracing provisions |
| Unit Trust | TRT | Trustee rates | 4 years | Tracing provisions |
| Partnership | PTR | Partner rates | 4 years | Common employees |
| SMSF | SMF | 15%/0% | 4 years | N/A |
| Government Entity | GOV | Exempt | N/A | Exempt |
| Non-Profit | NPF | Varies | 4 years | Charitable exemption |
| Field | Path | Use |
|---|---|---|
| Entity Name | businessEntity/mainName/organisationName | Display name |
| Entity Type | businessEntity/entityType/entityTypeCode | Tax rate selection |
| ABN Status | businessEntity/ABN/isCurrentIndicator | Active check |
| GST Registered | businessEntity/goodsAndServicesTax/effectiveFrom | Input tax credit |
| GST Status | businessEntity/goodsAndServicesTax/isCurrentIndicator | Current registration |
| State | businessEntity/mainBusinessPhysicalAddress/stateCode | Payroll tax jurisdiction |
| Postcode | businessEntity/mainBusinessPhysicalAddress/postcode | Location verification |
| ACN | businessEntity/ASICNumber | Company cross-reference |
<abn_lookup_result>
<abn>51824753556</abn>
<abn_valid>true</abn_valid>
<abn_active>true</abn_active>
<entity_name>Example Pty Ltd</entity_name>
<entity_type>Australian Private Company</entity_type>
<entity_type_code>PRV</entity_type_code>
<gst_registered>true</gst_registered>
<gst_effective_from>2015-07-01</gst_effective_from>
<state>NSW</state>
<postcode>2000</postcode>
<acn>824753556</acn>
<tax_implications>
<corporate_tax_rate>0.25</corporate_tax_rate>
<!-- Base rate entity test required (passive income <80%) -->
<amendment_period_years>4</amendment_period_years>
<payroll_tax_grouping_risk>related_body_corporate</payroll_tax_grouping_risk>
</tax_implications>
<lookup_metadata>
<source>ABR API</source>
<queried_at>2026-02-13T10:00:00+11:00</queried_at>
<cache_ttl_hours>24</cache_ttl_hours>
</lookup_metadata>
</abn_lookup_result>
abn_lookup_cache table must restrict access to authenticated users onlyRoute complex requests to the right specialist agent or chain of agents. This skill acts as the central brain of an agent swarm — it analyses what the user needs, determines which specialist domain(s) are required, and coordinates parallel or sequential agent execution. Use this skill when a request spans multiple domains (e.g., "research competitors and create a pitch deck"), when you need to decide which specialist should handle an ambiguous request, or when a task requires a multi-step pipeline across different skills. Triggers on: multi-step requests, cross-domain tasks, "coordinate", "plan this out", "I need help with multiple things", or any complex request that touches more than one specialist area. Also triggers when the user seems unsure which tool or approach to use.
>-
>-
>-
>-
Compare entity financial ratios against ATO small business benchmarks to assess audit probability