← 返回 Skills 市场
jamesmenews

aimpact-prediction-market

作者 AIMPACT · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
90
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install aimpact-prediction-market
功能描述
AIMPACT Prediction Market 技能提供预测市场(如 Polymarket)实时监控,实时推送提醒,基于 AI 评分智能排序,支持定时推送。当用户说"查询预测市场热门事件"、"查询预测市场异常交易"、"查询预测市场交易机会"或"检查预测市场变化"时调用。
使用说明 (SKILL.md)

AIMPACT 预测市场 - 机会提醒助手

何时调用此技能

当用户说以下任一指令时,自动调用此技能:

  • "查询预测市场热门事件"
  • "查询预测市场异常交易"
  • "查询预测市场交易机会"
  • "检查预测市场变化"

实时监控预测市场中的重要变化,在满足触发条件时自动推送提醒。

安装后提示

✅ 安装成功!本 Skill 将实时监控预测市场中的重要变化,包括:

  • 🔥 热门事件变化 - 新事件进入 Top 10 或排名大幅变动
  • 💰 大额资金买入 - 单笔交易超过 $100K
  • 📊 概率快速波动 - 事件概率 1 小时内变化 > 10%
  • 💡 潜在交易机会 - 基于历史数据识别套利机会

当满足触发条件时,将自动推送提醒。

功能

  • 实时监控 Polymarket 等预测市场平台
  • 智能识别热门事件和异常交易
  • 基于概率波动和资金流向提供交易信号
  • 支持自定义触发条件和推送配置
  • 可选推送:基于 OpenClaw 已配置的 message 工具与渠道凭据,提供已配置渠道的推送能力

使用方式

自动监控(推荐)

安装后自动启用监控,满足以下任一条件时推送:

  1. 热门事件变化

    • 新事件进入 Top 10
    • 现有事件排名上升/下降 ≥ 3 位
  2. 大额资金买入

    • 单笔交易金额 ≥ $100,000
    • 1 小时内累计买入 ≥ $500,000
  3. 概率快速波动

    • 1 小时内概率变化 ≥ 10%
    • 24 小时内概率变化 ≥ 20%
  4. 潜在交易机会

    • 市场价格与历史均值偏离 ≥ 15%
    • 多个相关事件出现套利空间

手动查询(可选)

告诉你的 AI 助手以下任一指令:

  • "查询预测市场热门事件"

    • 获取当前 Top 10 热门事件及概率
  • "查询预测市场异常交易"

    • 获取最近 24 小时大额交易记录
  • "查询预测市场交易机会"

    • 获取当前潜在套利机会列表

定时检查(可选)

在 OpenClaw 外部配置 cron 任务:

前提说明:

  • 本技能不内置、不存储任何渠道凭据。
  • 如需推送,需在 OpenClaw 中预先配置 message 工具及渠道凭据。
  • 若未配置 message 或渠道凭据,则仅输出提醒内容,不执行推送。

推荐频率:

  • 高频监控: 每 15 分钟
  • 常规监控: 每 1 小时
  • 低频监控: 每 6 小时

示例配置:

# Linux/macOS crontab(每 15 分钟检查一次)
*/15 * * * * openclaw agent --message "检查预测市场变化"

Windows 任务计划程序:

# 创建每 15 分钟检查任务
schtasks /create /tn "预测市场监控" /tr "openclaw agent --message '检查预测市场变化'" /sc minute /mo 15

🎯 数据源配置

当前启用信源

URL 类型 说明
MetaEra Prediction 快讯 https://agent.me.news/skill/flash/list?page=1&size=20&category=prediction API 预测市场分类快讯流(优先)
ME News Poly Events https://agent.me.news/skill/poly/events?page=1&size=20&active_only=true API ME News 聚合的预测市场事件(仅活跃)

