# Fixing US-Centric Bias in AI: Open-Sourcing Claude Trade Skills

> Source: <https://dev.to/omtalaviya/fixing-us-centric-bias-in-ai-open-sourcing-claude-trade-skills-518>
> Published: 2026-09-11 07:54:57+00:00

Why AI gets export paperwork wrong (and how I fixed it)

If you've ever tried using Claude or any AI tool to generate an export invoice or help with international tax rules, you've probably noticed it almost always defaults to US Customs, CBP forms, and EIN numbers.

If you're exporting goods or software services from India, the UK, Europe, or the UAE, that's practically useless. In India especially, small mistakes with GST export rules (like LUT filings, ICEGATE shipping bills, or Rule 96(10) duty-free restrictions) can freeze your refunds for months.

To fix this, I built `claude-trade-skills` a free Claude Code plugin that brings country-accurate trade rules to AI:

->India GST Compliance: Automated guidance for LUT (RFD-11), ICEGATE refund error fixes (SB001–SB006), and Rule 89(4) ITC calculations.

->Proper Regional Invoices: Generates commercial invoices and packing lists formatted with real identifiers (IEC/GSTIN for India, EORI for UK/EU, TRN for UAE).

->Zero Hallucinations: It never guesses tariff codes or customs exchange rates.

How to install:

```
/plugin marketplace add Om-Talaviya/claude-trade-skills
```

⭐ GitHub (MIT Open Source)

[:](https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fgm3msiabokk205antliz.png) [Om-Talaviya/claude-trade-skills](https://github.com/Om-Talaviya/claude-trade-skills)

Let me know what you think or if you'd like to contribute formats for other countries!
