← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ebfx-cli
功能描述
当用户需要通过 ebfx CLI 在终端查询 EBFX 金融业务平台的数据、报价或运营信息时使用此技能。适用于跨境支付、外汇交易、留学支付场景;当用户提到登录系统、查询 dashboard、pending、deal profit、留学支付报价、学费试算、利润试算、佣金试算、出款方式、支持币种,或要求直接用命令行访...
使用说明 (SKILL.md)
ebfx
使用 ebfx 从终端访问当前项目的业务能力。这个技能重点在“如何触发”和“该落到哪个命令”,而不是系统介绍。
何时触发
当用户表达以下意图时,优先使用本技能:
- 要求“用 CLI 查”
- 要求“在终端登录系统”
- 要求“查 dashboard pending”
- 要求“查 deal profit / 利润数据 / finance dashboard”
- 要求“查留学支付报价”
- 要求“按学费金额和币种做试算”
- 要求“查留学支付利润 / 佣金 / 收益”
- 要求“查 price calculator 的结果”
- 要求“查支持币种”
- 要求“查 payout method / 出款方式”
如果用户明确提到 ebfx,也直接触发本技能。
使用规则
- 默认输出 JSON,适合 agent 和自动化消费
- 访问受保护接口前先确认已登录
- 如果 token 不存在或已失效,先执行
ebfx auth login
认证命令
适用于:
- “登录系统”
- “退出登录”
- “查看 token 状态”
- “确认 CLI token 存在哪个目录”
ebfx auth login
ebfx auth logout
ebfx auth token-status
Dashboard 命令
适用于:
- “查 dashboard”
- “查 pending”
- “查 overdue deals”
- “查 auto reversal”
ebfx dashboard pending
ebfx dashboard pending --type overdue
ebfx dashboard pending --type auto-reversal
适用于:
- “查 deal profit”
- “查利润数据”
- “查 finance dashboard”
- “按日期查利润”
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
留学支付试算命令
适用于:
- “查留学支付报价”
- “查学费报价”
- “做留学利润试算”
- “做佣金试算”
- “查 price calculator”
- “给定学费 38862.20 NZD 算一下”
先查支持币种:
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 token-status会返回当前 token 是否存在,以及默认 token 文件路径ebfx edu-calc price会返回价格试算结果、利润相关字段,以及 CLI 侧补充计算的trial- 用户只说“查一下利润”但没有说明是 dashboard 还是留学报价时,优先结合上下文判断:
- dashboard 运营利润,使用
ebfx dashboard deal-profit - 留学学费报价利润,使用
ebfx edu-calc price
- dashboard 运营利润,使用
安全使用建议
Review this before installing if you use EBFX accounts. Make sure the `ebfx` CLI is installed from a trusted source, understand which account/token it will use, and avoid running protected dashboard or profit queries unless you are comfortable exposing that data to the agent session.
能力评估
Purpose & Capability
The documented commands align with the stated EBFX financial operations purpose, including dashboard, profit, currency, payout-method, and education-payment quote queries.
Instruction Scope
The skill instructs the agent to check authentication and run login before protected API access, but it does not define user-confirmation boundaries, account scope, token scope, or data-minimization guidance for protected financial data.
Install Mechanism
The skill depends on an external `ebfx` terminal command, but the registry declares no required binary, no install spec, and no code files, so the reviewed artifacts do not establish the provenance of the CLI being invoked.
Credentials
Accessing EBFX protected business/financial data is proportionate to the purpose, but the skill metadata declares no credentials, environment variables, or config paths despite the SKILL.md requiring login/token handling.
Persistence & Privilege
The skill references a persistent CLI token and token file path, but does not clearly bound where credentials are stored, what token permissions are used, or how the user controls session reuse.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ebfx-cli - 安装完成后,直接呼叫该 Skill 的名称或使用
/ebfx-cli触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed all explicit --env local arguments from sample commands; now commands run in the current/default environment.
- Updated login flow: authentication no longer requires specifying --env; just use ebfx auth login.
- Simplified all example CLI commands to omit environment flags for easier use.
- Clarified usage intent and example scenarios; no structural command or feature changes introduced.
v1.0.0
Initial release of ebfx-cli skill.
- Enables terminal-based data, quote, and operational queries for EBFX financial business platform via CLI.
- Supports scenarios like cross-border payments, FX trading, and study-abroad payments.
- Details trigger rules based on user intent and maps suggested CLI commands to business capabilities.
- Includes authentication, dashboard queries, and study-abroad payment calculators with environment options.
- Outputs data in JSON for automation; ensures login before accessing protected endpoints.
- Provides example commands for most common business queries related to EBFX.
元数据
常见问题
ebfx-cli-skill 是什么?
当用户需要通过 ebfx CLI 在终端查询 EBFX 金融业务平台的数据、报价或运营信息时使用此技能。适用于跨境支付、外汇交易、留学支付场景;当用户提到登录系统、查询 dashboard、pending、deal profit、留学支付报价、学费试算、利润试算、佣金试算、出款方式、支持币种,或要求直接用命令行访... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 ebfx-cli-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ebfx-cli」即可一键安装,无需额外配置。
ebfx-cli-skill 是免费的吗?
是的,ebfx-cli-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ebfx-cli-skill 支持哪些平台?
ebfx-cli-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ebfx-cli-skill?
由 renxqoo(@renxqoo)开发并维护,当前版本 v1.0.1。
推荐 Skills