Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add clawd-aftermath/nunchi-for-aftermath --skill apexgit clone --depth 1 https://github.com/clawd-aftermath/nunchi-for-aftermathWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/clawd-aftermath/nunchi-for-aftermath/apex)<a href="https://agentmods.dev/skills/clawd-aftermath/nunchi-for-aftermath/apex"><img src="https://agentmods.dev/badge/skills/clawd-aftermath/nunchi-for-aftermath/apex/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/clawd-aftermath/nunchi-for-aftermath/apex"><img src="https://agentmods.dev/badge/skills/clawd-aftermath/nunchi-for-aftermath/apex.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00012 | $0.01435 |
| Opus 5 | $0.00006 | $0.00718 |
| Sonnet 5 | $0.00002 | $0.00287 |
| Haiku 4.5 | $0.00001 | $0.00144 |
Grade A, and why
apex-strategy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to apex-strategy — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
APEX Strategy
Autonomous multi-slot trading strategy that composes Radar + Pulse + DSL into a unified orchestrator.
Architecture
APEX runs a single tick loop (60s base) that:
- Every tick: Fetch prices, update ROEs, check DSL guards, run pulse, evaluate entry/exit
- Every 5 ticks (5 min): Watchdog health check (verify positions match exchange)
- Every 15 ticks (15 min): Run opportunity radar, queue high-score setups
Slot Management
- 2-3 concurrent positions (configurable)
- Each slot: EMPTY -> ACTIVE -> CLOSED (reset to EMPTY)
- No duplicate instruments across slots
- Max 2 same-direction positions
Entry Priority
- Pulse IMMEDIATE_MOVER -> auto-enter
- Radar score > 170 -> queue entry
- Pulse other signals (confidence > 70) -> enter
Exit Priority
- DSL trailing stop CLOSE
- Hard stop: ROE < -5%
- Conviction collapse: signal gone + negative PnL for 30+ min
- Stagnation: ROE stuck above 3% for 60+ min
Risk Management
- Per-slot margin: total_budget / max_slots
- Daily loss limit: $500 (default)
- Daily loss trigger: close all positions immediately
Prerequisites
Before running APEX live (not mock), ensure:
- Testnet: Claim USDyP first —
hl setup claim-usdyp(without funds, all orders fail silently) - Mainnet: Deposit USDC via the Hyperliquid web UI
- Builder fee: Approve once per network —
hl builder approve(testnet) orhl builder approve --mainnet
Usage
# Mock mode (no funds needed)
hl apex run --mock --max-ticks 10
# Live (testnet) — requires USDyP balance + builder approval
hl apex run
# Live (mainnet) — requires USDC balance + mainnet builder approval
hl apex run --mainnet
# Check status
hl apex status
# List presets
hl apex presets
Presets
- default: 3 slots, 10x leverage, $10K budget
- conservative: 2 slots, 5x leverage, higher thresholds
- aggressive: 3 slots, 15x leverage, lower thresholds
Agent Mandate
You are the APEX orchestrator. Your job is to hunt for high-probability setups and manage 2-3 concurrent positions with strict risk controls.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 144 lines · 12 tokens per session scan A 514ae0c20eea
apex-strategy is a skill published in the GitHub repository clawd-aftermath/nunchi-for-aftermath (2 stars, last pushed 21d ago), licensed MIT. It adds 12 tokens to every session and 1,435 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to apex-strategy, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.