portfolio-agent: Command for Claude Code

.claude/commands/status.md

status is a command for Claude Code from Daegyu519/portfolio-agent. It costs 30 tokens per session (182 once invoked), scanned A, original, MIT.

A read-only command for viewing a portfolio’s latest stored snapshot and thesis statuses. A portfolio is a collection of investments, and a thesis is the reason for holding an investment.

In plain words
What is it for?
It helps display holdings, portfolio totals, cash, and the current status and latest transition reason for each investment.
Why use it?
It provides current recorded information without collecting new data, making judgments, or changing the database.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is Daegyu519/portfolio-agent's own configuration. It tells Claude Code how to work on portfolio-agent 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 portfolio-agent configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Daegyu519/portfolio-agent. 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/Daegyu519/portfolio-agent/main/.claude/commands/status.md
Clone the repo
git clone --depth 1 https://github.com/Daegyu519/portfolio-agent

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 status

README.md
[![agentmods](https://agentmods.dev/badge/commands/daegyu519/portfolio-agent/status.svg)](https://agentmods.dev/commands/daegyu519/portfolio-agent/status)
Your own site
<a href="https://agentmods.dev/commands/daegyu519/portfolio-agent/status"><img src="https://agentmods.dev/badge/commands/daegyu519/portfolio-agent/status.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 182 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.00030 $0.00182
Opus 5 $0.00015 $0.00091
Sonnet 5 $0.00006 $0.00036
Haiku 4.5 $0.00003 $0.00018

Measured 6d ago against content hash 3f674c80747a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

status 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 6d 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/status.md · 15 lines

What it actually says

portfolio MCP 서버의 read-only 도구 두 개만 호출해 현황을 보고하라:

  1. portfolio_snapshot — 최근 스냅샷 (기준일·총 평가·현금·보유 종목)
  2. thesis_status — 논지 보드 (ticker·status·최근 전이 사유)

간결한 표 두 개로 정리하고 끝내라. 수치 재계산·해석·추천 금지 — 판단이 필요하면 /review 를 안내하라. 최신 시세 수집이 필요하면 run_diagnostics 를 쓰라고 안내만 하고 직접 부르지 마라 (토스 호출 비용).

$ARGUMENTS

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. 6d ago First seen · 15 lines · 30 tokens per session scan A 3f674c80747a

Subscribe to this mod's changes

status is a command published in the GitHub repository Daegyu519/portfolio-agent (0 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 182 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-31.