Agent skill
commerce-currency
Manage currency settings and exchange rates. Use when running `stateset-currency` or converting amounts.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-currency
SKILL.md
Commerce Currency
Handle exchange rates and currency settings for global commerce.
How It Works
- Fetch current exchange rates.
- Convert amounts between currencies.
- Update rates or base currency as needed.
- Format and report currency values.
Usage
- CLI:
stateset-currency ... - MCP tools:
get_exchange_rate,list_exchange_rates,convert_currency,set_exchange_rate,set_base_currency,enable_currencies,format_currency.
Output
{"amount":100,"from":"USD","to":"EUR","converted":92.0}
Present Results to User
- Rate used and timestamp.
- Converted totals and formatting.
- Any base currency changes.
Troubleshooting
- Rate missing: set a rate or enable the currency.
- Precision issues: use correct decimal places per currency.
References
- references/currency-commands.md
- /home/dom/stateset-icommerce/cli/.claude/agents/currency.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?