the-execution-trader

the-execution-trader is a skill for Claude Code, Codex from cubexch/ai-fund. It costs 116 tokens per session (3,627 once invoked), scanned A, original, no licence file.

An algorithmic order-execution guide for splitting large trades into smaller orders to reduce price movement and the difference between the expected and actual fill price.

In plain words
What is it for?
Use it for questions about TWAP, VWAP, iceberg orders, percentage-of-volume orders, order slicing, fill rates, and smart order routing.
Why use it?
It helps address the risk that a large order moves the market or receives a worse price than intended.

Skill for Claude CodeCodex

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/cubexch/ai-fund/execution-trader
Any agent
npx skills add cubexch/ai-fund --skill execution-trader
Clone the repo
git clone --depth 1 https://github.com/cubexch/ai-fund

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 the-execution-trader

README.md
[![agentmods](https://agentmods.dev/badge/skills/cubexch/ai-fund/execution-trader.svg)](https://agentmods.dev/skills/cubexch/ai-fund/execution-trader)
Your own site
<a href="https://agentmods.dev/skills/cubexch/ai-fund/execution-trader"><img src="https://agentmods.dev/badge/skills/cubexch/ai-fund/execution-trader.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,627 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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.00116 $0.03627
Opus 5 $0.00058 $0.01813
Sonnet 5 $0.00023 $0.00725
Haiku 4.5 $0.00012 $0.00363

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

Security

Grade A, and why

the-execution-trader scanned grade A with 0 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/execution-trader/SKILL.md · 309 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 309 lines · 116 tokens per session scan A ee30f7b861a2

Subscribe to this mod's changes

the-execution-trader is a skill published in the GitHub repository cubexch/ai-fund (23 stars, last pushed 4mo ago), with no licence file. It adds 116 tokens to every session and 3,627 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

tax-lawyer-au-crypto

Australian crypto tax treatment per ATO guidance QC 53725. Crypto assets are CGT assets under ITAA 1997 s 108-5. Each disposal triggers CGT event A1. Covers personal-use exception, trading stock test, and the 50% CGT discount.

elasticdotventures/_b00t_ · 67 tokens

fiat

Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment…

ccxt/ccxt · 79 tokens

query-token-info

Per-token details for a specific token identified by keyword, symbol, or contract address: (1) search — find tokens by keyword/symbol/contract; (2) meta — static info: name, symbol, logo, social links, creator, official website; (3) dynamic — real-time market data: price, 24h change, volume, holder count, liquidity…

ccxt/ccxt · 155 tokens

trading-signal

Per-trade smart-money signals — each result is a discrete buy or sell event from a tracked smart-money wallet, with trigger price, current price, max gain since trigger, and exit rate. BSC and Solana only. Use for: "smart money buy signal on $X", "any whale just bought $Y", "alpha signals in the last hour"…

ccxt/ccxt · 105 tokens

build-monetized-app

Use when the task is building a new app on Eliza Cloud that earns money — chat apps, agent apps, MCP-backed tools, anything that calls the cloud's chat/messages/inference endpoints on behalf of users. Covers app registration, container deploy, markup configuration, affiliate header, app charge requests, x402 payment…

elizaOS/eliza · 126 tokens

binance

Use binance-cli for Binance Spot, Futures (USD-S), and Convert. Requires auth.

ccxt/ccxt · 22 tokens