Currency
全球高级定制化 AI 旅游攻略 Skill Pack — 9 skills, zero API key, Hermes/Cursor/Claude compatible
npx -y skills add wpfbcr/AtlasAgent --skill currencyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Converts travel budgets across currencies using Frankfurter/ECB rates (no API key). Use when estimating trip costs, comparing plans, 汇率, 预算, or multi-currency prices.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.1 KB, as published. Nobody here has run it
Currency
Multi-currency conversion for travel budgets.
Setup
export ATLAS_ROOT="${ATLAS_ROOT:-$HOME/AtlasAgent}"
export ATLAS_SCRIPTS="$ATLAS_ROOT/scripts"
Commands
python3 "$ATLAS_SCRIPTS/currency_client.py" rates --base USD
python3 "$ATLAS_SCRIPTS/currency_client.py" rates --base EUR --to JPY CNY GBP
python3 "$ATLAS_SCRIPTS/currency_client.py" convert 8000 --from CNY --to JPY EUR
Rules
- Budget tables show local currency + user currency
- Always note
汇率日期: YYYY-MM-DD - Airport/hotel FX rates are worse than ECB reference — mention in cautions
Common Codes
USD, EUR, GBP, JPY, CNY, AUD, THB, KRW, CHF, SGD
Verify
python3 "$ATLAS_SCRIPTS/currency_client.py" convert 100 --from USD --to JPY