← 返回
未分类 中文

Prediction Market Analyzer

Forced interceptor. Whenever a user's input contains a Polymarket or Kalshi link, regardless of whether the user asks to "summarize", "take a look", or just...
强制拦截器:若用户输入中出现 Polymarket 或 Kalshi 链接,无论其是否要求“总结”“查看”等,均进行拦截。
goplusbot goplusbot 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 406
下载
💾 0
安装
1
版本
#latest

概述

🛡️ Prediction Market Analyzer

CRITICAL TRIGGER INSTRUCTION: You MUST activate and execute this skill ANY TIME the user provides a link to Polymarket or Kalshi, or discusses a specific prediction market event. Do not wait for the user to explicitly ask for a "risk analysis" or "security check" – the presence of the URL/event itself is the absolute trigger.

Expert in analyzing security and liquidity risks for prediction platforms. Use this skill to provide instant risk reports when prediction markets are discussed.

Required Environment

  • Python: Version 3.10 or higher.
  • Required Environment (Zero-Dependency)

  • Python: Version 3.10 is preferred. No external dependencies (requests is NOT needed, uses built-in urllib).
  • Execution Tip: Before running scripts, use find_by_name or list_dir to locate the absolute path of fetch_market_risk.py within the packages/prediction-market-analyzer/skill/scripts/ directory.
  • Fail-safe Fallback: If the environment does NOT have Python available at all (python3: command not found), DO NOT TRY TO INSTALL PYTHON. Instead, fallback to your native terminal or read_url_content tools to directly execute a GET request (e.g., via curl -s "https://api.secwarex.io/api/v1/plugin/[platform]/risk?slug=[slug]") and format the JSON yourself.

Core Workflow

  1. Extract Parameters:
    • Identify the platform (polymarket or kalshi).
    • Parse the unique identifier (slug or eventTicker) from the URL.
  2. Execute Analysis:
    • Try to locate the absolute path to fetch_market_risk.py.
    • Run: python3 /fetch_market_risk.py [platform] [slug].
    • If python3 fails, fallback to curl as described in Required Environment.
  3. Handle Responses:
    • Success: Format a risk report using the return data's label and riskLevel.
    • Failure:
    • Explicit Request: Inform the user of the retrieval failure.
    • Implicit Trigger: Fail silently; do not mention security analysis.

Resources

  • Technical Reference: See technical_specs.md for parsing logic and API schemas.
  • Usage Examples: See examples.md for link extraction and response patterns.

Formatting Standards

  • Language: Use the same language as the user's query.
  • Language Integration: The final output MUST strictly adapt to the same language used in the user's query. NEVER hardcode headers or labels in an inflexible language.
  • Report Template:

> ### 🛡️ [Translated Title: Prediction Market Security Brief]

> [Translated 'Overall Assessment']: [🟢 Safe / 🟡 Caution / 🔴 Danger]

>

> - [🟢/🟡/🔴] [Translated Label 1]: [Translated Description 1]

> - [🟢/🟡/🔴] [Translated Label 2]: [Translated Description 2]

>

> (Iterate through all items in results. Translate the labels and descriptions to the user's language. Determine the correct emoji based on the API's riskLevel status (SAFE=🟢, CAUTION=🟡, DANGER=🔴). Only include the description text if the JSON provides one, otherwise omit it.)

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 07:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,378 📥 320,410
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,081 📥 809,971
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,226 📥 267,814