CtrlK
BlogDocsLog inGet started
Tessl Logo

smarkets

Smarkets Exchange betting with 2% commission

68

Quality

55%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./src/skills/bundled/smarkets/SKILL.md
SKILL.md
Quality
Evals
Security

Smarkets Exchange

Full integration with Smarkets, a betting exchange with lower fees than Betfair (2% vs 5%). Politics, sports, and entertainment markets.

Quick Start

# Set credentials
export SMARKETS_SESSION_TOKEN="your-session-token"

# Search markets
/sm markets election

# Get market prices
/sm prices 12345

# Place buy order
/sm buy 12345 67890 0.55 10

# Place sell order
/sm sell 12345 67890 0.60 10

Commands

Market Data

CommandDescription
/sm markets [query]Search markets
/sm market <id>Get market details
/sm prices <marketId>Current prices
/sm book <marketId> <contractId>Show orderbook

Trading

CommandDescription
/sm buy <marketId> <contractId> <price> <quantity>Place buy order
/sm sell <marketId> <contractId> <price> <quantity>Place sell order
/sm cancel <orderId>Cancel order
/sm cancelall [marketId]Cancel all orders
/sm orders [marketId]List open orders

Examples:

/sm buy 123 456 0.55 10    # Buy at 55% price, £10
/sm sell 123 456 0.60 10   # Sell at 60% price, £10
/sm cancel abc123          # Cancel specific order

Account

CommandDescription
/sm balanceCheck account balance

Configuration

# Required for trading
export SMARKETS_SESSION_TOKEN="your-session-token"

# Optional - API token for market data only
export SMARKETS_API_TOKEN="your-api-token"

Features

  • Low Fees - 2% commission vs Betfair's 5%
  • Politics Markets - UK, US, EU elections
  • Sports - Football, tennis, horse racing
  • Entertainment - TV, music, awards
  • Real-time Streaming - WebSocket price updates

Market Types

DomainExamples
politicsElections, referendums
sportFootball, tennis, cricket
entertainmentOscars, Eurovision, reality TV
current_affairsEconomic events, news
esportsCS:GO, League of Legends

Trading Notes

  1. Prices: Expressed as percentages (0.55 = 55%)
  2. Quantities: In GBP
  3. Buy: Betting FOR an outcome
  4. Sell: Betting AGAINST an outcome

Resources

  • Smarkets Exchange
  • Smarkets API Docs
Repository
alsk1992/CloddsBot
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.