Connect to Presage, the AI prediction market terminal on Solana. Trade prediction markets (YES/NO outcomes on real-world events) using paper trading. Analyze...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install presage或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install presage⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/presage/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: presage description: 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. metadata: { "openclaw": { "requires": { "env": [], }, }, } ---
Analyze prediction markets with AI superpowers
Powered by Kalshi — the regulated prediction market exchange Built on Solana — fast, cheap, on-chain settlements
---
This skill provides read-only market analysis tools for Presage prediction markets:
Note: This skill analyzes markets. Trading execution would require additional implementation.
---
# Install via ClawHub (recommended)
clawhub install presage
# Or manually
git clone https://github.com/Seenfinity/presage-skill.git
---
Best way to test: Visit presage.market
---
analyzeMarketsGet 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
analyzeMarketDeep-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
findOpportunitiesAutomatically scan for mispriced markets.
const { findOpportunities } = require('./scripts/analysis.js');
const result = await findOpportunities({ minVolume: 50000 });
// Returns: markets where YES/NO prices seem off
getPortfolioCheck your balance and open positions.
const { getPortfolio } = require('./scripts/analysis.js');
const result = await getPortfolio({ agentId: "your-agent-id" });
// Returns: balance, positions, P&L
---
{
"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."
}
---
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}
---
---
---
Analyze smart. Trade smarter.
安装 Presage 后,可以对 AI 说这些话来触发它
Help me get started with Presage
Explains what Presage does, walks through the setup, and runs a quick demo based on your current project
Use Presage to connect to Presage, the AI prediction market terminal on Solana
Invokes Presage with the right parameters and returns the result directly in the conversation
What can I do with Presage in my finance & investment workflow?
Lists the top use cases for Presage, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/presage/ 目录(个人级,所有项目可用),或 .claude/skills/presage/(项目级)。重启 AI 客户端后,用 /presage 主动调用,或让 AI 根据上下文自动发现并使用。
Presage 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Presage 可免费安装使用。请查阅仓库了解许可证信息。
Connect to Presage, the AI prediction market terminal on Solana. Trade prediction markets (YES/NO outcomes on real-world events) using paper trading. Analyze...
Presage 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Presage
Identifies repetitive steps in your workflow and sets up Presage to handle them automatically