Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

rhino-strategy犀牛策略

Agent Skill

rhino-strategy 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

851

周安装

34

GitHub Stars

75

下载量

280
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:rhino-strategy(犀牛策略)
来源仓库:https://github.com/senpi-ai/senpi-skills
仓库路径:skills/rhino-strategy
安装命令:
npx skills add https://github.com/senpi-ai/senpi-skills --skill rhino-strategy
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/senpi-ai/senpi-skills --skill rhino-strategy

简介

rhino-strategy 用于查找、检索和筛选相关信息,支持按关键词或业务场景快速匹配内容。

  • 适用于策略分析、信息调研等需要多源数据聚合的场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装,建议查阅原始 README 获取准确用法。
  • 安装前应评估权限需求、项目更新频率及是否涉及外部请求或数据读写。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

RHINO — Momentum Pyramider

Enter small. Add to winners. Build into conviction.

The only skill in the Senpi zoo that adds to winning positions. Every other skill enters full size once and lets DSL manage the exit. RHINO enters at 30% of max position, then pyramids in as the trade proves correct — adding at +10% ROE and +20% ROE if the thesis still holds.

Why Pyramiding

Standard approach: risk 100% of position size at entry, when the thesis is unproven.

RHINO approach: risk 30% at entry, 70% only after the trade confirms.

If Stage 1 fails → you lose on 30% of max size (not 100%). If it reaches Stage 3 → your full position is built across the move with a better average entry than all-in would give.

The math: on a $300 max position, RHINO risks $90 at entry. If it fails, you lose $90 × stop = ~$18. An all-in entry would lose $300 × stop = ~$60. Same signal, 3x less risk on the initial bet.

MANDATORY: DSL High Water Mode

RHINO MUST use DSL High Water Mode. This is not optional.

Spec: https://github.com/Senpi-ai/senpi-skills/blob/main/dsl-dynamic-stop-loss/dsl-high-water-spec%201.0.md

When creating DSL state files, you MUST include:

{
  "lockMode": "pct_of_high_water",
  "phase2TriggerRoe": 8,
  "tiers": [
    {"triggerPct": 8,  "lockHwPct": 25, "consecutiveBreachesRequired": 3},
    {"triggerPct": 15, "lockHwPct": 45, "consecutiveBreachesRequired": 2},
    {"triggerPct": 25, "lockHwPct": 60, "consecutiveBreachesRequired": 2},
    {"triggerPct": 40, "lockHwPct": 75, "consecutiveBreachesRequired": 1},
    {"triggerPct": 60, "lockHwPct": 85, "consecutiveBreachesRequired": 1}
  ]
}

FALLBACK: Use tiersLegacyFallback from config until engine supports pct_of_high_water.

DSL applies to the full position, not per-add. Each pyramid add increases position size but the DSL state tracks one high-water mark for the entire position. After adding, the DSL floor recalculates based on the new total margin.

The Three Stages

Stage 1 — SCOUT (30% of max position)

When: Score 10+ convergence on a top-10 asset.

SignalRequirement
4h trend structureBULLISH or BEARISH (not neutral)
1h trendMust agree with 4h
1h momentum≥ 0.3% in direction
SM alignmentHard block if opposing
Min score10

Size: 30% of max margin. At $1,000 account with 30% max margin = $300 max position, scout enters with $90.

Purpose: Skin in the game. Prove the thesis with minimal risk.

Stage 2 — CONFIRM (add 40% at +10% ROE)

When: Position is at +10% ROE AND thesis re-validated:

  • 4h trend still intact (same direction)
  • SM still aligned (not flipped)
  • Volume still present (ratio ≥ 0.5x average)

Size: 40% of max margin. Adds $120 to the $90 scout. Position is now $210 (70% of max).

Purpose: The trade is working. Double down while the signal is confirmed.

Stage 3 — CONVICTION (add final 30% at +20% ROE)

When: Position is at +20% ROE AND thesis re-validated (same checks as Stage 2).

Size: Final 30% of max margin. Adds $90. Position is now $300 (100% of max).

Purpose: The trade is running. Full conviction deployed. DSL High Water trails the full $300 from here.

What If a Stage Doesn't Trigger?

Stage 2 and 3 are optional. If the trade reaches +10% ROE but the 4h trend has broken, the add doesn't happen — the scout position rides with DSL protection. If it never reaches +10%, the scout either hits its stop or trails out on DSL. No forced adds.

Scan Priority

Every 3-minute scan, RHINO checks in this order:

  1. Add to existing winners — do any positions qualify for Stage 2 or 3? If yes, add and return.
  2. Entry cap check — any slots available?
  3. Scout new positions — scan top 10 for new Stage 1 entries.

Adds take priority over new entries. A winning position that needs Stage 2 is more valuable than a new scout.

Risk Management

RuleValueNotes
Max positions3Each pyramids independently
Floor base2.5% notionalWider — scout entries need room
Phase 2 trigger+8% ROEBefore Stage 2 add happens
Stagnation TP15% ROE, 90 minPatient — pyramided positions need time
Max single loss8% of accountAt Stage 1, actual risk is 30% of this
Max consecutive losses2 → 90 min cooldown
Drawdown halt20%

Cron Architecture

CronIntervalSessionPurpose
Scanner3 minisolatedPyramid evaluation + new scouts
DSL v53 minisolatedHigh Water Mode trailing

Notification Policy

ONLY alert:

  • Stage 1 SCOUT opened (asset, direction, margin, score)
  • Stage 2 CONFIRM added (asset, +ROE at add, new total margin)
  • Stage 3 CONVICTION added (asset, +ROE at add, full position)
  • Position CLOSED (DSL or structural, total P&L across all stages)
  • Risk triggered, critical error

NEVER alert: Scanner found nothing, DSL routine, pyramid evaluation found no adds, any reasoning. All crons isolated. NO_REPLY for idle cycles.

Bootstrap Gate

Check config/bootstrap-complete.json every session. If missing:

  1. Verify Senpi MCP
  2. Create scanner cron (3 min, isolated) and DSL cron (3 min, isolated)
  3. Write config/bootstrap-complete.json
  4. Send: "🦏 RHINO is online. Scouting top 10 by OI + volume. Enter small, add to winners. Silence = no conviction."

Expected Behavior

MetricExpected
Scouts/day2-4 (score 10+ on top 10 assets)
Adds/day1-2 (only scouts that reach +10% ROE with intact thesis)
Full pyramids (Stage 3)/day0-1 (rare — the trade must run to +20% with thesis intact)
Win rate on scouts~50-55%
Win rate on full pyramids~70-80% (pre-selected by being up +20% with confirmed thesis)
Avg winner (scout only)10-20% ROE on 30% position
Avg winner (full pyramid)30-80%+ ROE on 100% position
Avg loser-15 to -20% ROE on 30% position (scout stops)
Profit factorTarget 1.5-2.5

The edge: losers are small (30% position × stop). Winners are big (100% position × High Water trail). Asymmetric by design.

Files

FilePurpose
scripts/rhino-scanner.pyThesis builder + pyramid evaluator + scout finder
scripts/rhino_config.pyShared config, MCP helpers
config/rhino-config.jsonAll variables with pyramid stages + DSL High Water

License

MIT — Built by Senpi (https://senpi.ai). Source: https://github.com/Senpi-ai/senpi-skills


Skill Attribution

When creating a strategy, include skill_name and skill_version in the call. See references/skill-attribution.md for details.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.74%
按下载量换算100

Claude

28.19%
按下载量换算79

Cursor

18.11%
按下载量换算51

Gemini CLI

9.9%
按下载量换算28

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills