Agent skill
cmb-fx
查询招商银行外汇牌价(中间价)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/cmb-fx
Metadata
Additional technical details for this skill
- clawdhub
-
{ "requires": { "bins": [ "curl" ] } }
SKILL.md
CMB FX Skill
查询招商银行外汇牌价(中间价)。
API
必须使用官方 API:
https://fx.cmbchina.com/api/v1/fx/rate
查询示例
curl -s "https://fx.cmbchina.com/api/v1/fx/rate" | jq '.body[] | select(.ccyNbrEng | contains("HKD"))'
响应字段说明
| 字段 | 含义 |
|---|---|
| rthBid | 现汇买入价 (每 100 外币) |
| rthOfr | 现汇卖出价 (每 100 外币) |
| rtcBid | 现钞买入价 (每 100 外币) |
| rtcOfr | 现钞卖出价 (每 100 外币) |
| ratTim | 更新时间 |
中间价计算
现汇中间价 = (rthBid + rthOfr) / 2 / 100
注意:API 返回的是 每 100 外币 的价格
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?