← 返回 Skills 市场
abcxz

Conviction FM

作者 abcxz · GitHub ↗ · v0.5.2 · MIT-0
cross-platform ⚠ suspicious
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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"]
  }
}
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install conviction-fm
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /conviction-fm 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.5.2
Initial ClawHub release — 10 MCP tools for crypto prediction competitions
元数据
Slug conviction-fm
版本 0.5.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 Conviction FM?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install conviction-fm」即可一键安装,无需额外配置。

Conviction FM 是免费的吗?

是的,Conviction FM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Conviction FM 支持哪些平台?

Conviction FM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Conviction FM?

由 abcxz(@abcxz)开发并维护,当前版本 v0.5.2。

💬 留言讨论