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.
npx agentmods add skills/monarchjuno/tradingcodex/tcx-source-gatenpx skills add monarchjuno/tradingcodex --skill tcx-source-gategit clone --depth 1 https://github.com/monarchjuno/tradingcodexWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00037 | $0.00587 |
| Opus 5 | $0.00018 | $0.00293 |
| Sonnet 5 | $0.00007 | $0.00117 |
| Haiku 4.5 | $0.00004 | $0.00059 |
Grade A, and why
tcx-source-gate 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 2d 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.
What it actually says
Data Source Routing
For each material missing fact or series:
- Reuse an adequate supplied SourceSnapshot or Dataset.
- Use one relevant enabled user Skill, Plugin, or MCP capability.
- Use direct optional OpenBB when projected for this role.
- Prefer an original public record when legal, accounting, regulatory, contractual, filing, or official-policy status is material.
- Otherwise use a credible attributable source within its competence.
- Preserve an explicit gap when adequate support is unavailable.
Check reusable current-workflow IDs before an external call. Use the smallest call that can resolve the material gap. Do not repeat an unchanged successful or terminal request. Retain valid partial results and fetch only missing coverage. Do not recreate another role's data family or gather broad just-in-case data.
Judge evidence against the claim, requested as-of, and consequence. OpenBB is access to its returned provider, not a source class. Credible institutional, provider-normalized, and reputable secondary evidence may support claims they competently cover. Secondary does not mean screen-only. Independently check a conclusion-driving claim when it is surprising, disputed, transformed, or weakly attributed. Do not require a fixed source count.
A missing, stale, conflicting, or ambiguous field limits only dependent claims. Evidence readiness, confidence, and action readiness remain separate; evidence quality never creates order or execution authority.
Judge freshness against the requested as-of, publication or observation cadence, and relevant market session. An unavailable future period is not a gap. Preserve offset-free timestamps as ambiguous rather than inventing a timezone, and convert epoch values exactly once. A timing ambiguity limits only time-sensitive claims.
Use the current task's callable tools rather than a static inventory. Paid or cost-unknown access requires user approval. If a named tool is deferred, use one names-only exact-name lookup and inspect its schema once.
Continue only when another obtainable source has a credible path to changing the conclusion, confidence, or readiness and its expected decision value justifies the added work. Otherwise preserve the remaining gap and stop.
Use the active role skill for domain-specific filing, market-data, corporate action, instrument, timezone, and macro-vintage requirements. When using direct OpenBB, read OpenBB MCP before the call.
Record every external source actually used with record_source_snapshot.
Create a Dataset only for reusable structured rows or time series. Bind the
returned Snapshot and Dataset IDs to the consuming artifact.
Never install or configure providers, handle credential values, or treat capability availability as evidence quality.
What ships with it
2 files 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.
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.
- 2d ago First seen · 59 lines · 37 tokens per session scan A 87599ed5e6a7
tcx-source-gate is a skill published in the GitHub repository monarchjuno/tradingcodex (364 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 37 tokens to every session and 587 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.
Other skills, from other repositories
agent-code-analyzer
Agent skill for code-analyzer - invoke with $agent-code-analyzer.
agui-dotnet-streaming-chat
Get started with the AG-UI .NET SDK: bootstrap and run your first streaming-chat app (client + server) with the AG-UI .NET NuGet packages (AGUI.Client, AGUI.Server, AGUI.Formatting, AGUI.Abstractions). USE FOR: which packages to install and how to wire them; constructing an AGUIChatClient against an endpoint and…
agui-dotnet-sample-step
Add a GettingStarted sample Step (a Server/Client pair) to the AG-UI .NET SDK that demonstrates one protocol feature the way we want users to write it. USE FOR: adding a new samples/GettingStarted/StepNN Server+Client pair, wiring it into AGUI.slnx and the integration-test project, giving it a deterministic…
agui-dotnet-protobuf
Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…
industry-chain
产业链下钻与不可替代性判定方法:以龙头为"需求入口"沿供应链逐层下钻(整机 / 龙头 → 部件 → 核心器件 → 材料 → 衬底与设备),用物理 / 材料约束(扩产周期、良率、认证周期、有无替代)当筛子找供给刚性的卡口;给每个标的贴不可替代性标签(techmoat / capacitymoat / both / 待补)并列证据;含"卡口越硬越贵"与预期差四问的校准。当任务涉及产业链位置、上下游、护城河、不可替代性、供给瓶颈、竞争格局时加载;单纯取数、估值计算、财报拆分等不涉及产业链结构的任务不要加载。只产出框架与证据表,不给投资动作建议。.
revdiff
Review diffs, files, and documents with inline annotations in a TUI overlay, or answer questions about revdiff usage, configuration, themes, and keybindings. Opens revdiff in tmux/zellij/herdr/kitty/wezterm/cmux/ghostty/iterm2/emacs-vterm, captures annotations, and addresses them. Works in git, hg, and jj repos…