risk

Enforce trading risk limits with automated controls and VaR analytics.

650|137|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/alsk1992/CloddsBot --skill risk-alsk1992
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: risk
Source: https://github.com/alsk1992/CloddsBot/tree/main/src/skills/bundled/risk
Command: npx skills add https://github.com/alsk1992/CloddsBot --skill risk-alsk1992

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive risk management system to protect trading capital by enforcing limits, monitoring volatility, and preventing catastrophic losses.

Core Features & Use Cases

  • Automated Controls: Implements circuit breakers, loss limits, and kill switches to automatically halt trading when predefined risk thresholds are breached.
  • Risk Analytics: Offers real-time insights into portfolio risk through Value-at-Risk (VaR), volatility regime detection, and stress testing.
  • Use Case: Automatically stop all trading if the portfolio's daily loss exceeds $1000 or if a severe market crash scenario is simulated.

Quick Start

View the current risk status by typing /risk.

Frequently Asked Questions about risk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement automated risk management controls for trading?

Automated risk management controls enforce circuit breakers, loss limits, and kill switches to halt trading when thresholds are breached. You can configure these controls to automatically stop trading if a daily loss limit or drawdown threshold is exceeded.

How does Value-at-Risk and stress testing work for a trading portfolio?

Value-at-Risk and stress testing monitor portfolio risk by simulating severe market crash scenarios to predict potential capital erosion. These analytics provide real-time insights into volatility regimes to prevent catastrophic losses during unstable market conditions.

Can I use this risk engine for pre-trade validation and post-trade P&L recording?

Yes, this risk engine integrates with trading execution to perform pre-trade validation and post-trade P&L recording. This ensures that position size limits are checked before execution and actual profit and loss are tracked against portfolio limits.

How do I set up a circuit breaker to stop trading when max loss limits are breached?

A circuit breaker automatically halts trading when predefined max loss or drawdown limits are breached. Configuring these thresholds prevents further capital erosion by stopping all trading activities once the daily loss limit is reached.

What are the limitations of using volatility regime detection for risk monitoring?

Volatility regime detection monitors real-time portfolio risk but relies on predefined thresholds to trigger automated controls. It prevents catastrophic losses during severe market crashes, but cannot predict unprecedented black swan events outside simulated stress test scenarios.