← 返回 Skills 市场
Quant Risk Dashboard
作者
jason-aka-chen
· GitHub ↗
· v1.0.0
· MIT-0
168
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install quant-risk-dashboard
功能描述
Professional quantitative trading risk management dashboard. Real-time VaR/CVaR calculation, stress testing, position limits, exposure monitoring, drawdown a...
安全使用建议
This skill appears coherent for running a local risk dashboard and uses standard numeric and visualization libraries. Before installing or running: (1) review the truncated portion of quant_risk.py to ensure there are no network calls, hidden remote endpoints, or code that reads system secrets; (2) run the code in an isolated virtual environment or sandbox and install the listed pip packages into a venv; (3) be cautious when exposing the dashboard port (default 8050) — bind to localhost and firewall appropriately if you do not want external access; (4) note the code uses mock historical returns in the visible portion, so you should provide real market data sources and validate calculations before relying on this in production; (5) if you plan to integrate with a trading system, audit the integration code for any places where credentials or order-execution logic could be sent to or accepted from this skill.
功能分析
Type: OpenClaw Skill
Name: quant-risk-dashboard
Version: 1.0.0
The quant-risk-dashboard skill is a legitimate implementation of a quantitative trading risk management tool. The code in quant_risk.py performs standard financial calculations (VaR, CVaR, Sharpe ratio) using numpy and scipy, and the SKILL.md provides clear, non-malicious instructions for its use. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description (quant risk dashboard, VaR/CVaR, stress tests, web UI) match the included SKILL.md usage examples and the quant_risk.py implementation: position management, VaR/CVaR calculations, reporting, and a local web dashboard. The dependencies referenced in SKILL.md (pandas, numpy, scipy, plotly, dash) are appropriate for this functionality.
Instruction Scope
SKILL.md contains concrete usage examples (adding positions, getting metrics, starting a dashboard on localhost) and does not instruct the agent to read unrelated system files, environment secrets, or to transmit data to external endpoints. The code shown implements purely local computations and in-memory state. Note: SKILL.md and the visible source use mock/hypothetical data loaders for historical returns; the truncated portion should be reviewed to confirm it does not add network I/O.
Install Mechanism
There is no registry install spec (skill is instruction-only). SKILL.md suggests installing common Python packages via pip; that is a normal, low-risk developer instruction. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference secrets or external service tokens in the provided portion. This is proportionate for a local dashboard library.
Persistence & Privilege
The skill does not request always:true and will not be force-included. It does not modify agent-wide settings or other skills. Autonomous invocation is allowed (platform default) but the skill itself has no elevated persistence or privilege requests.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install quant-risk-dashboard - 安装完成后,直接呼叫该 Skill 的名称或使用
/quant-risk-dashboard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of quant-risk-dashboard, a professional risk management dashboard for quantitative trading.
- Real-time VaR/CVaR calculation and stress testing features
- Position limits, exposure monitoring, and drawdown alerts
- Comprehensive risk metrics: volatility, beta, Sharpe/Sortino ratios, and more
- Interactive web dashboard with advanced visualization and reporting tools
- Configurable alerts, custom reporting, and trading system integration
元数据
常见问题
Quant Risk Dashboard 是什么?
Professional quantitative trading risk management dashboard. Real-time VaR/CVaR calculation, stress testing, position limits, exposure monitoring, drawdown a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 168 次。
如何安装 Quant Risk Dashboard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install quant-risk-dashboard」即可一键安装,无需额外配置。
Quant Risk Dashboard 是免费的吗?
是的,Quant Risk Dashboard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Quant Risk Dashboard 支持哪些平台?
Quant Risk Dashboard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Quant Risk Dashboard?
由 jason-aka-chen(@jason-aka-chen)开发并维护,当前版本 v1.0.0。
推荐 Skills