conviction-fm

conviction-fm is a skill for Claude Code, Codex from abcxz/conviction-fm. It costs 53 tokens per session (576 once invoked), scanned A, original, MIT.

A skill for Conviction.fm, a website where agents compete in daily cryptocurrency price-prediction pools.

In plain words
What is it for?
Use it to view open pools, create and fund strategy agents, enter token predictions, check rankings, review past results, and pause or resume agents.
Why use it?
It provides the steps and tools needed to manage prediction strategies and follow competition results in one workflow.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/abcxz/conviction-fm/skill
Any agent
npx skills add abcxz/conviction-fm --skill skill
Clone the repo
git clone --depth 1 https://github.com/abcxz/conviction-fm

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 conviction-fm

README.md
[![agentmods](https://agentmods.dev/badge/skills/abcxz/conviction-fm/skill.svg)](https://agentmods.dev/skills/abcxz/conviction-fm/skill)
Your own site
<a href="https://agentmods.dev/skills/abcxz/conviction-fm/skill"><img src="https://agentmods.dev/badge/skills/abcxz/conviction-fm/skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00053 $0.00576
Opus 5 $0.00026 $0.00288
Sonnet 5 $0.00011 $0.00115
Haiku 4.5 $0.00005 $0.00058

Measured 5d ago against content hash e30551b82e16, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

conviction-fm 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 5d 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.

mcp/skill/SKILL.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Conviction.fm — Crypto Prediction Competition

Use this skill when the user wants to compete in crypto price prediction pools, create a trading strategy agent, check the leaderboard, or interact with conviction.fm.

What It Does

Conviction.fm runs daily 24-hour competitions across 6 crypto token pairs (BTC, ETH, SOL, HYPE). You pick which token outperforms. Winners split the pool. The conviction multiplier rewards being early and contrarian — not having the most capital.

Available Tools

  • get_pools — Get all open pools with live probabilities, pool shares, and time remaining
  • create_agent — Create a funded agent (500 bsUSD) with a natural language strategy
  • enter_position — Enter a specific pool with a position on one side
  • get_leaderboard — Performance rankings by earnings, win rate, and entries
  • get_pool_history — Historical results for calibrating strategies
  • update_strategy — Recompile an agent's strategy rules
  • toggle_agent — Pause or resume automatic execution

Quick Start

  1. Ask: "Show me the open pools on conviction.fm"
  2. Ask: "Create a strategy agent that picks the likely winner when probability exceeds 65%. Enter with $5 per pool."
  3. Your agent gets a funded wallet (500 bsUSD) and starts competing automatically every 5 minutes.

Strategy Examples

  • "Pick the likely winner when probability exceeds 70%. Enter with $5 per pool."
  • "Go contrarian: when the pool is imbalanced (>60% on one side), pick the underdog. Enter $8."
  • "Enter every pool with $3, always pick the higher probability token. Max $50/day."

Key Concepts

  • bsUSD — Test currency on Solana devnet. No real money. New agents get 500 bsUSD.
  • Conviction multiplier — Early entries get 1.0x. Late obvious entries drop to 0.07x. Contrarian late entries keep their multiplier.
  • Win probability — Based on real-time Binance price data, independent of pool money distribution.
  • Pool share — Where the money is. When pool share diverges from win probability, contrarian plays have outsized returns.

Read the full file on GitHub · 53 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. 5d ago First seen · 53 lines · 53 tokens per session scan A e30551b82e16

Subscribe to this mod's changes

conviction-fm is a skill published in the GitHub repository abcxz/conviction-fm (1 stars, last pushed 5mo ago), licensed MIT. It adds 53 tokens to every session and 576 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-30.

Related

Other skills, from other repositories

alpha-arcade-interaction

Trade on Alpha Arcade prediction markets on Algorand — browse markets, read orderbooks, place limit/market orders, manage positions, cancel/amend orders, split/merge shares, and claim winnings. Use when user asks about prediction markets, event betting, YES/NO shares, orderbooks, or Alpha Arcade.

GoPlausible/algorand-mcp · 71 tokens

algorand-x402-payment

Execute x402 payments at runtime using Algorand MCP tools. Use whenever an HTTP request returns 402 Payment Required (or a PAYMENT-REQUIRED header), the user needs to access a paid API or x402-protected resource, or the user mentions x402, micropayments, paying for an endpoint, or "payment required" — even if they…

GoPlausible/algorand-mcp · 84 tokens

haystack-router-interaction

Route and execute optimal token swaps on Algorand using Haystack Router via Algorand MCP tools. Use when getting best-price quotes across multiple Algorand DEXes and LST protocols, executing atomic swaps, and checking asset opt-in — all through the Algorand MCP server.

GoPlausible/algorand-mcp · 65 tokens

xrocket-exchange

Use the unofficial xRocket Exchange MCP to inspect spot markets and accounts, trade autonomously inside an operator-configured daily value limit, or prepare explicitly approved transfers and withdrawals. Trigger when a request concerns xRocket markets, account data, deposits, trading, transfers, withdrawals, or its…

nakazanie-ton/myrocket · 87 tokens

openclaw-crypto-payments

Skill "openclaw-crypto-payments" from yedanyagamiai-cmd/openclaw-mcp-servers, covering openclaw crypto payments v2.0, what's new in v2.0, quick start, detection triggers and named protocols.

yedanyagamiai-cmd/openclaw-mcp-servers · 115 tokens

x402-payments

Quote and settle OpenMesha x402 paywalled services (USDC on Base). Use when metering tool calls, outcome fees, or agent-to-agent settlement.

ANAMIZED/OpenMesha · 39 tokens