tcx-order-approve

tcx-order-approve is a skill for Codex from monarchjuno/tradingcodex. It costs 36 tokens per session (294 once invoked), scanned A, original, Apache-2.0.

An approval step for a prepared trading order. It checks the order's risk and policy results and records an approval or rejection without sending the order to a broker.

In plain words
What is it for?
Reviewing OrderTickets, confirming limits and broker support, checking restricted lists, enforcing different creator and approver identities, and issuing an approval receipt.
Why use it?
It separates review from order creation and helps prevent unsupported instruments, policy failures, or self-approved trades from proceeding.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Reviewing OrderTickets, confirming limits and broker support, checking restricted lists, enforcing different creator and approver identities, and issuing an approval receipt.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monarchjuno/tradingcodex/tcx-order-approve
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 monarchjuno/tradingcodex --skill tcx-order-approve
Clone the repo
git clone --depth 1 https://github.com/monarchjuno/tradingcodex

Made for: 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 tcx-order-approve

README.md
[![agentmods](https://agentmods.dev/badge/skills/monarchjuno/tradingcodex/tcx-order-approve.svg)](https://agentmods.dev/skills/monarchjuno/tradingcodex/tcx-order-approve)
Your own site
<a href="https://agentmods.dev/skills/monarchjuno/tradingcodex/tcx-order-approve"><img src="https://agentmods.dev/badge/skills/monarchjuno/tradingcodex/tcx-order-approve.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00036 $0.00294
Opus 5 $0.00018 $0.00147
Sonnet 5 $0.00007 $0.00059
Haiku 4.5 $0.00004 $0.00029

Measured 8d ago against content hash 239aed2d2bd0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

tcx-order-approve 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 8d 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.

workspace_templates/modules/repo-skills/files/.tradingcodex/subagents/skills/risk-manager/tcx-order-approve/SKILL.md · 36 lines

What it actually says

Approve Order

Use this skill to approve or reject a checked OrderTicket after risk and policy review.

Required inputs:

  • Canonical order ticket id
  • Risk review artifact or risk-check output
  • Policy review result or simulate_policy output
  • Universe/instrument support and adapter eligibility from policy review

Approval path:

  1. Fetch the ticket with get_order_ticket.
  2. Run or inspect run_order_checks and require no failing checks.
  3. Confirm approved_by is not the same principal as created_by.
  4. Confirm restricted list, enabled adapter, instrument support, notional limit, and approval readiness are all acceptable.
  5. Create the approval receipt through request_order_approval as the configured approval principal.
  6. Confirm the receipt binds order_ticket_id, broker/account scope, expiry, and the exact order payload hash.

Reject path:

  • If validation, risk, or policy fails, write or reference the rejection reason.
  • Do not create an approval receipt for a revise/reject decision.

Rules:

  • Do not approve a live broker order unless a user-installed adapter and policy explicitly enable it.
  • Do not approve unsupported universes or instruments merely because research or screen-grade analysis exists.
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. 8d ago First seen · 36 lines · 36 tokens per session scan A 239aed2d2bd0

Subscribe to this mod's changes

tcx-order-approve is a skill published in the GitHub repository monarchjuno/tradingcodex (367 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 36 tokens to every session and 294 once invoked, about $0.0002 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

travel-expense-audit

A travel-expense review workflow that checks reimbursement claims against policy handbooks and rate tables. It covers items such as hotel, transport, and daily meal allowances.

vixues/LeAgent · 51 tokens

accountant

Senior Accountant & Strategic CFO with 20+ years experience in tech sector. Use for tax planning, VAT/sales tax compliance, financial forecasting, contractor assessments, or accounting app logic design. Auto-triggers tax warnings and savings opportunities. Adapts to the user's jurisdiction by loading the matching…

olehsvyrydov/AI-development-team · 76 tokens

compliance-frameworks

Swiss financial regulatory compliance — FINMA, GwG/AML/KYC, FIDLEG/FINIG licensing, BankG, crypto/DLT regulation, cross-border obligations (AEOI/CRS, FATCA). Trigger when: user asks about FINMA licensing, AML/KYC compliance, financial services cross-border, crypto regulation, or fintech data processing. Do NOT trigger…

fedec65/bettercallclaude · 109 tokens

financial-marketing-compliance-review

A financial pricing diagnosis helper for reviewing marketing materials and related compliance concerns.

allinherog-star/ai-skills · 77 tokens

ai-financial-marketing-compliance-review

A financial marketing compliance review assistant for examining pricing or marketing material for financial concerns.

skillsaiagent/aiskills · 79 tokens

ai-insurance-policy-faq-explainer

A risk-review helper for explaining questions about insurance policies and their possible risks. It produces summaries, diagnoses, recommended actions, and reusable deliverables from supplied material.

skillsaiagent/aiskills · 74 tokens