Senpi Skills Library
Updated May 22, 2026 · 1 min read
Open-source Senpi trading skills for scanning and momentum: list them, use the runtime for exits, and migrate legacy Python via the playbook.
Skills are pre-built trading workflows (entry scanners, momentum filters, attribution, and more), open-source at github.com/Senpi-ai/senpi-skills.
List available skills
npx skills add https://github.com/Senpi-ai/senpi-skills --list
Recommendation for exit management
Always use @senpi-ai/runtime (article 20). Configure exits in the exit: block of your strategy YAML. The legacy dsl-dynamic-stop-loss skill (Python + cron) is still maintained for skills and positions not yet migrated but is not recommended for new work. The DSL-MIGRATION-PLAYBOOK in senpi-skills walks through converting Python DSL skills to the runtime. Already migrated: ORCA, FOX, MANTIS, ROACH.
Most users don't need manual installs
The official Railway template (article 18) auto-configures MCP tools and bundles common skills. For custom installs, see senpi.ai/quickstart. New here? Start with the AI agents overview.
Related articles
Audit Tools: Reviewing Agent Decisions
List, inspect, and query agent decision logs with the MCP audit tools, plus local runtime commands that skip the MCP round-trip.
Share Your Wins Feed
How get_share_your_wins surfaces closed winning trades, the fields it returns, and why a trade might not appear in the feed.
