wickworks

wickworks is a skill for Claude Code, Codex from psyb0t/docker-wickworks. It costs 271 tokens per session (2,639 once invoked), scanned B, original, WTFPL.

A stateless service that accepts OHLC bars—open, high, low, and close price data—and returns selected technical-analysis and Smart Money Concepts calculations.

In plain words
What is it for?
Use it to calculate moving averages, technical indicators, and other listed market primitives through its API, or inspect available outputs in the metadata catalog.
Why use it?
It provides computed market-data building blocks without requiring the caller to maintain trading state or implement each calculation.

Skill for Claude CodeCodex

Part of the wickworks plugin — 1 skill shipped together

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.

agentmods
npx agentmods add skills/psyb0t/docker-wickworks/wickworks
Any agent
npx skills add psyb0t/docker-wickworks --skill wickworks
Clone the repo
git clone --depth 1 https://github.com/psyb0t/docker-wickworks

Made for: Claude Code, Codex.

Or install wickworks, the plugin that ships this one along with the rest of its 1 skill.

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 wickworks

README.md
[![agentmods](https://agentmods.dev/badge/skills/psyb0t/docker-wickworks/wickworks.svg)](https://agentmods.dev/skills/psyb0t/docker-wickworks/wickworks)
Your own site
<a href="https://agentmods.dev/skills/psyb0t/docker-wickworks/wickworks"><img src="https://agentmods.dev/badge/skills/psyb0t/docker-wickworks/wickworks.svg" alt="Measured on agentmods" height="20"></a>
Per session 271 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,639 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. Scan, not verified.
Origin unknown 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 $0.00271 $0.02639
Opus 5 $0.00135 $0.01319
Sonnet 5 $0.00054 $0.00528
Haiku 4.5 $0.00027 $0.00264

Measured 3d ago against content hash d2117db1e931, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

wickworks scanned grade B with 2 findings 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 3d ago.

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.

Sends data to an external URLmediumData exfiltration

A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.

curl -s -X POST "$WICKWORKS_URL/" -H 'Content-Type: application/json' -d '{

Makes network callslowCapability

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

{ "openclaw": { "emoji": "🕯️", "primaryEnv": "WICKWORKS_URL", "requires": { "bins": ["docker", "curl"] } } }
.agents/skills/wickworks/SKILL.md · 146 lines

The source is not reproduced here

Licensed WTFPL

The repository is licensed WTFPL, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 146 lines · 271 tokens per session scan B d2117db1e931

Subscribe to this mod's changes

wickworks is a skill published in the GitHub repository psyb0t/docker-wickworks (1 stars, last pushed 1mo ago), licensed WTFPL. It adds 271 tokens to every session and 2,639 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

correlation-analysis

Correlation and cointegration analysis — co-movement discovery, deep return-correlation analysis, sector clustering, realized correlation, Engle-Granger / Johansen cointegration, half-life, Kalman dynamic hedge ratio, cross-market linkage analysis, and pair-trading signal generation.

HKUDS/Vibe-Trading · 57 tokens

vibe-trading

Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/academic/fundamental), options pricing, 90 finance skills, 30 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract →…

HKUDS/Vibe-Trading · 166 tokens

edgar-sec-filings

SEC EDGAR filing analysis — 10-K, 10-Q, 8-K, proxy statements, insider Form 4. Extract key financials, risk factors, management discussion, and generate investment signals from US public company filings.

HKUDS/Vibe-Trading · 53 tokens

asset-allocation

Asset allocation theory and optimizer usage — MPT / Black-Litterman / risk budgeting / all-weather strategy, including guides for 5 optimizers and rebalancing rules.

HKUDS/Vibe-Trading · 39 tokens

behavioral-finance

Behavioral finance applications: theories of overreaction and underreaction, behavioral explanations for momentum and reversal, investor sentiment cycles, cognitive-bias checklists, and debiasing quantitative strategies.

HKUDS/Vibe-Trading · 42 tokens

crypto-derivatives

Crypto-derivatives strategies — perpetual funding-rate arbitrage, futures term-structure contango/backwardation trading, and option volatility-smile / Greeks analysis.

HKUDS/Vibe-Trading · 37 tokens