Token导航 LogoToken导航TokenDH.com
待分类external-servicegithub未标认证来源可访问许可证需确认审计提醒

grizzly-horribilis-strategy灰熊恐怖策略

Agent Skill

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

总安装

372

周安装

16

GitHub Stars

75

下载量

131
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

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

  • 适用于需要围绕仓库状态、代码变更或协作事项进行整理的场景。
  • 支持 Codex、Claude、Cursor、Gemini CLI 等宿主环境。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装。
  • 使用前需确认权限范围、维护状态及是否触发联网或文件操作。

SKILL.md

GRIZZLY HORRIBILIS v2.1 — BTC Contrarian Sniper (recalibrated)

Same BTC thesis as Grizzly v3.0. Conviction-scaled leverage. Always RatchetStop protected.

CRITICAL RULES

RULE 1: Scanner enters. RatchetStop exits. Scanner NEVER exits positions.

RULE 2: Scanner calls create_position internally (Wolverine pattern)

The cron command is just: python3 grizzly-scanner.py. No parsing, no execution in cron.

RULE 3: MAX 1 POSITION — BTC only

RULE 4: MAX 2 ENTRIES PER DAY. 180-minute cooldown.

RULE 5: Leverage is conviction-scaled. MAX 10x.

ScoreLeverage
10-117x
12+10x

40x is BANNED. Fleet max is 10x. Score below 10 = no entry.

RULE 6: ensureExecutionAsTaker = false

All entries use FEE_OPTIMIZED_LIMIT with ensureExecutionAsTaker: false.

RULE 7: Margin = 50% of account value

At $1,000 account: $500 margin per trade.

RULE 8: NEVER add to an open position

If asked about sizing on an open trade, explain the issue and fix it for the NEXT trade. Do NOT edit_position to change size mid-trade.

How Horribilis Trades

Entry (all score contributors, no hard gates)

SignalPoints
SM concentration ≥15%+3 (DOMINANT)
SM concentration ≥10%+2 (STRONG)
SM concentration ≥5%+1 (ALIGNED)
4H price strong (≥2%) in direction+2
4H price confirms (≥0.5%) in direction+1
4H price opposing-1
1H momentum confirms+1
Contribution surge (≥3%)+2
Contribution growing (≥1%)+1
Funding alignment+1
Deep consensus (≥100 traders)+1

Min score: 10 (v2.1 — raised from 8). Plus MIN_EXHAUSTION_PCT=4.5 hard gate — BTC must have already moved ≥4.5% in the SM direction before we fade it. This is the v2.1 recalibration — stops the contrarian from fighting fresh trends.

Exit — RatchetStop Only

Phase 2 tiers lock profit aggressively:

TriggerLock %Breaches
5% ROE30%3
10% ROE50%3
15% ROE70%2
20% ROE85%1
30% ROE90%1

Cron Setup

CronIntervalCommand
Scanner3 minpython3 /data/workspace/skills/grizzly-strategy/scripts/grizzly-scanner.py

One cron only. Scanner handles execution internally. DSL exit managed by plugin runtime.

Runtime Setup

sed -i 's/${WALLET_ADDRESS}/<WALLET>/' /data/workspace/skills/grizzly-strategy/runtime.yaml
sed -i 's/${TELEGRAM_CHAT_ID}/<CHAT_ID>/' /data/workspace/skills/grizzly-strategy/runtime.yaml
openclaw senpi runtime create --path /data/workspace/skills/grizzly-strategy/runtime.yaml
openclaw senpi runtime list

Bootstrap Gate

On EVERY session start, verify runtime + scanner cron (3 min, main). Send: "🐻 HORRIBILIS v2.1 online. BTC contrarian sniper. Score≥10 entries only, 4.5% exhaustion floor, 7-10x conviction-scaled. RatchetStop protects everything. Silence = no conviction."

Risk

RuleValue
Max positions1 (BTC only)
Max entries/day2
Cooldown180 min
Margin50% of account
Leverage7x (score 8-9), 10x (score 10+)
Daily loss limit10%

Files

FilePurpose
scripts/grizzly-scanner.pyBTC conviction scorer + internal execution (shared with Grizzly v3.1)
scripts/grizzly_config.pyConfig helper, MCP, state I/O
config/grizzly-config.jsonWallet, strategy ID
runtime.yamlPlugin runtime (position tracker + RatchetStop)

Changelog

v2.1 (2026-04-15) — fleet-fix recalibration

  • MIN_SCORE raised 8 → 10 (Cheetah v5.1 APEX pattern)
  • MIN_EXHAUSTION_PCT raised 2.5 → 4.5 (Dog v2.2 fix — stops fighting fresh trends)
  • SCALE_MIN_SCORE raised 9 → 12 (pyramid only on apex conviction)
  • Leverage tiers shifted: 7x at 10-11, 10x at 12+ (was 7x at 8-9, 10x at 10+)
  • Cooldown raised 90 → 180 min (sniper cadence)

v1.1 (2026-04-06)

  • Leverage capped at 10x (was 40x)
  • Conviction-scaled: 7x at score 8-9, 10x at score 10+
  • Margin increased to 50% (was 15%)
  • Scanner calls create_position internally (Wolverine pattern)
  • ensureExecutionAsTaker: false with feeOptimizedLimitOptions
  • 4H price alignment: hard gate → score contributor
  • SM thresholds: hard gate → score contributors

v1.0

  • Initial release: 7x-40x conviction-scaled leverage

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

32.5%
按下载量换算43

Claude

29.27%
按下载量换算38

Cursor

17.97%
按下载量换算24

Gemini CLI

10.35%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills