Agent skill

longbridge-fx-carry

FX carry-trade analysis via Longbridge Securities — combines spot rates, interest-rate differentials (high-yield vs low-yield currencies), volatility, and historical price trends to assess carry opportunities. Analyses common carry pairs (AUD/JPY, NZD/USD, MXN/JPY) and outputs carry yield, drawdown risk, and Sharpe ratio. Triggers: "外汇套息", "套息交易", "carry trade", "利差交易", "高息货币", "低息货币", "汇率套利", "外汇策略", "外匯套息", "套息交易", "利差交易", "高息貨幣", "低息貨幣", "匯率套利", "FX carry trade", "carry strategy", "interest rate differential", "high yield currency", "currency carry", "AUD JPY", "NZD USD".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-fx-carry --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-fx-carry/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-fx-carry FX carry-trade analysis — evaluate interest-rate differential, historical carry returns, and key risks for currency pairs. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger on prompts asking about: - FX carry trade opportunities — *"AUD/JPY 套息机会"*, *"carry trade 机会"*, *"FX carry strategy"* - Interest-rate differential between currencies — *"利差交易"*, *"interest rate differential"* - High-yield vs low-yield currency pairing — *"高息货币"*, *"high yield currency"* - Carry trade risk (unwind scenarios) — *"套息交易风险"*, *"carry unwind"* For plain FX spot rates defer to `longbridge-fx`. For equity market correlation defer to `longbridge-correlation`. ## Common carry pairs | Pair | 高息货币 / High-yield | 低息货币 / Low-yield | 典型场景 | |------|----------------------|---------------------|---------| | AUD/JPY | AUD | JPY | Risk-on carry | | NZD/USD | NZD | USD | Commodity carry | | MXN/JPY | MXN | JPY | EM carry | | TRY/USD | TRY | USD | High-risk EM | | BRL/JPY | BRL | JPY | EM carry | > If unsure of exact flag names, run `longbridge <subcommand> --help` before proceeding. ## Workflow 1. Identify the

What's inside
Steps it walks through
  1. When to use
  2. Common carry pairs
  3. Workflow
  4. CLI
  5. Output
  6. Error handling
  7. MCP fallback
  8. Related skills
  9. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Spot exchange rates
longbridge exchange-rate --format json
Historical FX price series (if supported by the CLI)
longbridge kline <FX_PAIR> --period day --count 60 --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-fx-carry skill do?

FX carry-trade analysis via Longbridge Securities — combines spot rates, interest-rate differentials (high-yield vs low-yield currencies), volatility, and historical price trends to assess carry opportunities. Analyses common carry pairs (AUD/JPY, NZD/USD, MXN/JPY) and outputs carry yield, drawdown risk, and Sharpe ratio. Triggers: "外汇套息", "套息交易", "carry trade", "利差交易", "高息货币", "低息货币", "汇率套利", "外汇策略", "外匯套息", "套息交易", "利差交易", "高息貨幣", "低息貨幣", "匯率套利", "FX carry trade", "carry strategy", "interest rate differential", "high yield currency", "currency carry", "AUD JPY", "NZD USD".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-fx-carry --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going