信源策略:

  • 优先使用 MetaEra Prediction 快讯 API 获取最新预测市场快讯
  • 同步使用 ME News Poly Events API 获取活跃事件详情并补充结构化数据
  • 所有可用信源以 sources.md 为准
  • 新增平台时统一维护到 sources.md

触发条件配置

可在你的 TOOLS.md 中自定义触发条件:

### AIMPACT 预测市场监控
- 监控频率:每 15 分钟
- 推送渠道:已配置渠道

触发条件:
- 热门事件:Top 10 新增或排名变化 ≥ 3
- 大额交易:单笔 ≥ $100K 或 1h 累计 ≥ $500K
- 概率波动:1h 变化 ≥ 10% 或 24h 变化 ≥ 20%
- 套利机会:价格偏离 ≥ 15%

监控流程

  1. 读取配置:执行前先读取 sources.md 和触发条件配置
  2. 调用 API(优先 curlweb_fetch 兜底):按 sources.md 配置,优先使用 curl 调用预测市场数据源 API
    • MetaEra Prediction 快讯 API(最新快讯)
    • ME News Poly Events API(活跃事件详情)
    • 提取事件排名、交易记录、概率历史等信息
    • 仅当 curl 不可用或请求失败时,才使用 web_fetch 对同一 URL 兜底重试
  3. 数据分析
    • 对比本次数据与接口返回的历史字段,识别排名变化
    • 筛选大额交易(≥ $100K)
    • 计算概率波动幅度
    • 识别价格偏离和套利机会
  4. 触发判断:检查是否满足任一触发条件
  5. 格式化输出:按 format.md 格式化提醒内容
  6. 推送提醒(可选):通过 message 工具推送到已配置渠道

API 抓取规则(强约束)

  • sources.md 中所有 URL 均为 API endpoint,必须优先使用 curl 获取数据。
  • 仅当 curl 不可用或请求失败时,才允许使用 web_fetch 对同一 URL 兜底重试。
  • 仅允许请求 sources.md 白名单 URL,禁止改走公开网页搜索替代。
  • 失败时需返回 HTTP 状态码与错误摘要,不得直接改走公开网页搜索替代。

推送内容格式

热门事件变化

🔥 预测市场热门事件变化

📈 新进入 Top 10:
{事件标题}
当前概率:{概率}% | 交易量:${金额}
🔗 {Polymarket 链接}

大额资金买入

💰 预测市场大额交易提醒

{事件标题}
交易金额:${金额} | 方向:{Yes/No}
交易后概率:{概率}%
🔗 {Polymarket 链接}

概率快速波动

📊 预测市场概率波动提醒

{事件标题}
1h 变化:{旧概率}% → {新概率}% ({变化幅度}%)
交易量激增:{倍数}x
🔗 {Polymarket 链接}

潜在交易机会

💡 预测市场交易机会

{事件标题}
当前价格:{概率}% | 历史均值:{均值}%
偏离度:{偏离幅度}% | 建议:{做多/做空}
🔗 {Polymarket 链接}

注意事项

  • 建议优先使用 curl 调用 API endpoint
  • web_fetch 仅作为兜底手段(curl 不可用或失败时)
  • 执行前必须读取 sources.md 和触发条件配置
  • 推送内容仅供参考,不构成投资建议
  • 建议配合人工判断,避免盲目跟单
  • 首次使用建议先手动触发,确认推送渠道和格式
  • 高频监控会增加 API 调用次数,注意成本控制
  • 本技能不负责管理任何第三方渠道密钥,也不要求写入本地持久化存储
