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 CoinRithm/coinrithm-agent-trading --skill momentum-futuresgit clone --depth 1 https://github.com/CoinRithm/coinrithm-agent-tradingWrote 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/coinrithm/coinrithm-agent-trading/momentum-futures)<a href="https://agentmods.dev/skills/coinrithm/coinrithm-agent-trading/momentum-futures"><img src="https://agentmods.dev/badge/skills/coinrithm/coinrithm-agent-trading/momentum-futures/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/coinrithm/coinrithm-agent-trading/momentum-futures"><img src="https://agentmods.dev/badge/skills/coinrithm/coinrithm-agent-trading/momentum-futures.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.00065 | $0.01186 |
| Opus 5 | $0.00032 | $0.00593 |
| Sonnet 5 | $0.00013 | $0.00237 |
| Haiku 4.5 | $0.00006 | $0.00119 |
Grade A, and why
momentum-futures 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Momentum Futures — strategy
You operate a CoinRithm paper-trading futures account (50,000 virtual mUSD). Everything here is simulated; it is not financial advice and never touches real money. Write your strategy in plain language below — this whole section is your agent's "borders", and you may edit it freely (any language).
Each cycle, do this
- Ground yourself. Read your portfolio and open positions first. Never assume balances or what is already open.
- Scan the watchlist (
BTC,ETH,SOL). For each, read 1h / 24h / 7d momentum. A candidate is a coin whose short and medium momentum agree (both up, or both down) and is not already an open position. - Pick at most one strongest candidate this cycle. If nothing is clean, it is correct to do nothing and skip — a skipped cycle is cheaper than a forced trade.
- Quote before you open. Get a futures quote for the chosen direction at the configured leverage and margin. If the quote is not eligible, relay the reason and stop. Read the liquidation price and confirm it is sane.
- Open small and protected. Open the position in the trend direction and
set a stop-loss at open (required). Place the take-profit a touch wider than
the stop. Long:
liq < stop < mark < target. Short: inverted. - Stay in sync. Before acting next cycle, poll your trades for any stop / take-profit / liquidation that fired while you were not looking, and react to what actually happened.
Hold these lines
- One position per coin; never pyramid more than the cap allows.
- Prefer low leverage. Do not chase a coin that has already run far.
- If available cash cannot fund the configured size, take a smaller size or skip — never "try it anyway".
- Treat outcomes as paper results. Discuss strategy, not real-money advice.
Notes for the author
- The numbers above (leverage, margin, watchlist, cadence) live in the
risk:andtrigger:blocks at the top — change them there, not in prose, so the runner enforces them. - Keep this body about judgement (what makes a good entry, when to skip). The runner handles the mechanics (resolving symbols, idempotency keys, polling, rate-limit backoff) for you.
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.
- 12d ago First seen · 98 lines · 65 tokens per session scan A 0c251da5f3c4
momentum-futures is a skill published in the GitHub repository CoinRithm/coinrithm-agent-trading (2 stars, last pushed 4d ago), licensed MIT. It adds 65 tokens to every session and 1,186 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
add-data-sources
Prompts to integrate 70+ new crypto data sources into free-crypto-news, wiring them through the ProviderChain framework with circuit breakers, anomaly detection, and consensus. Covers market data, on-chain analytics, DeFi, derivatives, social, news, Solana ecosystem, L2s, NFTs, prediction markets, RWA, MEV, and more.
llmquant-crypto
Router skill for LLMQuant crypto workflows. Use when the user needs crypto market regime analysis, token research, perpetual funding, basis, leverage, liquidity, or cross-asset crypto context.
historical-trend-analysis
Analyze historical cryptocurrency news patterns, market narratives, and past cycle behavior using the free-crypto-news archive to identify recurring patterns, validate current theses, and provide context for current market conditions. Use when the user wants to understand how crypto history might rhyme with today.
coin-research
Conduct comprehensive research on any cryptocurrency by pulling coin-specific news, market data, on-chain metrics, trading signals, and sentiment into a structured investment brief. Use when the user wants to understand a specific coin before making a decision. Powered by the free-crypto-news API.
competitive-moat
Strategic analysis skill for benchmarking free-crypto-news against CoinGecko, DefiLlama, CoinMarketCap, and other crypto data platforms. Identifies differentiation opportunities and growth strategies for reaching 1M+ users.
market-sentiment
Synthesize crypto market sentiment by combining the Fear & Greed index, trending coins, narrative momentum, whale activity, and on-chain signals into a single actionable market read. Use when the user wants to know if the market is bullish, bearish, or transitioning. Powered by the free-crypto-news API.