← 返回 Skills 市场
wjpwc

Tiger Trading

作者 wjpwc · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
341
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tiger-trading
功能描述
老虎证券美股交易能力。支持账户余额查询、持仓查询、买卖下单、订单管理。用户只需提供 tiger_id、account、license 和 private_key 即可使用。触发场景:(1) 查询老虎账户状态 (2) 买卖美股 (3) 查看持仓 (4) 取消订单
安全使用建议
This skill is coherent with its stated purpose but handles very sensitive credentials and can execute real trades. Before installing: (1) Confirm you trust the skill source (no homepage or publisher info is provided). (2) Review the tiger_client.py yourself or run it in a sandboxed/test (simulated) Tiger account (license=TBNZ) first. (3) Do NOT supply your production private key to untrusted skills; prefer a limited/sandbox key and rotate it afterward. (4) Ensure the runtime has the required 'tigeropen' Python package installed and pinned to a known-good version. (5) If possible, disable autonomous invocation or require explicit confirmation for any order-placement actions to avoid accidental or automated trades.
功能分析
Type: OpenClaw Skill Name: tiger-trading Version: 1.0.0 The tiger-trading skill is a legitimate wrapper for the official Tiger Brokers SDK (tigeropen), providing functionalities for account queries and stock trading. It requires sensitive credentials (Tiger ID, Account, Private Key) to function, but the implementation in scripts/tiger_client.py is straightforward and lacks any indicators of malicious intent, such as data exfiltration, obfuscation, or unauthorized command execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the Python client are consistent: this is a Tiger (老虎) brokerage client that lists/queries accounts/positions/balance and places/cancels orders. The credentials it asks for (tiger_id, account, license, private_key) are appropriate for this purpose.
Instruction Scope
Runtime instructions and the code only reference the Tiger SDK and local private key (file path or text). The skill does not read unrelated system files or send data to unknown endpoints in the provided code; all network activity would occur via the tigeropen library to the brokerage API.
Install Mechanism
This is an instruction-only install with no install spec, but the code depends on the external Python package 'tigeropen' (and its submodules). That dependency is not declared or installed by the skill, which can cause runtime failures. Lack of an install/dependency declaration is an operational/maintenance gap (not necessarily malicious).
Credentials
The only sensitive inputs required are tiger_id, account, license, and private_key — all expected for trading. Requiring raw private key content or a path is necessary for signing requests but is high sensitivity: supplying these grants the skill ability to execute real trades. No unrelated credentials or environment variables are requested.
Persistence & Privilege
always is false (good). The skill allows autonomous model invocation (platform default). Because the skill can place/cancel orders, autonomous invocation increases risk if the agent is permitted to call the skill without human approval — consider restricting use or requiring explicit user confirmation for trade actions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tiger-trading
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tiger-trading 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Tiger Trading Skill - Enables US stock trading via Tiger Brokers: account and positions query, order placement, order management. - Supports querying account balance, holdings, placing buy/sell orders, and canceling orders. - Requires tiger_id, account, license, and private_key for access. - Provides Python and CLI usage examples for all main operations. - Returns data in structured JSON formats for easy integration.
元数据
Slug tiger-trading
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tiger Trading 是什么?

老虎证券美股交易能力。支持账户余额查询、持仓查询、买卖下单、订单管理。用户只需提供 tiger_id、account、license 和 private_key 即可使用。触发场景:(1) 查询老虎账户状态 (2) 买卖美股 (3) 查看持仓 (4) 取消订单. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 341 次。

如何安装 Tiger Trading?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tiger-trading」即可一键安装,无需额外配置。

Tiger Trading 是免费的吗?

是的,Tiger Trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tiger Trading 支持哪些平台?

Tiger Trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tiger Trading?

由 wjpwc(@wjpwc)开发并维护,当前版本 v1.0.0。

💬 留言讨论