安全使用建议
This skill appears coherent for monitoring prediction-market events, but take these precautions before enabling automated use: - Verify the data sources (the two URLs under sources.md) — they are third-party aggregator endpoints (agent.me.news), not Polymarket's official API. Confirm you trust that provider and its data accuracy. - Test manually first (use the manual query commands) to confirm outputs match expectations and links actually point to Polymarket events. - If you enable automated push, review the OpenClaw 'message' tool/channel credentials and restrict which channels the skill can post to; the skill does not request secrets but will use preconfigured channels if present. - Consider rate limits and API cost: the skill recommends frequent polling (15 min), so ensure the data providers allow that frequency. - Because this is instruction-only with no bundled code, there was nothing for static scanning to analyze — if you require higher assurance, ask the publisher for direct source access or prefer a skill that uses official platform APIs.
功能分析
Type: OpenClaw Skill Name: aimpact-prediction-market Version: 1.0.1 The skill bundle is a legitimate tool for monitoring prediction market data (Polymarket) via the MetaEra API (agent.me.news). It uses standard OpenClaw capabilities like `curl` and the `message` tool to fetch market updates and notify the user of significant changes. The instructions in SKILL.md and sources.md are transparent, lack any evidence of data exfiltration or unauthorized execution, and strictly adhere to the stated purpose of tracking market volatility and large trades.
能力标签
crypto
能力评估
Purpose & Capability
Name/description claim realtime monitoring of prediction markets (e.g., Polymarket); the skill is instruction-only and only requires curl. That is proportionate. Minor mismatch: the listed data sources are aggregator APIs (agent.me.news endpoints) rather than direct Polymarket APIs — this is plausible but worth noting if you expect direct platform access.
Instruction Scope
SKILL.md directs the agent to read local files (sources.md, format.md), call only the whitelisted API endpoints (using curl primarily, web_fetch as fallback), perform local analysis, format alerts, and optionally use the platform 'message' tool to push notifications. There are no instructions to read unrelated files, environment variables, or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec or code files — instruction-only skill. This produces minimal disk footprint and no archive downloads. Required runtime binary is only curl, which is appropriate for making HTTP requests.
Credentials
The skill declares no required environment variables or credentials. It optionally uses the OpenClaw 'message' tool and will rely on whatever channel credentials the agent already has; the skill itself does not request secrets. This is proportionate, but validate the permissions of any configured push channels.
Persistence & Privilege
always:false and no install hooks or instructions to modify other skills or global agent config. The skill runs only when invoked (manually or via scheduled agent invocation) and does not request permanent presence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aimpact-prediction-market
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aimpact-prediction-market 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 introduces updates for channel and credential handling: - Clarifies that the skill does not store or manage any channel credentials; push notifications require prior OpenClaw configuration of the message tool and channels. - Updates requirements: now explicitly requires the curl binary (bins: [curl]) for API access. - Adjusts push notification features to be optional and only available if configured in OpenClaw. - Refines documentation to improve instructions on push logic, security, and external push tool prerequisites. - No functional changes to market monitoring, data analysis, or push formats.
v1.0.0
AIMPACT Prediction Market skill 1.0.0 released: - Introduces real-time monitoring and alert push for prediction markets like Polymarket. - Detects and notifies on trending events, large trades, rapid probability swings, and trading opportunities. - Supports custom trigger conditions, auto-push to platforms (Feishu, Telegram, Discord), and periodic checks via cron. - Utilizes prioritized API endpoints defined in `sources.md` with fallback logic. - Provides ready-to-use commands for popular prediction market queries and clear output templates.
元数据
Slug aimpact-prediction-market
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

aimpact-prediction-market 是什么?

AIMPACT Prediction Market 技能提供预测市场(如 Polymarket)实时监控,实时推送提醒,基于 AI 评分智能排序,支持定时推送。当用户说"查询预测市场热门事件"、"查询预测市场异常交易"、"查询预测市场交易机会"或"检查预测市场变化"时调用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 90 次。

如何安装 aimpact-prediction-market?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aimpact-prediction-market」即可一键安装,无需额外配置。

aimpact-prediction-market 是免费的吗?

是的,aimpact-prediction-market 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

aimpact-prediction-market 支持哪些平台?

aimpact-prediction-market 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 aimpact-prediction-market?

由 AIMPACT(@jamesmenews)开发并维护,当前版本 v1.0.1。

💬 留言讨论