Overview
- Skill Key
- adlai88/polymarket-signal-sniper
- Author
- adlai88
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/adlai88/polymarket-signal-sniper
- Latest Commit SHA
- 933c6d71d99dc8b9f18b9c48ad7173b96c0c44de
Snipe Polymarket opportunities from your own signal sources. Monitors RSS feeds with Trading Agent-grade safeguards.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 polymarket-signal-sniper 技能。 若已安装,则直接安装 polymarket-signal-sniper 技能。
# Polymarket Signal Sniper Your signals, Simmer's trading intelligence. > **This is a template.** The default signal source is RSS feeds — remix it with any data source (APIs, webhooks, social media, custom scrapers). The skill handles all the plumbing (market matching, safeguards, trade execution). Your agent provides the alpha. ## When to Use This Skill Use this skill when the user wants to: - Monitor RSS feeds for trading opportunities - Trade on breaking news before markets react - Configure their own signal sources and keywords - Get Trading Agent-grade safeguards on their trades ## Quick Commands ```bash # Check account balance and positions python scripts/status.py # Detailed position list python scripts/status.py --positions ``` **API Reference:** - Base URL: `https://api.simmer.markets` - Auth: `Authorization: Bearer $SIMMER_API_KEY` - Portfolio: `GET /api/sdk/portfolio` - Positions: `GET /api/sdk/positions` ## Quick Start (Ad-Hoc Usage) **User provides RSS feed and market directly:** ``` User: "Watch this RSS feed for greenland news: https://news.google.com/rss/search?q=greenland" User: "Snipe any news about trump from this feed" ``` → Run with `--feed` and `--market` flags: ```bash python signal_sniper.py --feed "https://news.google.com/rss/search?q=greenland" --market "greenland-acquisition" --dry-run ``` ## Persistent Setup (Optional) For automated recurring scans, configure via environment: | Setting | Environment Variable | Default | Description | |---------|---------------------|---------|-------------| | RSS Feeds | `SIMMER_SNIPER_FEEDS` | (none) | Comma-separated RSS URLs | | Markets | `SIMMER_SNIPER_MARKETS` | (auto) | Comma-separated market IDs (auto-discovers from keywords if empty) | | Keywords | `SIMMER_SNIPER_KEYWORDS` | (none) | Comma-separated keywords to match | | Confidence | `SIMMER_SNIPER_CONFIDENCE` | 0.7 | Min confidence to trade (0.0-1.0) | | Max USD | `SIMMER_SNIPER_MAX_USD` | 25 | Max per trade | | Max trades/run | `S...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
blackeight4752
Enhance video resolution using Alibaba Cloud Super Resolution API. Use when the user wants to: (1) upscale low-res videos to higher resolution, (2) improve video quality before publishing, or (3) convert 480p videos to 1080p.
asenwang
Manage Shopify store — products, metafields, metaobjects, blogs & articles via Shopify Admin GraphQL API. Pure official Shopify API wrapper with no third-party plugins required; built on the same API surface as Shopify CLI, giving you full control without extra dependencies.
aurora2035
Xeon ASR
aznikline
深度分析项目的系统边界、核心概念、模块架构、关键算法、技术选型以及错误排查。当用户需要深入理解代码库或定位疑难问题时调用。