daily-watchlist: Command for Claude Code

.claude/commands/ht-trade.md

ht-trade is a command for Claude Code from Benboerba620/daily-watchlist. It costs 7 tokens per session (220 once invoked), scanned A, original, MIT.

A command for recording a trade in a hypothesis tracker, a system that links investment actions to the reasoning behind them. It reads a natural-language trade description and updates related portfolio records.

In plain words
What is it for?
Use it to record a ticker, action, share count, price, market, and reasoning; link the trade to a hypothesis; and update trade, holdings, hypothesis, and journal files when needed.
Why use it?
It keeps trades, holdings, investment assumptions, and journal notes connected instead of requiring those records to be updated separately.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is Benboerba620/daily-watchlist's own configuration. It tells Claude Code how to work on daily-watchlist itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything daily-watchlist configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Benboerba620/daily-watchlist. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Benboerba620/daily-watchlist/main/.claude/commands/ht-trade.md
Clone the repo
git clone --depth 1 https://github.com/Benboerba620/daily-watchlist

Made for: Claude Code.

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 ht-trade

README.md
[![agentmods](https://agentmods.dev/badge/commands/benboerba620/daily-watchlist/ht-trade/github.svg)](https://agentmods.dev/commands/benboerba620/daily-watchlist/ht-trade)
Your own site
<a href="https://agentmods.dev/commands/benboerba620/daily-watchlist/ht-trade"><img src="https://agentmods.dev/badge/commands/benboerba620/daily-watchlist/ht-trade/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 ht-trade

Your own site · 80×15
<a href="https://agentmods.dev/commands/benboerba620/daily-watchlist/ht-trade"><img src="https://agentmods.dev/badge/commands/benboerba620/daily-watchlist/ht-trade.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 220 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.
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.00007 $0.00220
Opus 5 $0.00003 $0.00110
Sonnet 5 $0.00001 $0.00044
Haiku 4.5 $0.00001 $0.00022

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

Security

Grade A, and why

ht-trade 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 10d 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.

.claude/commands/ht-trade.md · 36 lines

What it actually says

Hypothesis Tracker 记录交易

记录交易,并把交易动作回写到假设上下文。

主触发命令:

  • /ht-trade

兼容别名:

  • /hypothesis-trade

工作流

  1. 解析用户的自然语言交易描述,提取:
    • ticker
    • action
    • shares
    • price
    • market
    • reasoning
  2. 追问缺失信息:
    • 关联哪个 hypothesis
    • kill thesis / stop loss
    • 卖出时的 outcome note
  3. 追加到 portfolio/trades.csv
  4. 更新 portfolio/holdings.csv
  5. 如已关联 hypothesis,在对应假设文件中补一条证据或确定性变化说明
  6. 如有必要,在 portfolio/journal/YYYY-MM-DD.md 追加交易日志

如果今天的交易来自 /dw-today 报告里的信号,明确写出来。

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. 10d ago First seen · 36 lines · 7 tokens per session scan A 86a8287967cd

Subscribe to this mod's changes

ht-trade is a command published in the GitHub repository Benboerba620/daily-watchlist (60 stars, last pushed 4mo ago), licensed MIT. It adds 7 tokens to every session and 220 once invoked, about $0.0000 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.