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 finsilabs/awesome-ecommerce-skills --skill multi-currencygit clone --depth 1 https://github.com/finsilabs/awesome-ecommerce-skillsWrote 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/finsilabs/awesome-ecommerce-skills/multi-currency)<a href="https://agentmods.dev/skills/finsilabs/awesome-ecommerce-skills/multi-currency"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/multi-currency/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/finsilabs/awesome-ecommerce-skills/multi-currency"><img src="https://agentmods.dev/badge/skills/finsilabs/awesome-ecommerce-skills/multi-currency.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.00027 | $0.02344 |
| Opus 5 | $0.00014 | $0.01172 |
| Sonnet 5 | $0.00005 | $0.00469 |
| Haiku 4.5 | $0.00003 | $0.00234 |
Grade A, and why
multi-currency scanned grade A with 0 findings 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 7d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Currency
Overview
Multi-currency support lets international shoppers browse and pay in their local currency instead of your store's base currency. On Shopify, WooCommerce, and BigCommerce, this is a configuration task — each platform has built-in or app-based solutions that handle exchange rates, price display, and payment settlement automatically. Custom code is only required for headless storefronts.
When to Use This Skill
- When expanding to international markets where shoppers expect prices in their local currency
- When analytics show significant traffic from non-base-currency countries with low conversion rates
- When implementing a currency selector in the site header
- When integrating Stripe or PayPal multi-currency settlement
Core Instructions
Step 1: Determine your platform and multi-currency approach
| Platform | Recommended Approach | Settlement Currency |
|---|---|---|
| Shopify (Shopify Payments) | Enable Markets and multi-currency in Shopify Admin | Stripe/Shopify settles in your payout currency; conversion is automatic |
| Shopify + non-Shopify gateway | Install BEST Currency Converter or MLV Auto Currency Switcher app | Display-only conversion; payment taken in base currency |
| WooCommerce | Install WooCommerce Payments (for native multi-currency) or WPML + WooCommerce Multilingual | WooCommerce Payments settles in local currency; other gateways may convert |
| BigCommerce | Enable Multi-Currency in Store Settings; use Stripe for multi-currency settlement | BigCommerce handles display; Stripe settles in customer's currency |
| Custom / Headless | Use Stripe's multi-currency payment intents; fetch exchange rates from OpenExchangeRates | Stripe accepts charges in any currency and settles in your configured currency |
Step 2: Set up multi-currency on your platform
Shopify
Shopify's Markets feature is the recommended way to implement multi-currency:
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/currency-config-and-formatting/criteria.json 2.4 KB
- evals/currency-config-and-formatting/task.md 1.7 KB
- evals/currency-detection-and-stripe-integratio/criteria.json 2.9 KB
- evals/currency-detection-and-stripe-integratio/task.md 2.2 KB
- evals/exchange-rate-caching-and-price-rounding/criteria.json 2.8 KB
- evals/exchange-rate-caching-and-price-rounding/task.md 1.9 KB
- tile.json 222 B
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.
- 7d ago First seen · 191 lines · 27 tokens per session scan A 9ec033541856
multi-currency is a skill published in the GitHub repository finsilabs/awesome-ecommerce-skills (52 stars, last pushed 6mo ago), licensed MIT. It adds 27 tokens to every session and 2,344 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
payment-processor
Skill "payment-processor" from Signal-Execution-Labs/forex-trading-ai-agent, covering payment processor skill, supported services, capabilities, view balances and get all balances.
omg-payment
A natural-language guide for helping non-technical merchants in Taiwan connect to the OMG payment gateway, which handles online payments such as cards, ATM transfers, and convenience-store payments.
ovra-agentic-payments
Use this skill when the agent needs to buy something online, pay for a service, complete a checkout, manage spending budgets, or track purchases. Enables secure payments where the agent never sees card data. Works with any website that accepts Visa. EU-native, GDPR by design. Use even if the user just says "buy"…
asc-ppp-pricing
Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.
stripe
Stripe API integration with managed OAuth. Manage customers, subscriptions, invoices, products, prices, and payments. Use this skill when users want to process payments, manage billing, or handle subscriptions with Stripe. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).…
ai-slop
Operational rubric that turns "don't make AI slop" into observable properties, severity levels, evidence requirements, and repair actions for interface design. Use as the reference rubric when building or reviewing marketing sites, product interfaces, dashboards, portfolios, or e-commerce pages, especially alongside…