Token导航 LogoToken导航TokenDH.com
运维和基础设施external-servicegithub未标认证来源可访问许可证需确认审计提醒

viper-strategy毒蛇策略

Agent Skill

viper-strategy 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,129

周安装

48

GitHub Stars

75

下载量

396
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

viper-strategy 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合围绕仓库状态、代码变更或协作事项进行整理和使用。
  • 通过 npx skills add 命令从 GitHub 仓库安装,需指定技能名称和仓库地址。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

VIPER v2.1 — Range-Bound Liquidity Sniper

The chop predator. When every momentum strategy is sitting idle because nothing is trending, VIPER is working.

+6.2% ROI and climbing. Second-best performer on the Senpi Predators tracker.

What VIPER Does

VIPER scans the top 25 assets by USD-weighted open interest every 5 minutes. It looks for assets stuck in a range — price bouncing between support and resistance — and enters at the boundaries:

  • Long at support when price is at the bottom of a tight Bollinger Band range, RSI is oversold, and volume is declining (sellers exhausting)
  • Short at resistance when price is at the top of a tight range, RSI is overbought, and volume is declining (buyers exhausting)

The edge: range-bound markets are predictable. Support holds, resistance holds, and the bounce is mechanical. VIPER catches that bounce.

MANDATORY: DSL High Water Mode

VIPER 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 for any VIPER position, you MUST include:

{
  "lockMode": "pct_of_high_water",
  "phase2TriggerRoe": 5,
  "tiers": [
    {"triggerPct": 5,  "lockHwPct": 30, "consecutiveBreachesRequired": 3},
    {"triggerPct": 10, "lockHwPct": 50, "consecutiveBreachesRequired": 2},
    {"triggerPct": 15, "lockHwPct": 70, "consecutiveBreachesRequired": 2},
    {"triggerPct": 20, "lockHwPct": 85, "consecutiveBreachesRequired": 1}
  ]
}

If tiers or lockMode is missing from the state file, the DSL engine falls back to flat 1.5% retrace and High Water Mode is silently disabled. Always verify the state file contains these fields after creation.

FALLBACK (until DSL engine supports pct_of_high_water): Use tiersLegacyFallback from config.

Entry Requirements

SignalRequirement
Bollinger Band width< 4% (tight range)
ATR< 1.5% (low volatility)
RSIOversold (< 35) for longs, overbought (> 65) for shorts
VolumeDeclining (sellers/buyers exhausting)
OI (USD-weighted)≥ $5M (liquid enough to trade)
Min score5

All filters must pass. If any fails, skip. VIPER is selective — most scans produce zero signals.

DSL Configuration

Phase 1 — Structural Invalidation Only

SettingValue
Hard timeoutDisabled (0)
Weak peak cutDisabled (0)
Dead weightDisabled (0)
Floor base1.5% notional

No time exits. If the range breaks, the floor catches it. If the range holds, patience wins.

Phase 2 — High Water Mode

TierTrigger ROELock (% of HW)Breaches
15%30%3
210%50%2
315%70%2
420%+85%1 (infinite trail)

Phase 2 triggers at +5% ROE (lower than momentum skills — range profits are smaller, start protecting earlier).

Stagnation TP

5% ROE stale for 30 minutes → close. Range bounces play out quickly. If the profit stalls, take it.

Margin & Position Sizing

SettingValue
Margin per trade28% of account
Max positions3
LeverageDefault 10x

3 slots × 28% = 84% utilization. VIPER deploys capital aggressively because range entries have higher win rates.

Risk Management

RuleValue
Max entries/day8
Daily loss limit8%
Max drawdown18%
Max single loss5% of account
Max consecutive losses4 → 20 min cooldown

Cron Architecture

CronIntervalSessionPurpose
Scanner5 minisolatedRange detection + entry signals
DSL v53 minisolatedHigh Water Mode trailing stops

Both MUST be isolated sessions with agentTurn. Use NO_REPLY for idle cycles.

Notification Policy

ONLY alert: Position OPENED (asset, direction, support/resistance level, score), position CLOSED (DSL or structural exit), risk triggered, critical error. NEVER alert: Scanner found nothing, DSL routine, any reasoning. All crons isolated. NO_REPLY for idle cycles.

Bootstrap Gate

On EVERY session, check config/bootstrap-complete.json. If missing:

  1. Verify Senpi MCP
  2. Create scanner cron (5 min, isolated) and DSL cron (3 min, isolated)
  3. Write config/bootstrap-complete.json
  4. Send: "🐍 VIPER is online. Scanning for range-bound setups. Silence = nothing is ranging."

Optional: Trading Strategy Variant

VIPER is proven at +6.2% ROI as-is. One variant is available:

StrategyWhat ChangesWhen To Consider
MAMBAVIPER entries + High Water Mode with wider tiersWhen you want to capture range breakouts that escape into trends

Start with vanilla VIPER. MAMBA is the upgrade path for capturing more from breakout trades.

Expected Behavior

MetricExpected
Trades/day3-8
Win rate~60-65% (range entries are predictable)
Avg winner5-15% ROE
Avg loser-8 to -12% ROE
Fee drag/day$8-20
Profit factorTarget 1.2-1.5

Files

FilePurpose
scripts/viper-scanner.pyRange detection + entry signals
scripts/viper_config.pyShared config, MCP helpers, state I/O
config/viper-config.jsonAll configurable variables with DSL High Water tiers + legacy fallback
DSL v5 (shared)Trailing stop engine — MUST be configured with High Water Mode

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

39.66%
按下载量换算157

Claude

27.95%
按下载量换算111

Cursor

19.44%
按下载量换算77

Gemini CLI

9.67%
按下载量换算38

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills