← Back to Skills Marketplace
diagnostikon

Polymarket Youtube Channel Trader

by diagnostikon · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
190
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-youtube-channel-trader
Description
Trades Polymarket YouTube channel markets (subscriber milestones, view-count races). Requires SIMMER_API_KEY for trade execution via simmer-sdk. Paper tradin...
Usage Guidance
This skill appears to be what it says (a Polymarket trader that uses simmer-sdk) but packaging metadata is inconsistent: the registry summary says no env vars while SKILL.md and clawhub.json require SIMMER_API_KEY and a pip package. Before installing, do the following: 1) Confirm how your agent runtime will satisfy the pip dependency (simmer-sdk). 2) Only provide a SIMMER_API_KEY with the minimum necessary permissions and prefer a test/paper key if available. 3) Run the skill in paper mode first and observe network calls (ensure it only talks to expected endpoints, e.g., simmer markets and optionally YouTube Data API). 4) Review trader.py in full for any unexpected outbound endpoints or credential-leaking code. 5) If you don't trust the source, avoid providing real trading API keys or use a disposable key. If you can, ask the publisher to fix the metadata mismatch (so required env/pip are visible in the registry listing). Additional information that would raise confidence: an authoritative homepage/repository, a verified PyPI package name, or confirmation that the SIMMER_API_KEY scope is limited to paper trading or a sandbox environment.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-youtube-channel-trader Version: 0.0.2 The skill bundle implements a specialized trading bot for YouTube-related prediction markets on Polymarket using the `simmer-sdk`. The logic in `trader.py` follows a transparent strategy involving channel-specific volatility profiles and view-count velocity models as described in `SKILL.md`. It includes appropriate safety measures, such as defaulting to a paper-trading environment (`venue='sim'`) and providing configurable risk tunables like maximum position sizes and slippage checks. No indicators of malicious intent, data exfiltration, or harmful prompt injection were identified.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims to trade Polymarket YouTube-channel markets and the code (trader.py) uses simmer_sdk/SimmerClient to execute trades — requesting SIMMER_API_KEY is appropriate for that purpose. However, the top-level registry summary lists 'Required env vars: none' while SKILL.md and clawhub.json both declare SIMMER_API_KEY and a pip requirement for 'simmer-sdk'. This metadata mismatch is incoherent and may cause runtime surprises.
Instruction Scope
SKILL.md confines instructions to market discovery, signal calculation, and trade execution (paper-mode by default, real trades only with --live). It optionally suggests wiring the YouTube Data API for live signals but does not instruct reading arbitrary local files or unrelated credentials. The runtime instructions and examples are scoped to the stated trading behavior.
Install Mechanism
No explicit install spec was provided to the registry, but both SKILL.md and clawhub.json list a pip dependency ('simmer-sdk'). This is a moderate-risk but common pattern (PyPI dependency). Because there's no platform install spec, the skill may fail at runtime unless the environment already has the package or the agent platform installs it — verify how pip deps are satisfied by your agent host. There are no downloads from untrusted URLs in the provided files.
Credentials
The only secret/credential the skill needs is SIMMER_API_KEY (and a set of non-secret tunables exposed as SIMMER_* env vars in clawhub.json). Those map directly to the stated purpose (executing trades via simmer). The main concern is the previously noted metadata mismatch where the registry summary omitted this requirement.
Persistence & Privilege
The skill is not marked always:true and autostart is false. It is managed with an entrypoint trader.py but does not request permanent forced inclusion. Agent-autonomous invocation is permitted by default (disable-model-invocation=false) — this is expected for skills and not flagged by itself.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-youtube-channel-trader
  3. After installation, invoke the skill by name or use /polymarket-youtube-channel-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.4
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.3
Version 1.0.3 Changelog - SKILL.md streamlined: description, requirements, and metadata made more concise and standardized. - Environment and pip requirements moved into metadata fields; no technical/functional changes to strategy or logic. - Audience instructions and usage mode clarified (paper trading by default; --live flag activates real trading). - Added homepage and repository links to metadata for easier access. - No core strategy, code, or logic changed; documentation clarity improved.
v1.0.2
No user-facing changes. Metadata formatting updated for environment and pip requirements. No functional changes.
v1.0.1
- Added required environment variable SIMMER_API_KEY and pip dependency simmer-sdk. - Introduced default_mode (paper) and live_flag (--live) metadata for clearer live/paper operation. - No changes to signal logic or strategy, only metadata updates to support new execution environments.
v1.0.0
- Initial release of YouTube Channel Trader for Polymarket milestone and flash markets. - Models each top-10 YouTube channel as a distinct volatility asset using hardcoded volatility profiles, event timing, and first-hour view velocity edges. - Applies three structural edges: first-hour view velocity mispricing, channel-specific volatility/skew, and weekend timing for post drops. - Includes comprehensive channel stats, multipliers, and conviction-sizing logic for market trades. - Designed for advanced users; no external API required, but supports easy integration of live data for greater accuracy. - Extensive documentation and signal logic for easy remixing and extension.
Metadata
Slug polymarket-youtube-channel-trader
Version 0.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Polymarket Youtube Channel Trader?

Trades Polymarket YouTube channel markets (subscriber milestones, view-count races). Requires SIMMER_API_KEY for trade execution via simmer-sdk. Paper tradin... It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.

How do I install Polymarket Youtube Channel Trader?

Run "/install polymarket-youtube-channel-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Youtube Channel Trader free?

Yes, Polymarket Youtube Channel Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Youtube Channel Trader support?

Polymarket Youtube Channel Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Youtube Channel Trader?

It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.2.

💬 Comments