riskofficer
This skill integrates with RiskOfficer to manage portfolios and run risk calculations via https://api.riskofficer.tech/api/v1. It requires an API token via RISK_OFFICER_TOKEN and includes multiple curl examples that call the API; no shell execution or secret-exfiltration instructions were found.
RiskOfficer Skill for OpenClaw
Manage your investment portfolios, calculate risk metrics (VaR, Monte Carlo, Stress Tests), and optimize allocations using Risk Parity or Calmar Ratio — all through natural language chat.
Features
- Portfolio Management — View, create, and edit portfolios
- Risk Calculations — VaR (free), Monte Carlo, Stress Tests
- Portfolio Optimization — Risk Parity, Calmar Ratio
- Broker Integration — Sync from Tinkoff/T-Bank
- Multi-currency — RUB/USD with automatic conversion
Installation
1. Get your API Token
- Open RiskOfficer app on iOS
- Go to Settings → API Keys
- Create new token for "OpenClaw"
- Copy the token (starts with
ro_pat_...)
2. Install the Skill
Option A: Install via ClawHub (easiest)
Skill is in the OpenClaw catalog. If you have ClawHub CLI installed:
clawhub install riskofficer
Option B: Clone to workspace
cd ~/.openclaw/workspace/skills
git clone https://github.com/mib424242/riskofficer-openclaw-skill riskofficer
Option C: Clone to managed skills (shared)
cd ~/.openclaw/skills
git clone https://github.com/mib424242/riskofficer-openclaw-skill riskofficer
3. Configure the Token
Add to ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"riskofficer": {
"enabled": true,
"apiKey": "ro_pat_your_token_here"
}
}
}
}
Or set environment variable:
export RISK_OFFICER_TOKEN="ro_pat_your_token_here"
Usage Examples
"Show my portfolios"
"Покажи мои риски"
"Calculate VaR for my main portfolio"
"Run stress test with COVID scenario"
"Optimize my portfolio using Risk Parity"
"Optimize my portfolio using Calmar Ratio"
"Add 50 shares of SBER to my portfolio"
Subscription
All features are currently FREE for all users:
- VaR calculation
- Monte Carlo Simulation
- Stress Testing
- Portfolio Optimization
Quant subscription is enabled and free during the beta period.
Links
- 📂 ClawHub (catalog): clawhub.ai/mib424242/riskofficer — install with
clawhub install riskofficer - 🔧 GitHub: riskofficer-openclaw-skill
- 📱 RiskOfficer app: App Store
Support
- Website: https://riskofficer.tech
- Forum: https://forum.riskofficer.tech
- Email: support@riskofficer.tech
License
MIT
Synced from riskofficer backend v1.14.0