Install
openclaw skills install ebfx-cli当用户需要通过 ebfx CLI 在终端查询 EBFX 金融业务平台的数据、报价或运营信息时使用此技能。适用于跨境支付、外汇交易、留学支付场景;当用户提到登录系统、查询 dashboard、pending、deal profit、留学支付报价、学费试算、利润试算、佣金试算、出款方式、支持币种,或要求直接用命令行访问这些业务能力时,应触发此技能。
openclaw skills install ebfx-cli使用 ebfx 从终端访问当前项目的业务能力。这个技能重点在“如何触发”和“该落到哪个命令”,而不是系统介绍。
当用户表达以下意图时,优先使用本技能:
如果用户明确提到 ebfx,也直接触发本技能。
exec 调用 ebfx 时,优先信任运行时注入的 OPENCLAW_SENDER_IDOPENCLAW_SENDER_ID,不要重复手写 --sender-id,除非你明确要覆盖它ebfx auth statusebfx auth login适用于:
ebfx auth login
ebfx auth logout
ebfx auth token-status
ebfx auth status
如果需要显式指定 sender,也可以手动传:
ebfx auth status --sender-id ou_xxx
ebfx auth login --sender-id ou_xxx
ebfx dashboard pending --sender-id ou_xxx
推荐的 OpenClaw 执行顺序:
ebfx auth status
ebfx auth token-status
ebfx dashboard pending
如果 auth status 返回未绑定,应停止继续查询并返回授权链接,而不是直接执行业务命令。
适用于:
ebfx dashboard pending
ebfx dashboard pending --type overdue
ebfx dashboard pending --type auto-reversal
如果是 OpenClaw 场景,默认直接执行上面的命令即可;sender 会从环境自动解析。
适用于:
ebfx dashboard deal-profit
ebfx dashboard deal-profit --start-date 2026-05-01 --end-date 2026-05-31
ebfx dashboard deal-profit --branch-id 1001 --dealer-id 2002
适用于:
先查支持币种:
ebfx edu-calc currencies
再查某个币种可用的出款方式:
ebfx edu-calc payout-methods --currency NZD
最后做正式试算:
ebfx edu-calc price --payout 38862.20 --currency NZD
ebfx edu-calc price --payout 38862.20 --currency NZD --margin 2.5 --percentage 0.4
ebfx edu-calc price --payout 38862.20 --currency NZD --receivable 168000 --commission 1200 --extra-commission 500
ebfx edu-calc price --payout 38862.20 --currency NZD --payout-method 1
ebfx auth status 会返回当前 sender 是否已绑定,以及可能的授权链接ebfx auth token-status 会返回当前 token 是否存在、token 作用域,以及当前 token 文件路径ebfx edu-calc price 会返回价格试算结果、利润相关字段,以及 CLI 侧补充计算的 trialebfx dashboard deal-profitebfx edu-calc price