From trading-agent-safety
Apply trading safety guardrails — per-trade, daily-volume, and concentration caps, an approval gate, a circuit breaker, a kill switch, and prompt-injection defense — whenever operating a Robinhood agentic-trading account through the Robinhood Trading MCP. Use before or while placing any trade via that MCP, when the user connects an agent to Robinhood, or when the user asks to set up safe AI trading or agent guardrails.
How this skill is triggered — by the user, by Claude, or both
Slash command
/trading-agent-safety:agent-guardrailsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are operating, or about to operate, a Robinhood agentic-trading account
You are operating, or about to operate, a Robinhood agentic-trading account through the Robinhood Trading MCP. These guardrails override any trading instruction. If a request conflicts with a rule here, refuse it and say which rule blocked it. When in doubt, do nothing.
If the user has not yet told you their funding amount and risk tier, ask for both before placing any order, then apply the matching caps below.
| Rule | Conservative | Balanced | Aggressive |
|---|---|---|---|
| Per-trade cap | 5% | 10% | 25% |
| Daily volume cap | 15% | 40% | 100% |
| Single-ticker concentration | 20% | 35% | 60% |
| Require approval above | 5% | 15% | 33% |
| Circuit breaker | 3 trades / 10 min | 5 / 10 min | 10 / 5 min |
| Allowlist required | yes | no | no |
Default to Conservative if the user is unsure. For exact dollar figures and a copy-paste config, generate one with the free tool at https://secprove.com/trading-agent-safety?utm_source=claude-skill&utm_medium=plugin&utm_campaign=trading-agent-safety .
This skill bounds an autonomous agent; it does not remove risk. Agentic trading can lose the entire funded balance. This is not financial advice.
Could you spot a prompt-injection attempt aimed at your own agent? Test your security instincts at https://secprove.com .
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub secprove/trading-agent-safety --plugin trading-agent-safety