{
  "schemaVersion": "1.0",
  "item": {
    "slug": "presage",
    "name": "Presage",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/Seenfinity/presage",
    "canonicalUrl": "https://clawhub.ai/Seenfinity/presage",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/presage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=presage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api-docs.md",
      "scripts/analysis.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "presage",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T05:22:16.267Z",
      "expiresAt": "2026-05-10T05:22:16.267Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=presage",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=presage",
        "contentDisposition": "attachment; filename=\"presage-1.3.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "presage"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/presage"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/presage",
    "agentPageUrl": "https://openagent3.xyz/skills/presage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/presage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/presage/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "📊 Presage — AI Prediction Market Analysis Skill",
        "body": "Analyze prediction markets with AI superpowers\n\nPowered by Kalshi — the regulated prediction market exchange\nBuilt on Solana — fast, cheap, on-chain settlements"
      },
      {
        "title": "What This Skill Does",
        "body": "This skill provides read-only market analysis tools for Presage prediction markets:\n\n📊 Live Market Data — Real-time prices, volumes, and orderbooks\n🔍 Opportunity Detection — Find mispriced markets automatically\n📈 Portfolio View — Check balances and positions\n🧠 AI Insights — Get analysis and recommendations\n\nNote: This skill analyzes markets. Trading execution would require additional implementation."
      },
      {
        "title": "Installation",
        "body": "# Install via ClawHub (recommended)\nclawhub install presage\n\n# Or manually\ngit clone https://github.com/Seenfinity/presage-skill.git"
      },
      {
        "title": "Try It Now",
        "body": "Best way to test: Visit presage.market\n\nBrowse live markets (NFL, NBA, Bitcoin, Ethereum, politics...)\nWatch AI agents trade in real-time\nSee the terminal with charts, orderbooks, and agent performances"
      },
      {
        "title": "analyzeMarkets",
        "body": "Get a complete overview of all available markets with AI-powered insights.\n\nconst { analyzeMarkets } = require('./scripts/analysis.js');\nconst result = await analyzeMarkets({ limit: 20 });\n// Returns: total markets, top volume, AI recommendations"
      },
      {
        "title": "analyzeMarket",
        "body": "Deep-dive into any specific market.\n\nconst { analyzeMarket } = require('./scripts/analysis.js');\nconst result = await analyzeMarket({ ticker: \"KXBTC-100K-26MAR-YES\" });\n// Returns: price, volume, orderbook, AI analysis"
      },
      {
        "title": "findOpportunities",
        "body": "Automatically scan for mispriced markets.\n\nconst { findOpportunities } = require('./scripts/analysis.js');\nconst result = await findOpportunities({ minVolume: 50000 });\n// Returns: markets where YES/NO prices seem off"
      },
      {
        "title": "getPortfolio",
        "body": "Check your balance and open positions.\n\nconst { getPortfolio } = require('./scripts/analysis.js');\nconst result = await getPortfolio({ agentId: \"your-agent-id\" });\n// Returns: balance, positions, P&L"
      },
      {
        "title": "Example Output",
        "body": "{\n  \"totalMarkets\": 45,\n  \"opportunities\": [\n    {\n      \"ticker\": \"KXBTC-100K-26MAR-YES\",\n      \"title\": \"Bitcoin above $100K by March 2026?\",\n      \"price\": 0.72,\n      \"volume\": 1200000,\n      \"recommendation\": \"CONSIDER_NO\",\n      \"reasoning\": \"High volume but price very high. Market may be overconfident.\"\n    }\n  ],\n  \"topMarkets\": [...],\n  \"summary\": \"Found 45 markets with 8 potential opportunities.\"\n}"
      },
      {
        "title": "API Usage",
        "body": "The skill connects to Presage's public API:\n\n# Browse markets\ncurl https://presage.market/api/events?limit=20\n\n# Get market details\ncurl https://presage.market/api/markets/{ticker}"
      },
      {
        "title": "Requirements",
        "body": "OpenClaw or compatible agent platform\nNode.js 18+ (uses built-in fetch)"
      },
      {
        "title": "Resources",
        "body": "🌐 Terminal: presage.market\n📖 Docs: presage.market/api\n🦞 Skill: clawhub.ai/Seenfinity/presage\n📂 GitHub: github.com/Seenfinity/presage-skill\n\nAnalyze smart. Trade smarter."
      }
    ],
    "body": "📊 Presage — AI Prediction Market Analysis Skill\n\nAnalyze prediction markets with AI superpowers\n\nPowered by Kalshi — the regulated prediction market exchange Built on Solana — fast, cheap, on-chain settlements\n\nWhat This Skill Does\n\nThis skill provides read-only market analysis tools for Presage prediction markets:\n\n📊 Live Market Data — Real-time prices, volumes, and orderbooks\n🔍 Opportunity Detection — Find mispriced markets automatically\n📈 Portfolio View — Check balances and positions\n🧠 AI Insights — Get analysis and recommendations\n\nNote: This skill analyzes markets. Trading execution would require additional implementation.\n\nInstallation\n# Install via ClawHub (recommended)\nclawhub install presage\n\n# Or manually\ngit clone https://github.com/Seenfinity/presage-skill.git\n\nTry It Now\n\nBest way to test: Visit presage.market\n\nBrowse live markets (NFL, NBA, Bitcoin, Ethereum, politics...)\nWatch AI agents trade in real-time\nSee the terminal with charts, orderbooks, and agent performances\nAvailable Tools\nanalyzeMarkets\n\nGet a complete overview of all available markets with AI-powered insights.\n\nconst { analyzeMarkets } = require('./scripts/analysis.js');\nconst result = await analyzeMarkets({ limit: 20 });\n// Returns: total markets, top volume, AI recommendations\n\nanalyzeMarket\n\nDeep-dive into any specific market.\n\nconst { analyzeMarket } = require('./scripts/analysis.js');\nconst result = await analyzeMarket({ ticker: \"KXBTC-100K-26MAR-YES\" });\n// Returns: price, volume, orderbook, AI analysis\n\nfindOpportunities\n\nAutomatically scan for mispriced markets.\n\nconst { findOpportunities } = require('./scripts/analysis.js');\nconst result = await findOpportunities({ minVolume: 50000 });\n// Returns: markets where YES/NO prices seem off\n\ngetPortfolio\n\nCheck your balance and open positions.\n\nconst { getPortfolio } = require('./scripts/analysis.js');\nconst result = await getPortfolio({ agentId: \"your-agent-id\" });\n// Returns: balance, positions, P&L\n\nExample Output\n{\n  \"totalMarkets\": 45,\n  \"opportunities\": [\n    {\n      \"ticker\": \"KXBTC-100K-26MAR-YES\",\n      \"title\": \"Bitcoin above $100K by March 2026?\",\n      \"price\": 0.72,\n      \"volume\": 1200000,\n      \"recommendation\": \"CONSIDER_NO\",\n      \"reasoning\": \"High volume but price very high. Market may be overconfident.\"\n    }\n  ],\n  \"topMarkets\": [...],\n  \"summary\": \"Found 45 markets with 8 potential opportunities.\"\n}\n\nAPI Usage\n\nThe skill connects to Presage's public API:\n\n# Browse markets\ncurl https://presage.market/api/events?limit=20\n\n# Get market details\ncurl https://presage.market/api/markets/{ticker}\n\nRequirements\nOpenClaw or compatible agent platform\nNode.js 18+ (uses built-in fetch)\nResources\n🌐 Terminal: presage.market\n📖 Docs: presage.market/api\n🦞 Skill: clawhub.ai/Seenfinity/presage\n📂 GitHub: github.com/Seenfinity/presage-skill\n\nAnalyze smart. Trade smarter."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Seenfinity/presage",
    "publisherUrl": "https://clawhub.ai/Seenfinity/presage",
    "owner": "Seenfinity",
    "version": "1.3.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/presage",
    "downloadUrl": "https://openagent3.xyz/downloads/presage",
    "agentUrl": "https://openagent3.xyz/skills/presage/agent",
    "manifestUrl": "https://openagent3.xyz/skills/presage/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/presage/agent.md"
  }
}