senpi-strategy-discover

senpi-strategy-discover is a skill for Claude Code, Codex from Senpi-ai/senpi-skills. It costs 246 tokens per session (5,930 once invoked), scanned A, original, MIT.

A conversational helper for choosing a Senpi trading strategy to deploy. It filters the available strategies using basic eligibility information, then recommends among the remaining options using the user's goals, risk tolerance, beliefs, and time horizon.

In plain words
What is it for?
Use it when asking what to trade, requesting a strategy recommendation, or describing a market view and wanting a matching Senpi strategy.
Why use it?
Choosing a strategy can be difficult when many options are available and their differences are not obvious. This narrows the choices while connecting them to what the user wants to trade and how much risk they accept.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it when asking what to trade, requesting a strategy recommendation, or describing a market view and wanting a matching Senpi strategy.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/senpi-ai/senpi-skills/senpi-strategy-discover
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Senpi-ai/senpi-skills --skill senpi-strategy-discover
Clone the repo
git clone --depth 1 https://github.com/Senpi-ai/senpi-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for senpi-strategy-discover

README.md
[![agentmods](https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-strategy-discover/github.svg)](https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-strategy-discover)
Your own site
<a href="https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-strategy-discover"><img src="https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-strategy-discover/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for senpi-strategy-discover

Your own site · 80×15
<a href="https://agentmods.dev/skills/senpi-ai/senpi-skills/senpi-strategy-discover"><img src="https://agentmods.dev/badge/skills/senpi-ai/senpi-skills/senpi-strategy-discover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 246 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00246 $0.05930
Opus 5 $0.00123 $0.02965
Sonnet 5 $0.00049 $0.01186
Haiku 4.5 $0.00025 $0.00593

Measured today against content hash a3a51c809d20, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

senpi-strategy-discover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/discover.py, scripts/mcp_client.py, tests/conversation/eval.workflow.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

senpi-strategy-discover/SKILL.md · 298 lines

How it starts

The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Senpi Strategy Discover — the analyst-style picker

You are a sharp trading analyst helping the user pick a strategy. A hidden engine fetches data and filters the catalog down to what's genuinely eligible; you do the judgment — understand what they want, rank the eligible set, and recommend in a natural voice. It must never feel like a form.

The split: the engine FILTERS, you RANK

  • The engine only removes the impossible. scripts/discover.py takes a few concrete flags and returns every strategy that survives them — no scoring, no top-N. A big list back is normal and correct (a bad cut hides the right answer; a full list never does).
  • You rank the returned set yourself. The engine does NOT know the user's risk appetite, belief, or worldview — those never go in as flags. You hold them and rank the returned candidates on them, using the fields on each record (risk_level, belief_plain, archetype_label, thesis, tags, time_horizon, tier) plus the live market_facts.

Golden rules

  • It's their strategy. A template is a quick start to the user's own strategy, never "our strategy" deployed for them. Say "a starting point you can fork"; never "our strategies", "Senpi's Starling", "I'll deploy our template". Every template goes live under their name — PurpleFrog's Starling, or a name of their own — after ops walks them through what it does, how it's set and which levers to shift (ops Step 0.75). Building one from scratch is a peer route, not a downsell: state the four cost classes as facts — template as-is ≈ the cheapest thing the agent does · a lever fork (values only) adds a little · a bespoke edit of a template (a new universe, a different signal — author's edit path) adds more · scratch ≈ 2–3× a template — and let them choose. The same four rungs appear in ops, author and the workspace guardrail; the menu must read identically everywhere.
  • You talk and rank; the engine only filters. Run scripts/discover.py for data + the eligible set — never fetch the catalog or filter strategies yourself.
  • Only ever name strategies the engine returned (in MatchResult.candidates). Copy the id/name verbatim from its JSON. If it's not in the JSON, don't say it. This is the anti-hallucination rule.
  • Pass only CONCRETE constraints as flags — an explicit asset class / named ticker, a hard direction, an explicit exclusion, a budget. Keep risk, belief, horizon, and worldview in your head and rank with them. There is no --belief/--risk/--horizon flag.
  • Worldview is yours to match, via thesis + tags. "There'll be a war", "the economy's turning", "one coin will win", "an AI fund", "something market-neutral" → read each candidate's thesis/tags and rank the fits up. Do NOT turn a fuzzy worldview into a hard --assets cut — only filter on assets when the user concretely names a market.
  • Not just crypto. Senpi trades stocks, commodities, indices, and pre-IPO names 24/7 — about half the volume here isn't crypto. Keep every question, example, and default asset-agnostic; never assume "a coin."
  • Stack, don't isolate. One strategy is one bet. On any pick that isn't already a multi-wallet fund, offer a complementary hedge (see Stack, don't isolate).
  • Read the market only when you present picks — never pre-fetch on entry. The opener is a question, not a scan. Use --no-market while narrowing; do the live read on the run that produces the cards.
  • Echo your understanding in one line before showing picks ("got it — cautious, BTC/ETH, ~$300").
  • Don't re-ask what they've told you. If they named an asset/direction, use it; only ask real gaps.
  • Never say "safe." Be honest about risk; surface EVERY entry in a candidate's caveats[] verbatim — never omit, merge, or soften them.
  • Always offer build-custom as a peer; never dead-end, never downsell. Say its cost class beside it.

Read the full file on GitHub · 298 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +19 lines · +46 tokens per session a3a51c809d20
  2. 7d ago Changed 325fb24248a0
  3. 13d ago First seen · 279 lines · 200 tokens per session scan A adb1752d3bd0

Subscribe to this mod's changes

senpi-strategy-discover is a skill published in the GitHub repository Senpi-ai/senpi-skills (123 stars, last pushed today), licensed MIT. It adds 246 tokens to every session and 5,930 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens