ai agent risk governor
by nowrich
An external governance layer that enforces hard financial risk limits and kill switches for autonomous trading agents.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Initialize the risk governor for a BTC/ETH bot. Limit daily loss to $500, max leverage to 2x, and only allow LIMIT orders during NYSE hours. Prohibit illiquid derivatives.
Your agent does
Risk Governor initialized.
- Assets: BTC/USD, ETH/USD
- Max Daily Loss: $500 (Hard stop)
- Max Leverage: 2.0x
- Allowed Actions: LIMIT orders only
- Session: 09:30 - 16:00 ET
- Strategy: Fail-closed on data lag. Kill switch requires human reset. Audit logging enabled.
What you get
About this skill
The problem
Autonomous trading agents can cause catastrophic financial loss if they execute unauthorized actions, exceed leverage limits, or encounter runaway bugs. Relying on an agent to manage its own risk is insufficient, as logic failures can bypass internal checks.
What it does
- Enforces hard, external limits on exposure, loss, leverage, and asset eligibility.
- Implements a fail-closed mechanism that blocks all actions if risk data is stale or unavailable.
- Triggers a hard kill switch requiring human intervention after any limit breach.
- Maintains an immutable, append-only audit trail of every ALLOW and BLOCK decision.
- Validates every proposed action against account state via a pre-flight check middleware.
Frameworks & tools
Language-agnostic logic designed for integration with Python, Node.js, or Go trading bots. Compatible with REST/WebSocket exchange APIs and YAML-based configuration.
Why this beats prompting it yourself
Generic prompts often allow agents to "hallucinate" ways around risk constraints or ignore edge cases in volatile markets. This skill provides a deterministic governance framework that treats risk as a separate, non-negotiable layer the agent cannot modify or influence.
Use cases
- Preventing runaway losses in autonomous crypto or forex trading bots.
- Restricting agents to specific asset allowlists and liquidity thresholds.
- Enforcing strict trading windows and mandatory cooldown periods after losses.
- Capping total account leverage and position concentration per sector.
Known limitations
Requires an external environment to host the governor logic so the agent cannot bypass it. Does not include direct exchange connectivity adapters.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Frequently Asked Questions
Popular in Finance, Legal & Accounting

agent-financial-research-workflow
Teaches AI coding agents (Claude Code, Cursor, Codex CLI) to perform structured financial research using free APIs and systematic methodology. Covers SEC filing analysis, financial metrics extraction,
multi agent market research desk
A multi-agent research orchestrator that synthesizes technical, fundamental, and macro data into weighted briefs.
invoice extractor
Automated extraction of invoice and receipt data into structured ledgers with accounting software export support.

agent-loop-guardian
Teaches AI coding agents to detect when they're stuck in a repeating action loop (same file edit, same tool call, same error pattern) and break out before burning tokens. Uses a three-layer detection