← Back to Skills Marketplace
Polymarket Twitter Bin Decay Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
185
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-twitter-bin-decay-trader
Description
Trades post-count bin markets by tracking elapsed time to identify mathematically dead bins that still hold residual probability. Requires SIMMER_API_KEY and...
Usage Guidance
This skill appears to do what it says: it uses the Simmer SDK and an API key to discover markets and place trades, and defaults to paper trading unless you pass --live. Before installing: (1) correct or confirm the metadata discrepancy (the package files require SIMMER_API_KEY but the top-level summary omitted it), (2) inspect the simmer-sdk source on PyPI/GitHub to ensure the client behaves as expected and has no unexpected network or credential handling, (3) keep any live SIMMER_API_KEY out of environments where automation could run --live inadvertently, and (4) test thoroughly in paper/sim mode and constrain tunables (max position, min trade) before enabling live trades. If you need higher assurance, ask the publisher for a security audit or run the skill in an isolated account with limited funds.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-twitter-bin-decay-trader
Version: 0.0.3
The skill is a legitimate trading bot template for Polymarket post-count markets, designed to exploit time-decay mispricing. The code in `trader.py` implements mathematical viability checks for market bins and uses the `simmer-sdk` for execution, defaulting to a simulation (paper trading) mode unless a `--live` flag is explicitly provided. No evidence of data exfiltration, malicious execution, or prompt injection was found; the use of environment variables for API keys and risk parameters follows standard integration patterns for the OpenClaw platform.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json and trader.py all describe trading Polymarket post-count bin markets and require the Simmer SDK and SIMMER_API_KEY; those requirements are appropriate for the stated functionality.
Instruction Scope
SKILL.md and trader.py confine actions to market discovery and trading via the SimmerClient. The docs suggest optional remixing with Twitter scraping or APIs, but the shipped code does not perform unrelated file reads or exfiltrate data. The runtime uses only declared env vars and the Simmer SDK client.
Install Mechanism
No install script is included (instruction-only install assumed). The declared dependency is the publicly-published 'simmer-sdk' on PyPI/GitHub; this is reasonable but you should audit the simmer-sdk source before giving live credentials.
Credentials
The code uses a single primary secret (SIMMER_API_KEY) plus SIMMER_-prefixed tunables. That is proportionate to a trading skill. Note: the top-level summary in the evaluation metadata claimed 'Required env vars: none', whereas clawhub.json and SKILL.md explicitly require SIMMER_API_KEY — this metadata inconsistency should be corrected before install.
Persistence & Privilege
The skill does not request always:true, autostart is false, and the automaton entrypoint is managed but will not start automatically. disable-model-invocation is not set (normal). It does not attempt to modify other skills or system-wide configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-twitter-bin-decay-trader - After installation, invoke the skill by name or use
/polymarket-twitter-bin-decay-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.3
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.2
- Added metadata fields to the skill definition, including homepage, repository, required environment variables, and default execution mode.
- Updated the description to explicitly note simmer-sdk as a required dependency.
- Clarified installation requirements and dependency setup.
- No code or functionality changes; documentation and metadata updates only.
v1.0.1
- No functional changes detected in this version.
- Updated skill metadata: added the owner field and adjusted the version formatting in SKILL.md.
v1.0.0
Twitter Bin Decay Trader skill initial release:
- Automates trading in Twitter post-count bin markets by identifying and shorting “dead” bins with lingering probability.
- Uses elapsed time and posting rate to estimate which bins are mathematically eliminated or still viable.
- All key risk and trading parameters are tunable from the Simmer UI.
- Default mode is safe, paper trading; live trading requires explicit `--live` flag.
- Includes guidance for integrating real-time post counts and advanced signal improvements.
- Full install/setup instructions and dependency information provided.
Metadata
Frequently Asked Questions
What is Polymarket Twitter Bin Decay Trader?
Trades post-count bin markets by tracking elapsed time to identify mathematically dead bins that still hold residual probability. Requires SIMMER_API_KEY and... It is an AI Agent Skill for Claude Code / OpenClaw, with 185 downloads so far.
How do I install Polymarket Twitter Bin Decay Trader?
Run "/install polymarket-twitter-bin-decay-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Twitter Bin Decay Trader free?
Yes, Polymarket Twitter Bin Decay Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Twitter Bin Decay Trader support?
Polymarket Twitter Bin Decay Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Twitter Bin Decay Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills