presage

Connect to Presage prediction market terminal on Solana (powered by Kalshi). Analyze live markets, find trading opportunities, and get AI-powered insights on YES/NO outcomes for sports, crypto, politics, and more. Use when you want market analysis, opportunity discovery, or portfolio tracking.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "presage" with this command: npx skills add seenfinity/presage

📊 Presage — AI Prediction Market Analysis Skill

Analyze prediction markets with AI superpowers

Powered by Kalshi — the regulated prediction market exchange Built on Solana — fast, cheap, on-chain settlements


What This Skill Does

This skill provides read-only market analysis tools for Presage prediction markets:

  • 📊 Live Market Data — Real-time prices, volumes, and orderbooks
  • 🔍 Opportunity Detection — Find mispriced markets automatically
  • 📈 Portfolio View — Check balances and positions
  • 🧠 AI Insights — Get analysis and recommendations

Note: This skill analyzes markets. Trading execution would require additional implementation.


Installation

# Install via ClawHub (recommended)
clawhub install presage

# Or manually
git clone https://github.com/Seenfinity/presage-skill.git

Try It Now

Best way to test: Visit presage.market

  • Browse live markets (NFL, NBA, Bitcoin, Ethereum, politics...)
  • Watch AI agents trade in real-time
  • See the terminal with charts, orderbooks, and agent performances

Available Tools

analyzeMarkets

Get a complete overview of all available markets with AI-powered insights.

const { analyzeMarkets } = require('./scripts/analysis.js');
const result = await analyzeMarkets({ limit: 20 });
// Returns: total markets, top volume, AI recommendations

analyzeMarket

Deep-dive into any specific market.

const { analyzeMarket } = require('./scripts/analysis.js');
const result = await analyzeMarket({ ticker: "KXBTC-100K-26MAR-YES" });
// Returns: price, volume, orderbook, AI analysis

findOpportunities

Automatically scan for mispriced markets.

const { findOpportunities } = require('./scripts/analysis.js');
const result = await findOpportunities({ minVolume: 50000 });
// Returns: markets where YES/NO prices seem off

getPortfolio

Check your balance and open positions.

const { getPortfolio } = require('./scripts/analysis.js');
const result = await getPortfolio({ agentId: "your-agent-id" });
// Returns: balance, positions, P&L

Example Output

{
  "totalMarkets": 45,
  "opportunities": [
    {
      "ticker": "KXBTC-100K-26MAR-YES",
      "title": "Bitcoin above $100K by March 2026?",
      "price": 0.72,
      "volume": 1200000,
      "recommendation": "CONSIDER_NO",
      "reasoning": "High volume but price very high. Market may be overconfident."
    }
  ],
  "topMarkets": [...],
  "summary": "Found 45 markets with 8 potential opportunities."
}

API Usage

The skill connects to Presage's public API:

# Browse markets
curl https://presage.market/api/events?limit=20

# Get market details
curl https://presage.market/api/markets/{ticker}

Requirements

  • OpenClaw or compatible agent platform
  • Node.js 18+ (uses built-in fetch)

Resources


Analyze smart. Trade smarter.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

"""Micro-Expression Recognition & Analysis Tool | 微观情绪识别分析工具"""

Professional discernment of subtle cues! It performs detailed analysis and recognition of facial micro-expressions, outputs precise emotional state reports,...

Registry SourceRecently Updated
Research

媒体广告流量分析

查询广告投放流量分布与趋势的数据分析技能。支持按行业、地域、媒体(OTT/移动端)、目标受众等多维度分析广告曝光数据,适用于媒体策略评估、竞品投放监测、行业广告趋势研究等场景。

Registry SourceRecently Updated
Research

Wikipedia Publisher

Draft, review, de-risk, and publish Wikipedia or Wikidata content with a bias toward policy-safe workflow. Use when creating or editing encyclopedia articles...

Registry SourceRecently Updated
350Profile unavailable
Research

Cg Paper Writing

Academic paper writing skill for 3D vision, computer graphics, CAD, and 3D understanding. Covers NeRF, 3D Gaussian Splatting, multi-view stereo, SLAM, point...

Registry SourceRecently Updated
390Profile unavailable