← 返回 Skills 市场
Simmer Signal Service
作者
qukuaiqiji
· GitHub ↗
· v1.0.1
369
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install simmer-signal-service
功能描述
Professional Polymarket trading signals powered by Simmer and Binance. Get BUY/SELL/HOLD recommendations with confidence scores for BTC, ETH, SOL fast market...
安全使用建议
What to check before installing/using: 1) Billing mismatch: SKILL.md and comments mention 0.001 USDT per call, but the script charges 0.01 USDT in charge_user() and prints charged amounts of 0.01 — confirm the actual charge rate with the author or in the code before giving any SkillPay API key or funding an account. 2) API keys: SKILLPAY_API_KEY grants billing actions — treat it as highly sensitive; only provide it after verifying the SkillPay endpoint and skill_id. 3) USER_ID is required at runtime (or via --user-id) but is not listed in the registry's required env vars — be careful to supply the correct wallet/user id and test with demo_ or test_user_with_balance to avoid unexpected charges. 4) Test in demo/sandbox mode first: use a demo_ user or run in an environment where network calls are allowed but real charges are prevented. 5) Cron automation: the README encourages running every 5 minutes; that will multiply charges — set a rate limit or run manually until you confirm pricing. 6) If you need higher assurance: review the full signal_service.py (already included) to confirm the billing endpoints, amounts, and that no unexpected outbound endpoints exist. These inconsistencies look like sloppy engineering rather than clear malicious intent, but they materially increase risk of unexpected billing, so proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: simmer-signal-service
Version: 1.0.1
The skill implements a trading signal service with a pay-per-call monetization model via SkillPay. A significant discrepancy exists between the advertised price in SKILL.md (0.001 USDT) and the actual amount hardcoded in the charge_user function in signal_service.py (0.01 USDT), resulting in a 10x overcharge per execution. Furthermore, the documentation aggressively promotes 'passive income' for developers by encouraging users to set up high-frequency automated execution (cron jobs every 5 minutes), which, combined with the billing discrepancy, suggests a deceptive financial practice designed to rapidly deplete user balances.
能力评估
Purpose & Capability
The skill's code and SKILL.md match the described purpose: it fetches Binance prices, calls Simmer for opportunities, and uses SkillPay for billing. Requested API keys (SIMMER_API_KEY and SKILLPAY_API_KEY) are appropriate for those functions. Minor mismatches exist (different SkillPay base URLs used in the code and metadata), but overall the requested capabilities align with the declared purpose.
Instruction Scope
Runtime instructions and the code are consistent in guiding the agent to fetch market data and bill via SkillPay; they do not attempt to read unrelated system files. However, SKILL.md instructs users to set USER_ID (wallet address) and the CLI requires a --user-id or USER_ID env var at runtime, yet USER_ID is not declared in the registry's required env list — this is an actionable inconsistency. The docs also promote automated cron runs every 5 minutes (high-frequency billing), which is central to its monetization; users should be aware this will generate repeated network/billing calls.
Install Mechanism
No install spec is present (instruction-only with an included script). This is the lower-risk option since nothing arbitrary is downloaded during install. The skill depends on 'requests' per requirements.txt, which is reasonable for its network calls.
Credentials
The two required secrets (SKILLPAY_API_KEY and SIMMER_API_KEY) are relevant to billing and data access and therefore justified. Concerns: (1) USER_ID is required at runtime but is not declared as a required env var in the registry metadata; (2) there are inconsistencies in the documented and coded pricing/charging amounts (see below), which affect how much access to billing credentials actually means in practice; (3) the code accepts alternate env names (SKILL_BILLING_API_KEY, SKILLPAY_SKILL_ID, SKILL_ID) which increases the set of environment variables that could be sensitive. Any API key that permits billing should be treated as highly sensitive.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and does not ask for system-level config paths. Autonomous invocation is allowed by default (platform behavior) but the skill itself does not request elevated persistence beyond normal operation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simmer-signal-service - 安装完成后,直接呼叫该 Skill 的名称或使用
/simmer-signal-service触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Renamed skill to "Polymarket Signal Service" with new branding and description.
- Added detailed SKILL.md covering usage, configuration, developer guide, and income model.
- Provided example outputs, config options, automation instructions, and FAQs.
- Updated documentation to highlight SkillPay integration and signal types for BTC, ETH, and SOL.
- No code or interface changes listed; all updates focus on documentation and user/developer onboarding.
v1.0.0
Simmer Signal Service v1.0.0 – Initial Release
- Launch of a professional trading signal service for BTC, ETH, and SOL fast markets, powered by Simmer and Binance.
- Provides BUY/SELL/HOLD recommendations with confidence scores.
- SkillPay integration: 0.01 USDT auto-charged per signal request.
- Easy environment variable setup and CLI usage for both users and developers.
- Includes detailed documentation on configuration, automation, and earning models.
- Extensive FAQs, example outputs, and deployment guidelines included.
元数据
常见问题
Simmer Signal Service 是什么?
Professional Polymarket trading signals powered by Simmer and Binance. Get BUY/SELL/HOLD recommendations with confidence scores for BTC, ETH, SOL fast market... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 369 次。
如何安装 Simmer Signal Service?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install simmer-signal-service」即可一键安装,无需额外配置。
Simmer Signal Service 是免费的吗?
是的,Simmer Signal Service 完全免费(开源免费),可自由下载、安装和使用。
Simmer Signal Service 支持哪些平台?
Simmer Signal Service 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Simmer Signal Service?
由 qukuaiqiji(@nickqi688)开发并维护,当前版本 v1.0.1。
推荐 Skills