← Back to Skills Marketplace
kevin1chun

Robinhood for Agents

by Kevin Chun · GitHub ↗ · v0.6.1 · MIT-0
cross-platform ✓ Security Clean
319
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install robinhood-for-agents
Description
Trade stocks, options, and crypto on Robinhood — dual mode (MCP tools or TypeScript client).
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install robinhood-for-agents
  3. After installation, invoke the skill by name or use /robinhood-for-agents
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug robinhood-for-agents
Version 0.6.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Robinhood for Agents?

Trade stocks, options, and crypto on Robinhood — dual mode (MCP tools or TypeScript client). It is an AI Agent Skill for Claude Code / OpenClaw, with 319 downloads so far.

How do I install Robinhood for Agents?

Run "/install robinhood-for-agents" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Robinhood for Agents free?

Yes, Robinhood for Agents is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Robinhood for Agents support?

Robinhood for Agents is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Robinhood for Agents?

It is built and maintained by Kevin Chun (@kevin1chun); the current version is v0.6.1.

💬 Comments