-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskills-registry.json
More file actions
82 lines (82 loc) · 3.9 KB
/
skills-registry.json
File metadata and controls
82 lines (82 loc) · 3.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"version": "1.0",
"updated": "2026-03-29",
"skills": [
{
"id": "openclaw-3-agent",
"name": "OpenClaw 3-Agent Pipeline",
"description": "Full Monte Carlo analysis → Kelly sizing → TP/SL exit ladder. Applies before every trade entry.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["analysis", "sizing", "exit", "monte-carlo", "kelly"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/openclaw-3-agent.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/openclaw-3-agent.md"
},
{
"id": "funding-rate-filter",
"name": "Funding Rate Filter",
"description": "Checks funding rate before any entry. Avoids longs when funding is extreme, fades high funding as a contrarian signal.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["filter", "funding", "risk"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/funding-rate-filter.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/funding-rate-filter.md"
},
{
"id": "unified-account-sizing",
"name": "Unified Account Sizing",
"description": "Position sizing rules specific to Hyperliquid Unified Account — combines spot USDC + perp equity as margin.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["sizing", "unified-account", "margin"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/unified-account-sizing.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/unified-account-sizing.md"
},
{
"id": "hype-momentum",
"name": "HYPE Momentum Strategy",
"description": "Specific setup rules for trading HYPE perpetuals. EMA alignment, volume confirmation, funding awareness.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["hype", "momentum", "strategy"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/hype-momentum.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/hype-momentum.md"
},
{
"id": "drawdown-guard",
"name": "Drawdown Guard",
"description": "Daily and weekly drawdown rules. Automatically reduces size or halts trading when thresholds are hit.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["risk", "drawdown", "circuit-breaker"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/drawdown-guard.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/drawdown-guard.md"
},
{
"id": "hype-fee-monitor",
"name": "HYPE Fee Monitor",
"description": "Reads onchain fee data from the Hyperliquid Assistance Fund every 30 minutes. Calculates HYPE buyback/burn rate, order book imbalance, and estimates price at T+1h/4h/24h. Emits BOUNCE_HIGH, BURN_SPIKE, and FEE_DROP signals.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": ["hype", "fees", "onchain", "burn", "buyback", "signal"],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/hype-fee-monitor.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/hype-fee-monitor.md"
},
{
"id": "qwen-trader",
"name": "Qwen Trader Protocol",
"description": "Structured trading protocol optimized for Qwen 2.5 7B (Ollama). Step-by-step checklist with explicit tool call examples. Ensures correct order construction without Claude API.",
"author": "pappardelle.eth",
"version": "1.0.0",
"tags": [
"ollama",
"qwen",
"local",
"trading",
"protocol"
],
"url": "https://raw.githubusercontent.com/mikeminer/HyperVibe/main/skills/qwen-trader.md",
"previewUrl": "https://github.com/mikeminer/HyperVibe/blob/main/skills/qwen-trader.md"
}
]
}