From trading-skills
Queries forex currency pair daily exchange rate data via tushare-cli. Useful for historical rate lookups or trend analysis of pairs like USDCNH or EURUSD.
How this skill is triggered — by the user, by Claude, or both
Slash command
/trading-skills:tushare-forexThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
tushare-cli forex daily --symbol USDCNH --start 20240101
tushare-cli forex daily --symbol EURUSD --start 20240101
--symbol: currency pair code (e.g., USDCNH, EURUSD, USDJPY)--start / --end: date range in YYYYMMDDnpx claudepluginhub oopslink/trading-skills --plugin trading-skillsAnalyzes currency markets, spot/forward exchange rates, interest rate parity, carry trades, cross rates, and FX hedging for international portfolios. Useful for queries on EUR/USD, yen carry trade, or currency risk management.
Automates Fixer IO operations via Composio toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows.
Analyzes FX carry trade opportunities using spot rates, forward points, volatility surfaces, and historical trends. Useful for evaluating carry-to-vol ratios and currency pair opportunities.