← Back to Skills Marketplace
Polymarket Music Entertainment Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
395
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install polymarket-music-entertainment-trader
Description
Trades Polymarket prediction markets on music streaming milestones, album chart performance, Grammy nominations, concert tour revenues, and music industry de...
Usage Guidance
This skill appears internally consistent, but review these practical points before installing:
- SIMMER_API_KEY: only provide this if you trust the Simmer service and understand what that key permits (paper trading vs live trading). Keep it secret.
- pip dependency: the skill depends on 'simmer-sdk' from PyPI — verify the package source/version if you have supply-chain concerns.
- Live mode: the code will only place real USDC trades when run with --live; do not run with --live until you've tested in paper mode and reviewed logs and risk settings (MAX_POSITION, MIN_TRADE, thresholds).
- Optional integrations: SKILL.md suggests adding Spotify/Billboard/Chartmetric data; those would require additional credentials if you implement them — be cautious about where you store those keys.
- Provenance: the skill's source/homepage is unknown; if you require stronger assurance, request the publisher to provide a source repo or audit of the simmer-sdk dependency and the trader.py logic.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-music-entertainment-trader
Version: 0.0.3
The skill is a legitimate trading bot for Polymarket music and entertainment prediction markets. It uses the simmer-sdk to execute trades based on sentiment analysis and market data, with clear safety defaults (paper trading by default, live trading requires an explicit flag). No evidence of data exfiltration, malicious execution, or prompt injection was found in trader.py or SKILL.md.
Capability Tags
Capability Assessment
Purpose & Capability
The name/description claim Polymarket trading for music markets and the package requests only SIMMER_API_KEY and a simmer-sdk pip dependency (declared in clawhub.json). The included trader.py implements market discovery, signal computation, and trade execution via a SimmerClient — all expected for this purpose.
Instruction Scope
SKILL.md and trader.py confine activity to market discovery, signal computation, and interaction with the Simmer/Polymarket venue. The skill defaults to paper trading and requires an explicit --live flag to execute real trades. The docs mention optional data sources (Spotify, Billboard, Chartmetric) but do not attempt to access unrelated local files or request other credentials.
Install Mechanism
There is no arbitrary download/install URL; clawhub.json declares a pip dependency on 'simmer-sdk'. Installing a single PyPI package is a normal, low-to-moderate risk pattern and matches the code's import. No archived downloads, URL shorteners, or nonstandard install locations are present.
Credentials
Only SIMMER_API_KEY is required as a credential and the other SIMMER_* variables are tunables (non-secret configuration). These are proportionate to a trading skill that uses a Simmer API client. The code only reads those environment vars and does not request unrelated secrets.
Persistence & Privilege
The skill is not force-installed (always:false), cron is null and autostart is false in clawhub.json, and model invocation is allowed (the platform default). The automaton entrypoint is trader.py which is appropriate; the skill does not alter other skills' configs or request elevated system persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-music-entertainment-trader - After installation, invoke the skill by name or use
/polymarket-music-entertainment-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.4
Wider thresholds, lower filters, add get_fast_markets + bulk scan, backward-compatible
v1.0.3
Republish to refresh registry metadata
v1.0.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
- Adds conviction-based position sizing logic with a new `sentiment_bias()` function, adjusting trades based on artist and market type (e.g., megastars, genres, awards).
- Enables systematic trade size scaling: combines conviction and sentiment bias for more nuanced sizing, with a new minimum trade floor.
- Updates tracked keyword list and market category logic for broader coverage (includes labels, certification, and more genres).
- Introduces tunable thresholds for YES/NO buy/sell, minimum trade size, and adjusts environment variable names for clarity.
- Documentation updated throughout to reflect new bias logic, risk parameters, and to clarify examples/remix options.
v1.0.0
Initial release of Music & Entertainment Trader.
- Trade Polymarket music & entertainment prediction markets using data-driven signals.
- Integrates Spotify streaming charts for momentum analysis and market mispricing detection.
- Risk controls and configurable trade limits; defaults to safe paper trading mode.
- Expandable with Billboard, TikTok, social metrics, and ticket sales for custom alpha strategies.
- Designed for easy installation, scheduled operation, and safe credential handling.
Metadata
Frequently Asked Questions
What is Polymarket Music Entertainment Trader?
Trades Polymarket prediction markets on music streaming milestones, album chart performance, Grammy nominations, concert tour revenues, and music industry de... It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.
How do I install Polymarket Music Entertainment Trader?
Run "/install polymarket-music-entertainment-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Music Entertainment Trader free?
Yes, Polymarket Music Entertainment Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Music Entertainment Trader support?
Polymarket Music Entertainment Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Music Entertainment Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills