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

komodo-strategy科莫多策略

Agent Skill

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

总安装

675

周安装

29

GitHub Stars

75

下载量

237
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

komodo-strategy 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景从多源提取知识内容。
  • 通过 npx skills add 命令安装,需确认权限与网络访问范围。
  • 建议结合原始 README 核实具体用法,避免触发未授权操作。
  • 使用前请检查仓库维护状态及是否涉及文件读写权限。

SKILL.md

🦎 KOMODO v1.0 — Momentum Event Consensus

Patient ambush. Devastating when it commits. Follow smart money ACTIONS, not stale positions.

Why KOMODO Exists

MANTIS v1.0 and SCORPION v1.1 were broken at the data source level. Both used discovery_get_top_traders to find historically good whales, then read their current open positions. This returned ALL positions including legacy ones — BTC shorts opened months ago at $89-108k showed up as "fresh 8-whale consensus." The aging filters only checked scan duration, not when positions were actually opened.

KOMODO uses leaderboard_get_momentum_events as the primary data source. These are real-time threshold-crossing events ($2M+/$5.5M+/$10M+) within a 4-hour rolling window. They capture when a trader's delta PnL crosses a significance level — this is an ACTION, not a stale position.

PredecessorProblemResult
SCORPION v1.12 whales, 10min aging, stale positions406 trades, -24.2%
MANTIS v1.04 whales, 30min aging, stale positions0 trades (gates correct, data wrong)
KOMODO v1.0Real-time momentum events, quality filteringNew — tracking fresh

MANDATORY: DSL High Water Mode

KOMODO 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

DSL tiers in komodo-config.json. Arm DSL immediately after every entry fill. Zero naked positions.

Five-Gate Entry Model

Gate 1 — Momentum Events (primary signal)

Poll leaderboard_get_momentum_events for recent tier 1+ crossings within the last 60 minutes. These are traders whose delta PnL just crossed $2M+ (T1), $5.5M+ (T2), or $10M+ (T3).

Each event includes:

  • top_positions: snapshot of which markets drove the momentum, with direction and delta PnL
  • concentration: how focused the trader's gains are (0-1)
  • trader_tags: TCS (Elite/Reliable/Streaky/Choppy) and TAS (Patient/Tactical/Active/Degen)
  • tier: 1/2/3 significance level

Group events by asset+direction. 2+ unique traders on the same asset/direction = consensus.

Gate 2 — Trader Quality Filter

Not all momentum events are equal. Filter by:

  • TCS (Trading Consistency Score): Only Elite and Reliable. Streaky/Choppy filtered out.
  • TAS (Trading Activity Style): Block Degen. Allow Patient, Tactical, Active.
  • Concentration ≥ 0.4: Trader's gains are focused, not spread thin across 20 positions.

Gate 3 — Market Confirmation

Call leaderboard_get_markets to check aggregate SM concentration on the asset. Requires 5+ top traders with significant positions in this market. Confirms momentum events aren't isolated.

Gate 4 — Volume Confirmation

Call market_get_asset_data to check 1h volume. Current volume must be ≥ 50% of 6h average. Don't enter into dead markets.

Gate 5 — Regime Filter (penalty, not block)

Check BTC 4h regime. Counter-trend entries get -3 penalty. Regime-aligned entries get +1 bonus. SM momentum may override regime, so this is a penalty not a block.

Scoring

ComponentPointsNotes
Trader count2 per traderCore signal strength
Avg tier1-3Higher tiers = bigger moves
Avg concentration1-2High conviction traders
Market confirmation1-2Hot market bonus
Volume strength0-1Strong volume bonus
Regime alignment-3 to +1Penalty/bonus

Minimum score: 10 to trigger entry.

Entry Direction

KOMODO enters WITH the smart money momentum. If SM is long, KOMODO goes long. This is follow-the-leader, not contrarian (that's OWL's job).

Risk Management

RuleValue
Max positions3
Max entries/day3 base, up to 6 on profitable days
Absolute floor3% notional
Drawdown halt20% from peak
Daily loss limit8%
Cooldown after 3 consecutive losses90 min
Stagnation TP10% ROE stale for 1 hour

Cron Architecture

CronIntervalSessionPurpose
Scanner5 minisolatedMomentum events + consensus + all gates
DSL v53 minisolatedHigh Water Mode trailing stops

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

Notification Policy

ONLY alert: Position OPENED (asset, direction, trader count, avg tier, score breakdown), position CLOSED (DSL or thesis exit with reason), risk guardian triggered, critical error.

NEVER alert: Scanner found no events, quality filter removed events, no consensus, gates failed, DSL routine check, any reasoning.

What "Working Correctly" Looks Like

  • Zero trades for hours: Normal. Momentum events that pass ALL five gates are rare by design.
  • Events seen but no consensus: The quality filter and 2+ trader requirement are doing their job.
  • Consensus found but score too low: Volume or regime gates keeping us out of bad setups.
  • 1-2 trades per day: Ideal. The Komodo waits, then strikes once.

Bootstrap Gate

On EVERY session, check if config/bootstrap-complete.json exists. If not:

  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: "🦎 KOMODO v1.0 is online. Monitoring momentum events for SM consensus. Silence = no conviction."

Files

FilePurpose
scripts/komodo-scanner.pyFive-gate scanner (momentum events → quality → markets → volume → regime)
scripts/komodo_config.pyShared config, MCP helpers, state I/O
config/komodo-config.jsonAll configurable variables with DSL High Water tiers

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

34.83%
按下载量换算83

Claude

31.05%
按下载量换算74

Cursor

18.96%
按下载量换算45

Gemini CLI

10.82%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills