senpi-trading-runtime

Installation
SKILL.md

Senpi Trading Runtime — OpenClaw Plugin

On-chain position tracker with automated DSL (Dynamic Stop-Loss) exit engine. Monitors a wallet's positions on Hyperliquid for lifecycle events (open, close, edit, flip) and applies two-phase trailing stop-loss protection to all positions.

Install location (OpenClaw-managed hosts): Senpi skills live at /data/.openclaw/skills/. The Senpi skill family is senpi-onboard (bootstrap + welcome), senpi-entrypoint (post-onboarding routing + the strategy-intent router + the fleet catalog), and senpi-trading-runtime (this skill — the build path). If you only see senpi-trading-runtime installed and not the other two, follow the raw-URL pointers in this doc — they work regardless of install state.

▶ Before you read this: classify the user's intent

The word "strategy" is overloaded — and defaulting to the build-from-scratch path when the user just wanted a recommendation is the most common silent failure. This skill is only for the build-a-new-autonomous-agent path (author code + runtime.yaml + DSL). Before you read further, do this:

If the user's intent is anything other than an explicit, specific build-from-scratch request, ASK them to disambiguate:

"Do you want to (a) open a specific position you already have in mind, (b) copy a specific trader, or (c) get help picking or building a strategy from our catalog?"

Then route accordingly:

Installs
118
GitHub Stars
99
First Seen
Apr 1, 2026
senpi-trading-runtime — senpi-ai/senpi-skills