← 返回 Skills 市场
Robinhood for Agents
作者
Kevin Chun
· GitHub ↗
· v0.6.1
· MIT-0
319
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install robinhood-for-agents
功能描述
Trade stocks, options, and crypto on Robinhood — dual mode (MCP tools or TypeScript client).
安全使用建议
This skill appears to do what it says (a TypeScript Robinhood client). Before installing or running it: 1) Review the robinhood-for-agents npm package source (and the linked GitHub repo) to confirm the Playwright/browser login implementation does exactly what is described and has no hidden exfiltration. 2) Understand that login opens Chrome and programmatically intercepts network traffic to capture OAuth tokens; these tokens are stored in your OS keychain — anyone with access to that keychain can use them. 3) Only run this on a trusted machine; consider an isolated environment (VM/container) if you are uncomfortable. 4) Verify package integrity (pinned version, checksums, or use a package audit). 5) Follow the skill's CRITICAL SAFETY RULES: always require explicit confirmation before placing orders and never allow fund transfers/ bulk cancels. If you cannot review the package code or do not trust the package author, do not use the automated login; prefer manual session management or a vetted client.
功能分析
Type: OpenClaw Skill
Name: robinhood-for-agents
Version: 0.6.1
The robinhood-for-agents skill provides a comprehensive interface for trading and portfolio management. It includes strong safety instructions in SKILL.md, such as mandatory user confirmation for all orders and explicit blocks on fund transfers and bank operations. Authentication is handled via a browser-based login that stores tokens in the OS keychain (via Bun.secrets), which is a secure practice for local tools. No evidence of data exfiltration, backdoors, or malicious intent was found.
能力评估
Purpose & Capability
Name/description (Robinhood trading) match the actual instructions: everything revolves around a TypeScript client and optional MCP tools for account queries, research, and placing orders. Required binaries (bun and Chrome) are coherent: bun runs the client, Chrome is used for browser login.
Instruction Scope
Instructions are narrowly scoped to Robinhood operations (restoreSession, getAccountProfile, buildHoldings, orderStock/orderOption/orderCrypto, etc.). The one notable instruction is automated browser login: it states Chrome is opened and Playwright intercepts network traffic to capture OAuth tokens (no DOM interaction). While functionally coherent for obtaining session tokens, automated interception of network traffic is sensitive and should be verified in the package source before trusting.
Install Mechanism
This is instruction-only with no install spec in the registry; the SKILL.md notes using the npm package (robinhood-for-agents) via bun. There is no arbitrary URL download or archive extraction from unknown hosts. However, importing/using the npm package will pull code at runtime — review the package source (or pinned package version) before running.
Credentials
No environment variables or unrelated credentials are requested, which is proportionate. The skill does rely on storing OAuth tokens in the OS keychain (via Bun.secrets) — this is expected but sensitive: anyone with access to the machine's keychain could potentially read those tokens. The SKILL.md acknowledges this risk.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. It stores tokens in the OS keychain (normal for local auth persistence) and does not claim to modify other skills or system-wide agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install robinhood-for-agents - 安装完成后,直接呼叫该 Skill 的名称或使用
/robinhood-for-agents触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.1
- Added metadata on credential storage (OAuth tokens managed via OS keychain, never stored on disk) and detail about browser login flow (tokens captured via Playwright, no DOM interaction).
- Declared google-chrome as a requirement for initial login only (not needed for subsequent API usage).
- No functional, API, or workflow changes.
v0.6.0
- Added standalone TypeScript client API support; MCP server now optional
- Updated documentation for bun and direct client usage
- Listed full client method inventory with categories and descriptions
- Emphasized critical safety and blocked operations for trading
- Clarified routing Domains and use cases in the README
元数据
常见问题
Robinhood for Agents 是什么?
Trade stocks, options, and crypto on Robinhood — dual mode (MCP tools or TypeScript client). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Robinhood for Agents?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install robinhood-for-agents」即可一键安装,无需额外配置。
Robinhood for Agents 是免费的吗?
是的,Robinhood for Agents 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Robinhood for Agents 支持哪些平台?
Robinhood for Agents 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Robinhood for Agents?
由 Kevin Chun(@kevin1chun)开发并维护,当前版本 v0.6.1。
推荐 Skills