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.

Share

Related articles