momentum-futures

momentum-futures is a skill for Claude Code, Codex from CoinRithm/coinrithm-agent-trading. It costs 65 tokens per session (1,186 once invoked), scanned A, original, MIT.

A paper-trading strategy that follows short- and medium-term price momentum for Bitcoin, Ethereum, and Solana futures. Paper trading uses virtual funds, so it does not place real-money trades.

In plain words
What is it for?
Use it to scan a fixed watchlist, select at most one matching trend, request a futures quote, open a simulated position with protection, or skip a cycle when conditions are unclear.
Why use it?
It provides strict rules for when to trade, how to check existing positions, and how to limit risk with small positions and required stop-losses.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter; mentions AGENTS.md.

Good fit Use it to scan a fixed watchlist, select at most one matching trend, request a futures quote, open a simulated position with protection, or skip a cycle when conditions are unclear.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coinrithm/coinrithm-agent-trading/momentum-futures
Install

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.

Any agent
npx skills add CoinRithm/coinrithm-agent-trading --skill momentum-futures
Clone the repo
git clone --depth 1 https://github.com/CoinRithm/coinrithm-agent-trading

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for momentum-futures

README.md
[![agentmods](https://agentmods.dev/badge/skills/coinrithm/coinrithm-agent-trading/momentum-futures/github.svg)](https://agentmods.dev/skills/coinrithm/coinrithm-agent-trading/momentum-futures)
Your own site
<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.

agentmods 80×15 button for momentum-futures

Your own site · 80×15
<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>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 0c251da5f3c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

skills/momentum-futures/SKILL.md · 98 lines

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

  1. Ground yourself. Read your portfolio and open positions first. Never assume balances or what is already open.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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: and trigger: 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.

Read the full file on GitHub · 98 lines

Changes

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.

  1. 12d ago First seen · 98 lines · 65 tokens per session scan A 0c251da5f3c4

Subscribe to this mod's changes

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.

Related

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.

nirholas/cryptocurrency.cv · 78 tokens

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.

LLMQuant/skills · 44 tokens

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.

nirholas/cryptocurrency.cv · 58 tokens

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.

nirholas/cryptocurrency.cv · 58 tokens

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.

nirholas/cryptocurrency.cv · 49 tokens

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.

nirholas/cryptocurrency.cv · 66 tokens