Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
alsk1992 avatar

Opinion

  • 12 installs
  • 610 repo stars
  • Updated June 26, 2026
  • alsk1992/cloddsbot

Opinion (in cloddsbot) is a skill that integrates the Opinion.trade BNB Chain prediction market with on-chain CLOB for market data and order placement.

About

This skill connects a bot to Opinion.trade, a BNB Chain prediction market that runs an on-chain central limit order book. A developer uses it to search markets, read prices and orderbooks, place and cancel buy/sell orders, and check USDT balance and positions. It relies on an API key for market data and a private key with EIP-712 signing for trading.

  • Integrates Opinion.trade, a BNB Chain prediction market with on-chain CLOB
  • Search markets, get prices, place/cancel orders, check balance and positions
  • Uses EIP-712 order signing and real-time WebSocket price updates

Opinion by the numbers

  • 12 all-time installs (skills.sh)
  • Ranked #781 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

opinion capabilities & compatibility

Requires OPINION_API_KEY and OPINION_PRIVATE_KEY; on-chain gas on BNB Chain.

Use cases
trading
Pricing
Bring your own API key
From the docs

What opinion says it does

Opinion.trade prediction market (BNB Chain CLOB)
SKILL.md
npx skills add https://github.com/alsk1992/cloddsbot --skill opinion

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs12
repo stars610
Last updatedJune 26, 2026
Repositoryalsk1992/cloddsbot

What it does

Trade prediction-market outcomes on Opinion.trade from a chat or CLI bot.

When should I use this skill?

You want to search Opinion.trade markets or place prediction-market orders from a bot.

What you get

A bot that can query markets and place/cancel signed orders on Opinion.trade.

By the numbers

  • 4 market-data commands
  • 5 trading commands

Files

SKILL.mdMarkdownGitHub ↗

Opinion.trade

Full integration with Opinion.trade, a BNB Chain prediction market with on-chain CLOB (Central Limit Order Book).

Quick Start

# Set credentials
export OPINION_API_KEY="your-api-key"
export OPINION_PRIVATE_KEY="0x..."

# Search markets
/op markets trump

# Get price
/op price 813

# Place order
/op buy 813 YES 0.55 100

Commands

Market Data

CommandDescription
/op markets [query]Search markets
/op market <id>Get market details
/op price <id>Current prices
/op book <tokenId>Show orderbook

Trading

CommandDescription
/op buy <marketId> <outcome> <price> <size>Place buy order
/op sell <marketId> <outcome> <price> <size>Place sell order
/op cancel <orderId>Cancel order
/op cancelallCancel all orders
/op ordersList open orders

Examples:

/op buy 813 YES 0.55 100     # Buy YES at 55c, 100 shares
/op sell 813 NO 0.40 50      # Sell NO at 40c, 50 shares
/op cancel abc123            # Cancel specific order

Account

CommandDescription
/op balanceCheck USDT balance
/op positionsView open positions

Configuration

# Required for market data
export OPINION_API_KEY="your-api-key"

# Required for trading
export OPINION_PRIVATE_KEY="0x..."
export OPINION_MULTISIG_ADDRESS="0x..."  # Vault/funder address

Features

  • BNB Chain - Fast, low-cost transactions
  • On-chain CLOB - Fully decentralized orderbook
  • Prediction Markets - Politics, crypto, sports, and more
  • Real-time WebSocket - Live price updates
  • EIP-712 Signing - Secure order authentication

Resources

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.