← 返回 Skills 市场
319
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-market-importer
功能描述
Auto-discover and import Polymarket markets matching your keywords, tags, and volume criteria. Runs on a schedule so you never miss a new market worth tradin...
安全使用建议
This skill mostly does what it says: it searches Polymarket via the Simmer SDK and imports matches into your Simmer account. Before installing: 1) Note the registry metadata mismatch — the skill needs SIMMER_API_KEY and the simmer-sdk even though the top-level summary omitted them. 2) Verify the simmer-sdk package (PyPI/project repo) and its owner to ensure it’s trustworthy and review its permissions/behavior. 3) Treat the provided SIMMER_API_KEY like any API secret — use a key with only the minimal permissions required, consider rotating it, and avoid sharing it broadly. 4) The skill writes imported_markets.json into its directory; if you run it in a shared environment, consider where that file will live. 5) The visible source appears consistent with the stated purpose, but there is a truncated snippet in the provided file listing (report['skip_reason'] = "no_markets …[truncated]") — ask the author for the complete source or inspect the packaged market_importer.py to ensure there are no syntax errors or hidden behavior. If you cannot verify the upstream source/author or the simmer-sdk, exercise caution (run in a sandbox or review the SDK source) before giving it access to your API key.
功能分析
Type: OpenClaw Skill
Name: polymarket-market-importer
Version: 1.0.3
The skill is a legitimate utility for automating the discovery and import of Polymarket betting markets into the Simmer platform. The code in market_importer.py uses the simmer-sdk to filter markets by volume and keywords, maintaining a local state file (imported_markets.json) to prevent duplicate imports. No indicators of data exfiltration, unauthorized execution, or prompt injection were found; the behavior is entirely consistent with the documentation in SKILL.md and README.md.
能力评估
Purpose & Capability
The code, README, and SKILL.md all implement a market-importer that uses the simmer-sdk and an API key (SIMMER_API_KEY) to search and import Polymarket markets into Simmer — this is coherent with the skill's described purpose. However, the top-level registry summary incorrectly lists "Required env vars: none" and "Install specifications: No install spec", while clawhub.json and SKILL.md require the SIMMER_API_KEY and the pip package simmer-sdk. That metadata mismatch is inconsistent and should be resolved.
Instruction Scope
Runtime instructions are focused: install simmer-sdk, set SIMMER_API_KEY, configure filters, run dry-run or --live. The code only reads the declared API key (plus an optional TRADING_VENUE) and persists seen market IDs locally. There are no instructions to read unrelated system files, secrets, or to send data to unexpected endpoints beyond the Simmer SDK.
Install Mechanism
There is no installer in the registry header (the skill was listed as instruction-only), but clawhub.json and SKILL.md require pip installing simmer-sdk. That mismatch is an incoherence in the packaging metadata. The pip dependency itself (simmer-sdk) is proportionate to the task, but you should inspect the simmer-sdk package (source/ownership) before installing.
Credentials
The code legitimately requires SIMMER_API_KEY to authenticate to Simmer; that is proportionate to the skill's purpose. However, the registry-level metadata incorrectly omitted this requirement. Confirming the skill's declared required envs (SIMMER_API_KEY) matches the registry is important to avoid surprises. No other unrelated secrets are requested.
Persistence & Privilege
The skill persists only a local file (imported_markets.json) to track seen markets and runs on a scheduled cron defined in clawhub.json. It does not request always:true, system-wide config changes, or other skills' credentials. Running on a schedule (cron) is expected for this use case.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-market-importer - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-market-importer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
AgentSkills spec frontmatter + UTF-8 stdout
v1.0.2
Republish for Simmer registry sync
v1.0.1
polymarket-market-importer v1.0.1
- Added a new README.md file for improved documentation and onboarding.
- Revised SKILL.md for clearer setup, updated configuration details, and more concise troubleshooting.
- Improved help text and documentation across the codebase for better usability.
v1.0.0
- Initial release of polymarket-market-importer.
- Automatically discovers and imports Polymarket markets based on user-defined keywords, categories, and volume criteria.
- Runs every 6 hours on a schedule to ensure new qualifying markets are always found and imported.
- Easy setup with customizable filters for keywords, minimum volume, maximum imports per run, and categories.
- Includes dry run and live import modes, along with helpful CLI commands for configuration and management.
元数据
常见问题
Polymarket Market Importer 是什么?
Auto-discover and import Polymarket markets matching your keywords, tags, and volume criteria. Runs on a schedule so you never miss a new market worth tradin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 319 次。
如何安装 Polymarket Market Importer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-market-importer」即可一键安装,无需额外配置。
Polymarket Market Importer 是免费的吗?
是的,Polymarket Market Importer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Market Importer 支持哪些平台?
Polymarket Market Importer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Market Importer?
由 Dyll(@djdyll)开发并维护,当前版本 v1.0.3。
推荐 Skills