← 返回 Skills 市场
chokle

Polymarket Solana Onchain

作者 DC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
77
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-solana-onchain
功能描述
Trade Polymarket SOL/crypto prediction markets using live Solana on-chain signals as leading indicators — before price moves. Reads TPS, priority fees, DEX v...
安全使用建议
This skill appears to implement what it says (on-chain Solana signals → Polymarket trades), but there are two practical risks you should address before installing: 1) Metadata inconsistency: the top-level registry summary omitted required env vars, but both SKILL.md and clawhub.json require SIMMER_API_KEY. Confirm where and how you must supply that API key and that it will be stored/used safely. 2) Automatic live trading: clawhub.json config schedules the skill to run every 10 minutes and sets the entrypoint to run with --live. If you install this as-is it may place real trades automatically. To be safe: - Test locally with python strategy.py --signals and --dry-run first. - Remove or change the cron / automaton entry so it does not auto-run with --live (or change args to omit --live by default). - Limit SIMMER_ONCHAIN_MAX_POSITION and MAX_TRADES_PER_RUN to small values while testing. - Review the code sections that call the Simmer trade endpoint (search for POST to /api/sdk/trade or similar) so you understand exactly what conditions trigger an order. - Prefer a low-privilege Simmer API key (restricted scopes or limited balance) while you validate behavior. If you want me to, I can scan the remainder of strategy.py (the truncated portion) for the exact trade-execution logic and any unexpected network calls or data exfiltration before you enable live runs.
功能分析
Type: OpenClaw Skill Name: polymarket-solana-onchain Version: 1.0.0 The skill is a legitimate trading bot designed to execute Polymarket trades based on Solana on-chain metrics (TPS, priority fees, and Jupiter DEX volume). The implementation in strategy.py uses standard Python libraries (urllib) to fetch data from public Solana RPCs and the Jupiter API, and utilizes the Simmer SDK for market interaction. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found; the code logic is transparent and aligns perfectly with the stated purpose in SKILL.md.
能力标签
crypto
能力评估
Purpose & Capability
The skill's name/description (Polymarket trading using Solana on-chain signals) aligns with the code and SKILL.md: it collects RPC/Jupiter data and uses the Simmer SDK to find/execute markets. However the repository-level metadata shown earlier omits required environment variables while clawhub.json and SKILL.md both require a SIMMER_API_KEY — an inconsistency that should be resolved before trusting the skill.
Instruction Scope
SKILL.md and strategy.py stick to network calls (Solana RPC, Jupiter stats, Simmer SDK) and internal config; they do not read arbitrary local files or unrelated secrets. The concern is behavioral: clawhub.json config (automaton entrypoint args) will run strategy.py with --live by default, and the code will call the Simmer APIs to execute trades. That gives the skill discretion to place real trades automatically — not just to show signals — which is broader than a passive 'signal viewer'.
Install Mechanism
No download/install of arbitrary binaries or external archives. Dependencies are standard Python packages (simmer-sdk, requests) and the project is instruction-only aside from the Python script. No high-risk URLs or extract/install steps are present.
Credentials
The skill requires a SIMMER_API_KEY (declared in SKILL.md and clawhub.json) which is proportional to executing trades via Simmer. Other env vars are configuration (position size, thresholds, RPC URL). The earlier registry summary that listed 'Required env vars: none' contradicts the files — this mismatch is suspicious and should be clarified.
Persistence & Privilege
Although always:false (not force-installed), clawhub.json contains a cron entry (*/10 * * * *) and an automaton 'managed' entrypoint that runs strategy.py --live. That means the skill is configured to execute periodically and perform live trades without additional prompts after install/activation. Autonomous invocation plus scheduled live execution increases risk and requires explicit user attention before enabling.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-solana-onchain
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-solana-onchain 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Solana On-Chain Signal Trader for Polymarket. - Uses live Solana on-chain metrics (TPS, priority fees, DEX volume, epoch data) as leading trade signals. - No API keys or paid subscriptions required for core signals; all public endpoints. - Composite signal engine indicates bullish/neutral/bearish for SOL/BTC/ETH markets. - Integrates with Simmer SDK for trading and performance tracking.
元数据
Slug polymarket-solana-onchain
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Polymarket Solana Onchain 是什么?

Trade Polymarket SOL/crypto prediction markets using live Solana on-chain signals as leading indicators — before price moves. Reads TPS, priority fees, DEX v... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。

如何安装 Polymarket Solana Onchain?

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

Polymarket Solana Onchain 是免费的吗?

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

Polymarket Solana Onchain 支持哪些平台?

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

谁开发了 Polymarket Solana Onchain?

由 DC(@chokle)开发并维护,当前版本 v1.0.0。

💬 留言讨论