AI / AgentsHyperliquid2026
Senpi Skills
Open-source AI trading skills for Hyperliquid — trailing stops, market scanning, position management, and an exit engine, packaged as plug-and-play skills for an autonomous agent via the Senpi platform.
Python Producer SDKAgent Skillsruntime.yamlDSL
Senpi Skills
Every file in this repo is a self-contained, plug-and-play skill for an autonomous AI trading agent that operates on Hyperliquid via the Senpi platform.
What's inside
The repo stacks two things:
- Capabilities — the runtime (bundling a Python Producer SDK), an exit engine for trailing stops and risk management, and an onboarding flow.
- Strategies — declarative trading logic expressed in a
runtime.yamlwith DSL presets and archetype → example mappings.
Design goal
A builder should be able to read one doc (strategy-creation.md) — a full path, an inline producer skeleton, a complete config, and the gotchas — and ship a working strategy without browsing the rest of the repo. It's agentic trading infra designed to be consumed by agents, not just humans.
Next Project
Pebble