← 返回 Skills 市场
185
总下载
1
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install trade-it
功能描述
Trade stocks, options, and crypto on brokerages, including Robinhood, ETrade, Charles Schwab, Webull, Public, Tastytrade, Coinbase, and Kraken, via the Trade...
安全使用建议
This skill is internally consistent: it needs python3 and a single TRADEIT_ACCESS_TOKEN to call Trade It's API. Before installing, consider: (1) Only provide a revocable, scoped access token (or OAuth short-lived token) — avoid giving long-lived full-access credentials. (2) Confirm the agent always asks you for explicit confirmation before calling execute-trade; the SKILL.md requires this but an agent could be misconfigured. (3) Be aware the helper has a --no-redact flag that will print raw responses (potentially exposing sensitive fields); avoid invoking that flag and avoid printing raw responses. (4) Using --params-file writes temporary JSON to the filesystem (e.g., /tmp); don't store secrets in those files. (5) Test with a non-production or limited-scope token first and verify you can revoke access from Trade It if needed. If you want more assurance, request the publisher/source or review hosting and token-scope details (OAuth scopes, token expiry) before using production credentials.
能力评估
Purpose & Capability
Name/description match the implementation. The only required binary (python3) and the single required env var (TRADEIT_ACCESS_TOKEN) are appropriate and expected for a small helper that calls the Trade It API. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md restricts actions to invoking the bundled Python helper via exec and documents safety rules (draft-first, explicit confirmation before execute). It also recommends using --params-file for large payloads (which implies writing temporary files like /tmp/tradeit-create-trade.json). The helper exposes a --no-redact flag that will print raw JSON (including sensitive fields if present) even though the skill's guidance says 'Do not print the token back to the user'—this discrepancy is worth noting because an agent could accidentally invoke the helper with --no-redact or surface responses that contain sensitive fields embedded in payloads.
Install Mechanism
No install spec is provided (instruction-only) and the helper is run directly via python3 from the skill bundle. This is low-risk and proportional to the stated purpose. Nothing in the manifest attempts to download or execute external installers.
Credentials
Only one environment variable (TRADEIT_ACCESS_TOKEN) is required and declared as the primary credential, which is appropriate for an API client. The helper also accepts an explicit --access-token CLI argument (overriding the env var) — convenient but means calls could be made with tokens passed on the command line; users should avoid exposing long-lived secrets this way. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill does not request privileged, always-on presence (always:false) and does not modify other skills or system-wide configuration. It uses the platform-default model invocation capability; because the skill can place real trades it correctly documents safety checks (explicit confirmation before execute).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install trade-it - 安装完成后,直接呼叫该 Skill 的名称或使用
/trade-it触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Added clearer /user/me endpoint
v1.1.0
Removed test-only API_URL variable. Updated wording of skill and readme for clarity
v1.0.0
Initial release of Trade It skill for brokerage-backed trading via the Trade It API.
- Enables real-time trading of stocks, options, and crypto on multiple brokerages, including Robinhood, ETrade, Schwab, Webull, Public, Tastytrade, Coinbase, and Kraken.
- Introduces draft-first trade flows, requiring clear user confirmation steps. Auto-execution is turned off by default.
- Offers hosted session URLs for brokerage connection and visual trade review.
- Strong focus on trust, safety, and proper handling of sensitive user data and trade confirmations.
- Extensive references and safety rules to guide conversation and task execution.
元数据
常见问题
Stock Trader 是什么?
Trade stocks, options, and crypto on brokerages, including Robinhood, ETrade, Charles Schwab, Webull, Public, Tastytrade, Coinbase, and Kraken, via the Trade... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 185 次。
如何安装 Stock Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install trade-it」即可一键安装,无需额外配置。
Stock Trader 是免费的吗?
是的,Stock Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Trader 支持哪些平台?
Stock Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Trader?
由 DeanMauro(@deanmauro)开发并维护,当前版本 v1.2.0。
推荐 Skills