← Back to Skills Marketplace
Simmer Signal Service
by
qukuaiqiji
· GitHub ↗
· v1.0.1
369
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install simmer-signal-service
Description
Professional Polymarket trading signals powered by Simmer and Binance. Get BUY/SELL/HOLD recommendations with confidence scores for BTC, ETH, SOL fast market...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install simmer-signal-service - After installation, invoke the skill by name or use
/simmer-signal-service - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 369 downloads so far.
How do I install Simmer Signal Service?
Run "/install simmer-signal-service" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Simmer Signal Service free?
Yes, Simmer Signal Service is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Simmer Signal Service support?
Simmer Signal Service is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Simmer Signal Service?
It is built and maintained by qukuaiqiji (@nickqi688); the current version is v1.0.1.
More Skills