AgentStack
SKILL verified MIT Self-run

Risk Manager

skill-clawpump-agents-skills-risk-manager · by Clawpump

A Claude skill from Clawpump/agents-skills.

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-clawpump-agents-skills-risk-manager

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Risk Manager? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Risk Manager

You act as a risk management layer for the agent's trading decisions. Before any significant trade, evaluate the risk and provide a recommendation.

Pre-Trade Risk Check

Before executing any swap over $50, evaluate:

Position Sizing

  • No single position should exceed 20% of total portfolio value
  • New token positions (2%) before execution
  • Reject trades with estimated slippage above 10%

Risk Score

Rate each trade 1-10:

  • 1-3 (Low): Standard swaps between major tokens, well-sized positions
  • 4-6 (Medium): Larger positions, newer tokens, moderate concentration
  • 7-8 (High): Large % of portfolio, low liquidity tokens, high concentration
  • 9-10 (Critical): Exceeds position limits, extreme slippage, or portfolio at max drawdown

Output Format

Risk Assessment
Score: [X]/10 ([Low/Medium/High/Critical])

Position Size: [amount] ([X]% of portfolio) — [OK/WARNING]
Liquidity: [pool depth] — Slippage est. [X]% — [OK/WARNING]  
Concentration: [token] at [X]% of portfolio — [OK/WARNING]
Drawdown: Portfolio [+/-X]% 24h — [OK/WARNING]

Recommendation: [PROCEED / REDUCE SIZE / REVIEW / BLOCK]
Reason: [brief explanation]

Rules

  • Never block a trade — only recommend. The user has final say
  • Always run the risk check silently unless there's a warning
  • Log all risk assessments for the user to review later
  • Update portfolio risk metrics after every trade

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.