← Back to Skills Marketplace
sv

Risk Guardian

by Sergey Vidyuk · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
88
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paradex-risk-guardian
Description
Real-time risk monitoring, margin analysis, and protective alerts for Paradex trading accounts and vaults. Synthesizes account summary, positions, market dat...
Usage Guidance
This skill appears internally consistent and focused on Paradex risk metrics, but verify these platform/operational details before enabling it for real accounts: 1) Confirm how the agent/platform obtains Paradex authorization — ensure API keys or account linking use least-privilege scopes (read-only for risk checks) and are not shared outside the platform. 2) Ask the platform what data the MCP connectors expose and where alerts (if any) are delivered — confirm there are no unexpected external endpoints. 3) If possible, test the skill with a read-only or limited-permission account or a sandbox/vault before running it on live funds. 4) If you do not want autonomous background monitoring or alerting, disable autonomous invocation or require explicit user confirmation for alert setup. These steps will reduce risk even though the skill itself is coherent.
Capability Assessment
Purpose & Capability
Name/description (Paradex risk monitoring) match the instructions: the SKILL.md exclusively references Paradex MCP data sources (paradex_vault_account_summary, paradex_vault_positions, market summaries, orderbook, etc.) and computations are all risk-related. The skill does not request unrelated capabilities or secrets.
Instruction Scope
SKILL.md instructs the agent to read Paradex-provided MCP tools and compute margin, liquidation distance, concentration, funding, liquidity checks, stress tests, and risk scores. It does not instruct reading arbitrary host files, environment variables, or contacting external endpoints outside Paradex data sources. The instructions are scoped to risk assessment and reporting.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
The skill declares no required env vars or credentials, which is consistent if the platform supplies Paradex MCP connectors and the agent already has authorized access. If you expect this skill to access a live Paradex account you should confirm how the platform provides Paradex credentials (OAuth, account linking, or API keys) and which tokens/scopes will be used. The absence of explicit credential requests here is coherent but deserves verification in your environment.
Persistence & Privilege
always is false and the skill is user-invocable with autonomous invocation allowed (platform default). The skill does not request persistent system-level privileges or modifications to other skills. Autonomous invocation is normal; combine with your own policy choices if you want to restrict background monitoring/alerts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paradex-risk-guardian
  3. After installation, invoke the skill by name or use /paradex-risk-guardian
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug paradex-risk-guardian
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Risk Guardian?

Real-time risk monitoring, margin analysis, and protective alerts for Paradex trading accounts and vaults. Synthesizes account summary, positions, market dat... It is an AI Agent Skill for Claude Code / OpenClaw, with 88 downloads so far.

How do I install Risk Guardian?

Run "/install paradex-risk-guardian" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Risk Guardian free?

Yes, Risk Guardian is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Risk Guardian support?

Risk Guardian is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Risk Guardian?

It is built and maintained by Sergey Vidyuk (@sv); the current version is v1.0.0.

💬 Comments