simmer-skill-builder

simmer-skill-builder is a skill for Claude Code, Codex from SpartanLabsXyz/simmer-sdk. It costs 86 tokens per session (6,512 once invoked), scanned A, original, MIT.

A generator for creating installable OpenClaw trading skills from plain-language strategy descriptions.

In plain words
What is it for?
Use it to build prediction-market bots, convert strategy notes or posts into trading skills, and produce a self-contained skill folder with configuration and dry-run defaults.
Why use it?
It turns a rough trading idea into a documented, runnable strategy instead of leaving the idea as an incomplete prompt.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; mentions Claude Code; mentions Codex.

Good fit Use it to build prediction-market bots, convert strategy notes or posts into trading skills, and produce a self-contained skill folder with configuration and dry-run defaults.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add SpartanLabsXyz/simmer-sdk --skill simmer-skill-builder
Clone the repo
git clone --depth 1 https://github.com/SpartanLabsXyz/simmer-sdk

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for simmer-skill-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder/github.svg)](https://agentmods.dev/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder)
Your own site
<a href="https://agentmods.dev/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder"><img src="https://agentmods.dev/badge/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for simmer-skill-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder"><img src="https://agentmods.dev/badge/skills/spartanlabsxyz/simmer-sdk/simmer-skill-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,512 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 6 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 281
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 297
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 362
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 387
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 316
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 321
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00086 $0.06512
Opus 5 $0.00043 $0.03256
Sonnet 5 $0.00017 $0.01302
Haiku 4.5 $0.00009 $0.00651

Measured 5d ago against content hash 7410466a24f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

simmer-skill-builder scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/status.py, scripts/validate_skill.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

6. **Use stdlib only** for HTTP (urllib). Don't add `requests`, `httpx`, or `aiohttp` as dependencies unless your human specifically needs them. The only pip dependency should be `simmer-sdk`.
skills/simmer-skill-builder/SKILL.md · 390 lines

How it starts

The opening of the file, as written. The whole thing — 390 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Simmer Skill Builder

Generate complete, runnable Simmer trading skills from a strategy description.

You are building an OpenClaw skill that trades prediction markets through the Simmer SDK. The skill you generate will be installed into your skill library and run by you — it must be a complete, self-contained folder that works out of the box.

Use this skill when a human has a rough trading idea, a bounty brief, or a strategy thread and wants a deterministic skill they can validate, publish, and run. The best output is not just a clever prompt: it is a folder with bounded trading logic, explicit config, dry-run defaults, and enough docs for another builder to remix.

Workflow

Step 1: Intake and Triage

1a. Detect input type

Your human's input falls into one of two modes:

  • Conversational (short description, thesis statement, "build me a bot that...") → go to 1b
  • Pasted post / campaign brief (long text >500 chars, contains code blocks, threshold numbers, or reads like an X thread, blog post, bounty, or World Cup strategy idea) → go to 1c
1b. Conversational intake

Ask your human to clarify until you understand these five parameters:

  1. Signal — What data drives the decision? (external API, market price, on-chain data, LLM probability estimate, timing, etc.)
  2. Entry logic — When to buy? (price threshold, signal divergence, edge %, timing window, etc.)
  3. Exit logic — When to sell? (take profit, time-based, signal reversal, or rely on auto-risk monitors — if unclear, default to auto-risk monitors but confirm with human)
  4. Market selection — Which markets? (by tag, keyword, category, venue, volume filter, resolution window, or discovery logic)
  5. Position sizing — Fixed amount or smart sizing? What Kelly fraction? What bankroll-% cap? What order type (market or limit)?
1c. From-post extraction

When the human pastes a strategy post or campaign brief, extract — don't ask first. The post often contains the strategy shape already. Ask follow-ups only after you have separated what is explicit from what is missing.

Read the full file on GitHub · 390 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed 7410466a24f4
  2. 11d ago First seen · 390 lines · 86 tokens per session scan A eb382544ecad

Subscribe to this mod's changes

simmer-skill-builder is a skill published in the GitHub repository SpartanLabsXyz/simmer-sdk (48 stars, last pushed yesterday), licensed MIT. It adds 86 tokens to every session and 6,512 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.