← Back to Skills Marketplace
diagnostikon

Polymarket Onlyfans Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
191
Downloads
0
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install polymarket-onlyfans-trader
Description
Trades Polymarket markets on OnlyFans using three structural edges — celebrity pipeline base-rate mispricing (retail ignores demographic base rates for who j...
Usage Guidance
This skill is suspicious because its documentation says it needs no external API, but its manifest and code require a Simmer SDK and an API key. Before installing: (1) Confirm the provenance of the 'simmer-sdk' package (inspect its source, PyPI page, and maintainer). (2) Review trader.py end-to-end for all network calls or hard-coded endpoints (SimmerClient may forward data to external services). (3) Do not supply SIMMER_API_KEY unless you understand what that account can do (trade, withdraw funds, read account data). (4) If you only want paper-trading, verify the default truly prevents live trades and that the --live flag cannot be set by default. (5) Prefer running this skill in an isolated/sandboxed environment and audit the installed pip package before giving it credentials. If you cannot verify the simmer-sdk source or the skill author, treat the credential requirement as a red flag.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-onlyfans-trader Version: 0.0.3 The skill bundle implements a legitimate trading strategy for Polymarket prediction markets related to OnlyFans. The code in trader.py uses the standard simmer-sdk to interact with markets, includes appropriate risk management safeguards (slippage and flip-flop checks), and defaults to a safe paper-trading mode unless explicitly configured for live execution.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims the 'default signal requires no external API' in SKILL.md and registry metadata lists no required env vars, but clawhub.json lists a required env SIMMER_API_KEY and a pip dependency 'simmer-sdk'. trader.py imports and expects a SimmerClient. Requiring an external trading API key is coherent with automated trading, but it contradicts the SKILL.md claim and the registry metadata — an unexplained mismatch.
Instruction Scope
SKILL.md instructs the agent to perform market discovery, trade execution, and safeguards; the included trader.py implements that logic. The instructions do not (in SKILL.md) ask the agent to read unrelated files or credentials, but trader.py reads several SIMMER_* environment variables (position limits, thresholds) and will interact with the Simmer service via SimmerClient. There are no obvious instructions to exfiltrate local files, but the code will make external network calls through the SDK.
Install Mechanism
No explicit install spec in registry, but clawhub.json declares a pip dependency 'simmer-sdk' (so the platform will install that package). Installing third‑party pip packages is a normal pattern for trading skills, but it adds risk if the package is unvetted or malicious. No downloads from unknown URLs or archive extraction were found.
Credentials
trader.py uses a set of SIMMER_* environment variables for configuration (max positions, thresholds, etc.) which are reasonable tunables. However clawhub.json declares SIMMER_API_KEY as a required env var while SKILL.md says no external API is needed — this inconsistency is unexplained. SIMMER_API_KEY is a credential that grants network access to the Simmer service; only provide it if you trust the Simmer SDK and the skill's code.
Persistence & Privilege
always is false and autostart is false (clawhub.json.autostart=false), so the skill does not force persistent inclusion. It is marked automaton.managed with entrypoint trader.py, meaning the platform may run the script when the skill is invoked or started; this is expected for an automated trading skill and not by itself excessive.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-onlyfans-trader
  3. After installation, invoke the skill by name or use /polymarket-onlyfans-trader
  4. 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.2
Republish to refresh registry metadata
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
OnlyFans Trader skill 1.0.0 initial release: - Trades Polymarket markets related to OnlyFans using three edges: celebrity base-rate mispricing, regulatory theater fading, and creator earnings seasonality. - Automatically classifies markets as "join," "ban," or "earnings" and applies bias multipliers based on demographic signals, jurisdiction, and time of year. - Implements conviction sizing and safeguards for trade execution. - Requires no external APIs; logic driven by keyword parsing and date-based seasonality. - Detailed documentation of edge logic, bias tables, and remix suggestions for advanced signals.
Metadata
Slug polymarket-onlyfans-trader
Version 0.0.3
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 5
Frequently Asked Questions

What is Polymarket Onlyfans Trader?

Trades Polymarket markets on OnlyFans using three structural edges — celebrity pipeline base-rate mispricing (retail ignores demographic base rates for who j... It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.

How do I install Polymarket Onlyfans Trader?

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

Is Polymarket Onlyfans Trader free?

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

Which platforms does Polymarket Onlyfans Trader support?

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

Who created Polymarket Onlyfans Trader?

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

💬 Comments