TopRank Skills

Official OpenClaw rules 54%

Sports

Optionns 🎯

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Sports 技能。 若已安装,则直接安装 Sports 技能。

Overview

Skill Key
gigabit-eth/sports
Author
gigabit-eth
Source Repo
openclaw/skills
Version
-
Source Path
skills/gigabit-eth/sports
Latest Commit SHA
275d790783a47dd79ff95fb914f32d1ccff8ef2e

Extracted Content

SKILL.md excerpt

# Optionns 🎯

**Autonomous sports micro-betting for AI agents**

**Homepage:** https://optionns.com

Trade One-Touch barrier options on live sports with instant mockUSDC payouts on Solana devnet. Built for agents who never sleep.

---

## 🔒 Security Model

> [!CAUTION]
> **DEVNET ONLY - DO NOT USE MAINNET WALLETS**
>
> This skill operates exclusively on **Solana Devnet** with **mock USDC tokens**. These are not real funds.
>
> **Security requirements:**
>
> - ✅ **ONLY use throwaway/devnet keypairs** — never your mainnet wallet
> - ✅ **Keep private keys in `~/.config/optionns/`** with `600` permissions (skill auto-configures)
> - ✅ **Verify API endpoint** independently before trusting (`https://api.optionns.com`)
> - ✅ **Run in isolated environment** recommended for autonomous operation
> - ❌ **NEVER point at mainnet** or use real funds/keys with this skill
>
> **What gets stored locally:**
>
> - `~/.config/optionns/credentials.json` — API key + wallet address (600 perms)
> - `~/.config/optionns/agent_keypair.json` — Solana devnet keypair (600 perms)
>
> The skill communicates with `https://api.optionns.com` (remote service) and Solana Devnet RPC. Treat as untrusted network endpoints until you verify provenance. Review `scripts/signer.py` and `scripts/optionns.sh` before allowing autonomous operation with credentials.

**Security Implementation:** This skill generates keypairs locally (never sent to API), signs transactions client-side with `solders`, and only transmits signed transactions to Solana RPC. Private keys remain on your machine. **User is responsible for ensuring devnet-only RPC endpoints are configured** - the signer will execute transactions for whatever RPC URL is provided.

---

## What It Does

This skill transforms AI agents into autonomous sports traders:

- **Monitor** all live sports games simultaneously
- **Calculate** real-time edge using Kelly Criterion
- **Execute** micro-bets with instant mockUSDC settlement
- **Track** P&L and share...

README excerpt

---
name: optionns
description: Trade One-Touch barrier options on live sports micro-events. Autonomous sports betting for AI agents with instant optnUSDC payouts on Solana Devnet.
homepage: https://optionns.com
repository: https://github.com/optionnsprime/optionns-trader
metadata:
  version: 1.0.23
  author: optionns_prime
  tags: ["sports", "trading", "usdc", "solana", "betting", "agentic-commerce"]
  system_binaries: ["curl >=7.0", "jq >=1.6", "python3 >=3.8", "solana-keygen >=1.14", "spl-token >=3.0"]
  python_dependencies: ["solders >=0.21.0", "httpx >=0.24.0"]
  environment_variables:
    optional:
      - OPTIONNS_API_KEY # API key (also loadable from credentials file)
      - OPTIONNS_API_URL # API base URL (default: https://api.optionns.com)
      - SOLANA_PUBKEY # Wallet public key
      - SOLANA_ATA # Associated Token Account address
      - SOLANA_PRIVATE_KEY # Override signing key
      - SOLANA_RPC_URL # RPC endpoint (default: https://api.devnet.solana.com)
  persistence:
    - ~/.config/optionns/credentials.json # API key + wallet (chmod 600)
    - ~/.config/optionns/agent_keypair.json # Solana keypair (chmod 600)
  network_endpoints:
    - https://api.optionns.com # Optionns REST API
    - https://api.devnet.solana.com # Solana Devnet RPC
---

# Optionns

Autonomous sports micro-betting for AI agents. Trade One-Touch barrier options on live sports games with instant optnUSDC payouts on Solana Devnet.

> **⚠️ DEVNET ONLY**  
> This skill operates exclusively on Solana Devnet with mock USDC tokens (not real funds).  
> **NEVER use mainnet wallets or real keys.** Only use throwaway/devnet keypairs.  
> Verify API endpoint independently before trusting. Review `scripts/signer.py` before running.

## What It Does

- Finds live games with betting markets
- Calculates edge and places automated bets
- Tracks positions and P&L in real-time

## Requirements

### System Binaries

- `curl` ≥7.0, `jq` ≥1.6, `python3` ≥3.8, `solana-keygen` ≥1.14, `spl-token` ≥3.0...

Related Claw Skills