← Back to Skills Marketplace
abcxz

Conviction FM

by abcxz · GitHub ↗ · v0.5.2 · MIT-0
cross-platform ⚠ suspicious
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install conviction-fm
Description
Compete in daily crypto prediction competitions on conviction.fm. Create AI agents with natural language strategies, enter token pair pools, and climb the le...
README (SKILL.md)

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.

MCP Configuration

{
  "conviction": {
    "command": "npx",
    "args": ["-y", "conviction-mcp"]
  }
}
Usage Guidance
This skill appears to do what it says (manage conviction.fm agents on devnet) but it relies on running an npm package via `npx` without declaring Node/npx or pinning a package source/version. Before installing: 1) Ask the publisher for the package repository/homepage and a pinned package version (avoid unpinned `npx -y` installs). 2) Verify the conviction-mcp package reputation and inspect its source code for network or credential access. 3) Ensure Node/npx will run in a sandboxed environment (not on sensitive hosts) and do not supply private keys or secrets unless you trust the package. 4) If you want lower risk, request an install spec that uses a vetted release host or a local vetted binary rather than `npx` fetch-at-runtime. Providing the package repo, maintainer info, or a homepage would raise my confidence.
Capability Assessment
Purpose & Capability
The described functionality (view pools, create agents, enter positions) aligns with a conviction.fm client. However the SKILL.md expects use of an external MCP tool invoked via `npx conviction-mcp` while the skill metadata declares no required binaries or install steps — Node/npx are implicitly required but not declared.
Instruction Scope
Instructions tell the agent to create funded agents and run them automatically (every 5 minutes), and the MCP config shows an `npx` command. The SKILL.md does not instruct reading local files or secrets, but it delegates behavior to a remote npm package which could run arbitrary commands or request credentials at runtime. The agent could end up executing networked code outside the explicitly stated domain.
Install Mechanism
There is no install spec in the skill metadata, but the MCP configuration uses `npx -y conviction-mcp` — npx will fetch and execute code from the npm registry at runtime. That is effectively a remote-download-and-execute pattern (moderate-to-high risk) and the manifest does not pin a package version or provide a trusted source or homepage.
Credentials
The skill declares no required environment variables or credentials, and the instructions do not request any explicit secrets. That is proportionate to the stated use of devnet test currency. However, since the runtime relies on a third-party npm package, the package could prompt for or require credentials at runtime — the skill does not document or justify any such needs.
Persistence & Privilege
The skill does not request always:true and defaults to allowing autonomous invocation (platform default). It asks agents to perform periodic automated entries (every 5 minutes) via the MCP tool. Combined with the remote-execution risk, autonomous execution increases blast radius; this is a caution but not a direct misconfiguration in the manifest.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install conviction-fm
  3. After installation, invoke the skill by name or use /conviction-fm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.5.2
Initial ClawHub release — 10 MCP tools for crypto prediction competitions
Metadata
Slug conviction-fm
Version 0.5.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Conviction FM?

Compete in daily crypto prediction competitions on conviction.fm. Create AI agents with natural language strategies, enter token pair pools, and climb the le... It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.

How do I install Conviction FM?

Run "/install conviction-fm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Conviction FM free?

Yes, Conviction FM is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Conviction FM support?

Conviction FM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Conviction FM?

It is built and maintained by abcxz (@abcxz); the current version is v0.5.2.

💬 Comments