FriesTrader — AI skill for Claude Code
Robinhood Agentic Trading agent — a fully automated AI trading bot placing real orders through Robinhood's Agentic Trading MCP, under mechanical, auditable risk rules the model cannot override.
How to install FriesTrader
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open YizhiSong/FriesTrader and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What FriesTrader does
Robinhood Agentic Trading agent — a fully automated AI trading bot placing real orders through Robinhood's Agentic Trading MCP, under mechanical, auditable risk rules the model cannot override. Able to run unattended on Claude Pro, no metered API spend. Not financial advice.
Alternatives in AI
- Osaurus — Own your AI. The native macOS harness for AI agents -- any model, persistent memory, autonomous execution, cry 5.1k ★
- Opennews MCP — News Aggregation · AI Ratings · Trading Signals · Real-time Updates 2.1k ★
- LiveAgent — A fully functional AI Agent desktop client that supports Webui access and can be creatively customized and exp 1.9k ★
README
FriesTrader
 
An AI trading agent built to run cheap and fully on its own, trading real orders on [Robinhood](https://robinhood.com) using its [Agentic Trading MCP server](https://robinhood.com/us/en/agentic-trading/). Once set up, it's able to run unattended on its own schedule every weekday, no manual triggering needed, and the actual safety mechanism is mechanical, auditable risk rules, not the model's judgment. Two short scheduled Claude Code sessions a day screen stocks, write out their reasoning, and (only under a narrow, explicit gate) place real trades, without a team of specialized sub-agents burning tokens on every decision. Because it's just two lean sessions instead of a multi-agent pipeline, it runs comfortably on a Claude Pro subscription (as low as $200/year on the annual plan), no Claude Max or metered API spend required.
This is a template/framework extracted from a real, live deployment. Adapt it, don't just run it blind — read "What this does and doesn't solve" below before pointing it at real money.
If you build on this, a star, a fork, or a link back to this repo is always appreciated.
Why this is safer than it sounds
"Fully autonomous" and "trading real money" together should make you nervous. Here's what actually stands between a thesis and an order:
- Every trade passes through mechanical rules the LLM cannot
override — position sizing, stop-loss, take-profit, loss limits, a
wash-sale guard, each computed by a small stdlib-only Python script in
scripts/rather than the model doing arithmetic in prose. Same inputs always produce the same numbers, and a good story never cancels a stop-loss. - New deployments start in
dry_runand stay there for a minimum number of cycles (dry_run_min_cycles_before_live) before a live order is even possible, so you can watch it
Related Skills
Payment Intelligence Agent
Cloud-native, event-driven payment transaction intelligence agent. Ingests simulated payment events, detects a
SoloDawn
Catches and repairs AI hallucinations before delivery: three quality gates, 31 built-in rules, a self-healing
Vibe Sensei
AI Trading Terminal — 68 historical masters watch your trades. Buffett warns on risk, Soros spots reflexivity,
Hyperliquid Trading Agent
LLM-driven crypto trading agent for Hyperliquid paper-trading. 3-layer architecture: research + quant signals
Sentinel Skill
Risk-aware AI trading copilot for Binance Agent OS — analyzes your portfolio, challenges risky trades before e
AI Advisor
You are a trading advisor for a Hyperliquid perpetual futures bot. You receive a JSON payload with positions,
Related Agents
Execution Trader
The only Bot on the desk that places, modifies or cancels Hyperliquid orders. Executes one approved ticket at
Arbitrage Bot
Identify and execute cryptocurrency arbitrage opportunities across exchanges and DeFi protocols. Use PROACTIVE
Implementer Sonnet
Implement one trivial phase of an approved plan — typos, one-line fixes, mechanical renames, doc/copy edits, l