# Send Presage to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/presage",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=presage",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/api-docs.md",
      "scripts/analysis.js"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### 📊 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

### 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

🌐 Terminal: presage.market
📖 Docs: presage.market/api
🦞 Skill: clawhub.ai/Seenfinity/presage
📂 GitHub: github.com/Seenfinity/presage-skill

Analyze smart. Trade smarter.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Seenfinity
- Version: 1.3.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T05:22:16.267Z
- Expires at: 2026-05-10T05:22:16.267Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/presage)
- [Send to Agent page](https://openagent3.xyz/skills/presage/agent)
- [JSON manifest](https://openagent3.xyz/skills/presage/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/presage/agent.md)
- [Download page](https://openagent3.xyz/downloads/presage)