·dsl-dynamic-stop-loss
</>

dsl-dynamic-stop-loss

Automated trailing stop loss for leveraged perpetual positions on Hyperliquid. Monitors price via cron, ratchets profit floors through configurable tiers, and auto-closes positions on breach via mcporter — no agent intervention for the critical path. Works for LONG and SHORT. ROE-based (return on margin) tier triggers that automatically account for leverage. Use when protecting an open Hyperliquid perp position, setting up trailing stops, managing profit tiers, or automating position exits on breach.

97Installs·8Trend·@senpi-ai

Installation

$npx skills add https://github.com/senpi-ai/senpi-skills --skill dsl-dynamic-stop-loss

How to Install dsl-dynamic-stop-loss

Quickly install dsl-dynamic-stop-loss AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/senpi-ai/senpi-skills --skill dsl-dynamic-stop-loss
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: senpi-ai/senpi-skills.

SKILL.md

View raw

Automated trailing stop loss for leveraged perp positions on Hyperliquid. Monitors price via cron, ratchets profit floors upward through configurable tiers, and auto-closes positions on breach — no agent intervention required for the critical path.

The script closes positions directly via mcporter. If the agent is slow, busy, or restarting, the position still gets closed on the next cron tick.

All tier triggers use ROE (Return on Equity): PnL / margin × 100. This means a triggerPct: 10 fires at 10% return on margin, not 10% price move. Leverage is accounted for automatically.

Automated trailing stop loss for leveraged perpetual positions on Hyperliquid. Monitors price via cron, ratchets profit floors through configurable tiers, and auto-closes positions on breach via mcporter — no agent intervention for the critical path. Works for LONG and SHORT. ROE-based (return on margin) tier triggers that automatically account for leverage. Use when protecting an open Hyperliquid perp position, setting up trailing stops, managing profit tiers, or automating position exits on breach. Source: senpi-ai/senpi-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/senpi-ai/senpi-skills --skill dsl-dynamic-stop-loss
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from senpi-ai/senpi-skills

Quick answers

What is dsl-dynamic-stop-loss?

Automated trailing stop loss for leveraged perpetual positions on Hyperliquid. Monitors price via cron, ratchets profit floors through configurable tiers, and auto-closes positions on breach via mcporter — no agent intervention for the critical path. Works for LONG and SHORT. ROE-based (return on margin) tier triggers that automatically account for leverage. Use when protecting an open Hyperliquid perp position, setting up trailing stops, managing profit tiers, or automating position exits on breach. Source: senpi-ai/senpi-skills.

How do I install dsl-dynamic-stop-loss?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/senpi-ai/senpi-skills --skill dsl-dynamic-stop-loss Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/senpi-ai/senpi-skills