etf-value-analysis

etf-value-analysis is a skill for Codex from dandacompany/vibe-finance-kit. It costs 51 tokens per session (605 once invoked), scanned A, original, MIT.

A structured method for comparing broad-market exchange-traded funds listed in South Korea. It records fund costs, trading conditions and the value measures of the companies in each fund's index.

In plain words
What is it for?
Preparing ETF comparison records, checking costs, tracking quality, assets, trading activity and premium or discount, and reviewing index-level PER, PBR and dividend yield for a split-buy plan.
Why use it?
It helps separate a fund's price movement from its operating quality and the valuation of its underlying holdings. It keeps warnings visible without turning the analysis into an order recommendation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Preparing ETF comparison records, checking costs, tracking quality, assets, trading activity and premium or discount, and reviewing index-level PER, PBR and dividend yield for a split-buy plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dandacompany/vibe-finance-kit/etf-value-analysis
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 dandacompany/vibe-finance-kit --skill etf-value-analysis
Clone the repo
git clone --depth 1 https://github.com/dandacompany/vibe-finance-kit

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 etf-value-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/dandacompany/vibe-finance-kit/etf-value-analysis/github.svg)](https://agentmods.dev/skills/dandacompany/vibe-finance-kit/etf-value-analysis)
Your own site
<a href="https://agentmods.dev/skills/dandacompany/vibe-finance-kit/etf-value-analysis"><img src="https://agentmods.dev/badge/skills/dandacompany/vibe-finance-kit/etf-value-analysis/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 etf-value-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/dandacompany/vibe-finance-kit/etf-value-analysis"><img src="https://agentmods.dev/badge/skills/dandacompany/vibe-finance-kit/etf-value-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 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.00051 $0.00605
Opus 5 $0.00026 $0.00302
Sonnet 5 $0.00010 $0.00121
Haiku 4.5 $0.00005 $0.00060

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

Security

Grade A, and why

etf-value-analysis 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.

skills/etf-value-analysis/SKILL.md · 39 lines

What it actually says

ETF Value Analysis

ETF를 “가격이 내려갔는가”만으로 보지 않고 상품 구조와 기초지수의 가치 상태를 함께 기록한다. 이 Skill은 분할매수 전략의 대상 적합성과 경고를 만드는 분석층이며 주문 신호를 만들지 않는다.

Analyze in four layers

  1. 상품 동일성: 종목코드, 추종지수, 복제 방식, 환헤지, 분배 정책을 확인한다.
  2. 운용 품질: 총보수, 추적오차, 순자산, 20일 평균 거래대금, 괴리율을 수집한다.
  3. 기초지수 가치: PER, PBR, 배당수익률을 지수 제공자의 산식·기준일과 함께 기록한다.
  4. 분할매수 맥락: 예산·최대 횟수·보유 상한과 충돌하는 상품 구조나 유동성 위험을 경고한다.

Comparison rules

  • 총보수와 추적오차는 낮을수록 운용 효율이 좋다는 사실 비교만 한다.
  • 순자산과 거래대금은 거래 가능성의 대리값이며 수익 가능성으로 해석하지 않는다.
  • 괴리율은 절댓값과 지속 시간을 함께 본다.
  • PER·PBR·배당수익률은 ETF 자체 기업가치가 아니라 기초지수 구성종목 집계치다.
  • 서로 다른 지수, 산식, 기준일의 가치지표는 직접 순위를 매기지 않는다.
  • 하나의 합성 점수로 “매수 1순위”를 만들지 않는다.

Tool workflow

  1. 원천 자료를 ETFAnalysisSnapshot으로 정규화한다.
  2. MCP validate_etf_snapshot을 호출한다.
  3. 두 상품 비교가 필요하면 compare_etf_snapshots를 호출한다.
  4. 오류가 있으면 수집 단계로 되돌리고, 경고가 있으면 결과에 그대로 남긴다.
  5. 출력은 사실표 + 해석 + 미해결 경고로 작성한다.

필드 정의는 snapshot-schema.md를 읽는다.

Boundary

이 Skill은 종목·방향·수량을 정하지 않는다. 주문 의도가 필요하면 별도 승인 계약을 가진 magma-finance-lab으로 넘기되, 이 Skill이 직접 주문 도구를 호출하지 않는다.

Files

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.

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 · 39 lines · 51 tokens per session scan A 3056261314dc

Subscribe to this mod's changes

etf-value-analysis is a skill published in the GitHub repository dandacompany/vibe-finance-kit (1 stars, last pushed 1mo ago), licensed MIT. It adds 51 tokens to every session and 605 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-31.

Related

Other skills, from other repositories

joinquant-skill

Generate accurate, runnable quantitative strategy code for the JoinQuant (聚宽) platform. Use this skill when the user asks to write a stock/ETF/futures backtest, paper-trading, or live-trading strategy on JoinQuant — the skill provides progressive-disclosure access to the complete JoinQuant API knowledge base (14…

gaaiyun/joinquant-skill · 144 tokens

tushare

A Python interface for Tushare, a financial data service that provides market and company information for stocks, funds, futures, and digital assets. It returns queried data as pandas tables.

HKUDS/Vibe-Trading · 79 tokens

social-media-intelligence

Social media intelligence: financial signal extraction from Twitter/X, Telegram, Discord, and Reddit for sentiment-driven trading strategies.

HKUDS/Vibe-Trading · 28 tokens

geopolitical-risk

Geopolitical risk analysis: quantify crisis signals, identify precursors, and build event-driven strategies for war, sanctions, and supply disruption scenarios.

HKUDS/Vibe-Trading · 34 tokens

vibe-trading

Professional finance research toolkit — backtesting (10 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/academic/fundamental), options pricing, 90 finance skills, 30 multi-agent swarm teams, Trade Journal analyzer, and Shadow Account (extract →…

HKUDS/Vibe-Trading · 173 tokens

correlation-regime

Correlation-regime detection and crisis attribution — edge-density regime states with hysteresis, causal (no look-ahead) smoothing, regime-aware exposure context, first-mover crisis attribution with honest NAME / MACRO / AMBIGUOUS / ABSTAIN verdicts, and a correlation-rewiring leaderboard that catches slow bleed-outs.

HKUDS/Vibe-Trading · 70 tokens