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

wolf-howl狼嚎

Agent Skill

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

总安装

3,411

周安装

138

GitHub Stars

75

下载量

1,071
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/senpi-ai/senpi-skills --skill wolf-howl

简介

wolf-howl 用于查找、检索和筛选相关信息,支持关键词匹配。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网或文件操作。
  • 注意该技能当前无底部简介,实际能力依赖仓库内实现。

SKILL.md

HOWL v2 — Hunt, Optimize, Win, Learn

The WOLF hunts all day. At night, it HOWLs — reviewing every kill and miss, sharpening its instincts, and waking up sharper tomorrow.

Automated daily retrospective with data-driven self-improvement suggestions for the WOLF strategy.


Setup

Run the setup script to configure the nightly HOWL:

python3 scripts/howl-setup.py --wallet {WALLET} --chat-id {CHAT_ID}

The agent already knows wallet and chat ID — it just needs to create the cron. Optionally set run time (default: 23:55 local) and timezone.


How It Works

The cron fires daily and spawns an isolated sub-agent that:

1. Gathers Data

  • Reads memory/YYYY-MM-DD.md (today + yesterday)
  • Reads MEMORY.md for cumulative context
  • Reads all dsl-state-WOLF-*.json files (active = current positions, inactive = closed trades)
  • Reads wolf-strategy.json for current config
  • Reads wolf-trade-counter.json for FDR data (v5.1+)
  • Queries Senpi trade history via mcporter
  • Reads scanner script for current filter thresholds

2. Analyzes Each Closed Trade

For every trade: asset, direction, entry/exit price, PnL (gross and net), ROE, fees paid, duration, max ROE (high water), DSL tier reached, entry signal type and quality (reason count, rank jump, contrib velocity, trader count), SM conviction at entry vs exit, close trigger (DSL breach/Phase 1 auto-cut/stagnation/conviction collapse/rotation/manual).

3. Computes Metrics

Core:

  • Win rate, avg winner vs avg loser PnL, profit factor (gross AND net)
  • Total fees paid, fee drag ratio (fees / account value)
  • Net PnL vs gross PnL — if gross is positive but net is negative, fees are the problem

Signal Quality:

  • Signal quality correlation (do higher reason counts → better outcomes?)
  • FIRST_JUMP vs IMMEDIATE_MOVER vs DEEP_CLIMBER win rates
  • Entry rank vs outcome — are entries from rank #20-30 better than #10-20?

DSL Performance:

  • Tier distribution (how many reached Tier 1/2/3/4 vs Phase 1 closes?)
  • Phase 1 auto-cut count and savings (what would they have lost without the cut?)

Holding Period Buckets (v2 — critical):

  • < 30 min: count, win rate, PnL, fees (expect: poor — rotations and panic cuts)
  • 30-90 min: count, win rate, PnL, fees (expect: sweet spot)
  • 90+ min: count, win rate, PnL, fees (expect: dead weight)

Direction Analysis (v2):

  • LONG win rate, PnL, profit factor
  • SHORT win rate, PnL, profit factor
  • Flag if one direction is dramatically worse (regime mismatch)

Other:

  • Slot utilization (% time filled vs empty)
  • Dead weight duration (how long losers sat before cut)
  • Missed opportunities (top movers we didn't trade)
  • Rotation count and net cost (fees paid for rotation trades)

4. Identifies Patterns

  • Entry patterns distinguishing winners from losers
  • DSL effectiveness (too tight? too loose?)
  • Stagnation thresholds (cutting dead weight fast enough?)
  • Scanner filter accuracy (catching right signals?)
  • Position sizing optimization
  • Timing patterns
  • Fee drag pattern (v2): Is the agent overtrading? How many trades before FDR hits 10%?
  • Holding period pattern (v2): Are short-hold trades systematically worse?
  • Direction bias (v2): Is the agent fighting the trend? LONGs in a selloff = disaster.
  • Monster trades (v2): Did a few big winners save the day? How many trades produced 80% of PnL?

5. Produces Report

Saves full report to memory/howl-YYYY-MM-DD.md with:

  • Summary stats (trades, win rate, gross PnL, net PnL, fees, FDR, profit factor gross/net)
  • Trade log table
  • Holding period buckets breakdown
  • Direction breakdown (LONG vs SHORT)
  • What worked / what didn't (data-backed)
  • Pattern insights
  • Recommended improvements (high/medium/low confidence)
  • Config change suggestions

6. Updates Memory & Delivers

  • Appends distilled summary to MEMORY.md
  • Sends concise Telegram summary to user
  • Drift check (v2): If 3+ consecutive HOWLs suggest the same change, escalate urgency in the report

Report Format

See references/report-template.md for the exact output format.


v2 Analysis Additions

These were discovered by running HOWL v1 on live WOLF v5 trading data and finding blind spots:

Fee Drag Ratio Analysis

The single biggest insight from the first HOWL: fees ate an entire profitable day. 32 trades × $32 avg = $1,034 in fees (18.3% of account). Gross PnL was +$888, but net was -$146. HOWL must compute and prominently display FDR alongside PnL. If gross PF > 1.0 but net PF < 1.0, the recommendation is fewer, higher-quality trades — not better entries.

Holding Period Buckets

Trades bucketed by hold time revealed that < 30 min trades were systematically terrible (-$705 combined) while 60-90 min trades were the sweet spot (+$704, 57% WR). HOWL must bucket every trade and flag if < 30 min trades are negative contributors.

Direction Regime Detection

4W/12L on LONGs (25% WR, PF 0.05) vs profitable SHORTs. HOWL must split metrics by direction and flag when one side is dramatically underperforming — this indicates a regime mismatch (trading LONGs in a selloff).

Monster Trade Dependency

3 Tier 4 trades produced +$1,443 while everything else combined was -$556. HOWL must identify what % of PnL came from top N trades and whether the strategy would survive without them.

Rotation Cost Tracking

Each rotation costs ~$65 (close fee + open fee). HOWL must track rotation count, total rotation cost, and whether rotations produced net positive outcomes.


Rules

  • Every recommendation must be backed by data from the last 24h
  • Don't change things that are working — if win rate is high, don't fix what isn't broken
  • Small incremental improvements > big overhauls
  • If < 3 trades in 24h, still analyze "why so few?" — don't just skip. Was the FDR gate locked? Was the market dead? Were signals filtered too aggressively?
  • Compare today vs cumulative stats to spot trends
  • Be brutally honest — no sugarcoating losses
  • Always separate gross vs net. A "profitable" strategy that loses money after fees is not profitable.
  • Flag regime mismatches early. If LONGs are 0-for-5, say "stop taking LONGs" — don't wait for 0-for-12.

Customization

Edit references/analysis-prompt.md to adjust what the sub-agent analyzes. The prompt is read by the sub-agent at runtime, so changes take effect on the next HOWL without restarting crons.


Files

FilePurpose
scripts/howl-setup.pySetup wizard — creates the nightly HOWL cron
references/analysis-prompt.mdFull sub-agent analysis prompt (editable)
references/report-template.mdOutput report format

License

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

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.71%
按下载量换算393

Claude

31.38%
按下载量换算336

Cursor

18.95%
按下载量换算203

Gemini CLI

9.88%
按下载量换算106

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

未通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills