tcx-investor-context

tcx-investor-context is a skill for Codex from monarchjuno/tradingcodex. It costs 64 tokens per session (960 once invoked), scanned A, original, Apache-2.0.

A skill for managing workspace-local investor suitability information, such as goals, time horizon, loss capacity, liquidity needs, holdings, and tax or account constraints.

In plain words
What is it for?
It is for creating, reviewing, changing, enabling, disabling, or clearing the investor context used in the current workspace.
Why use it?
It keeps these personal constraints available to guide future investment workflows without granting permission to trade.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

Good fit It is for creating, reviewing, changing, enabling, disabling, or clearing the investor context used in the current workspace.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monarchjuno/tradingcodex/tcx-investor-context
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-investor-context
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-investor-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/monarchjuno/tradingcodex/tcx-investor-context/github.svg)](https://agentmods.dev/skills/monarchjuno/tradingcodex/tcx-investor-context)
Your own site
<a href="https://agentmods.dev/skills/monarchjuno/tradingcodex/tcx-investor-context"><img src="https://agentmods.dev/badge/skills/monarchjuno/tradingcodex/tcx-investor-context/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 tcx-investor-context

Your own site · 80×15
<a href="https://agentmods.dev/skills/monarchjuno/tradingcodex/tcx-investor-context"><img src="https://agentmods.dev/badge/skills/monarchjuno/tradingcodex/tcx-investor-context.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 960 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.00064 $0.00960
Opus 5 $0.00032 $0.00480
Sonnet 5 $0.00013 $0.00192
Haiku 4.5 $0.00006 $0.00096

Measured 9d ago against content hash 72461e0af385, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tcx-investor-context 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 9d 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/.agents/skills/tcx-investor-context/SKILL.md · 90 lines

How it starts

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

Investor Context

Interview the user and prepare a confirmed investor-context change. The persistent context is optional, belongs only to the current workspace, and guides suitability without granting investment or execution authority.

This is an ordinary user-owned workspace file. Read and update it with native workspace file tools; do not add an MCP service or hand routine changes to a terminal command.

Procedure

  1. Read .tradingcodex/user/investor-context.md when it exists. Treat a missing file as unconfigured and do not search other files for replacement values.
  2. Ask only for missing or changed fields, in small batches. Keep confirmed answers separate from unknown, not provided, or declined values.
  3. Cover only the fields relevant to investment suitability:
    • investment objective
    • time horizon
    • risk tolerance and loss capacity
    • liquidity needs
    • current holdings and concentration not already represented by canonical portfolio state
    • tax, account, or jurisdiction constraints
  4. Preview the exact proposed changes and obtain user confirmation before the first write or before replacing or removing a confirmed value.
  5. After confirmation, create or update only .tradingcodex/user/investor-context.md with native apply_patch. Preserve unchanged confirmed fields and notes. Pass that exact workspace-relative path to apply_patch; never prefix the workspace path or use an absolute path. Set updated_at to the current ISO-8601 time and updated_by to user.
  6. For enable or disable, change only enabled_by_default after an explicit request. For clear, warn that the action removes all saved fields and notes, require an explicit request naming clear, and leave a valid empty context document rather than deleting unrelated files.
  7. Re-read that exact workspace-relative file after a write and report its configured fields, default application state, updated time, and path without echoing unnecessary sensitive detail. A similarly suffixed file under a duplicated workspace path is not valid verification. If the expected file is missing or invalid, fix it before claiming success.

Read the full file on GitHub · 90 lines

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. 9d ago First seen · 90 lines · 64 tokens per session scan A 72461e0af385

Subscribe to this mod's changes

tcx-investor-context is a skill published in the GitHub repository monarchjuno/tradingcodex (368 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 64 tokens to every session and 960 once invoked, about $0.0003 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.