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 skills add gejyn14/kiwoom-plugin --skill market-scangit clone --depth 1 https://github.com/gejyn14/kiwoom-pluginWrote 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.
[](https://agentmods.dev/skills/gejyn14/kiwoom-plugin/market-scan)<a href="https://agentmods.dev/skills/gejyn14/kiwoom-plugin/market-scan"><img src="https://agentmods.dev/badge/skills/gejyn14/kiwoom-plugin/market-scan/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.
<a href="https://agentmods.dev/skills/gejyn14/kiwoom-plugin/market-scan"><img src="https://agentmods.dev/badge/skills/gejyn14/kiwoom-plugin/market-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00084 | $0.00821 |
| Opus 5 | $0.00042 | $0.00411 |
| Sonnet 5 | $0.00017 | $0.00164 |
| Haiku 4.5 | $0.00008 | $0.00082 |
Grade A, and why
market-scan 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 8d 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
시장 훑기
순위 (28종)
종류는 하위 명령이다 (--market은 all/kospi/kosdaq):
kiwoom_run(["market","rank","volume","--market","kospi"])
자주 쓰는 것: volume(당일 거래량), change(전일대비 등락률), amount(거래대금),
volume-surge(거래량 급증), foreign-inst(외국인/기관 매매 상위),
new-highlow(신고저가), limit(상하한가).
전체 목록은 kiwoom_describe(["market","rank"])로 확인한다 — 28종이라 외우지 말고
필요할 때 조회한다. 시가총액 순위는 없다 — 없는 종류를 지어내지 말고 목록에서 고른다.
그 밖
market sector·theme·etf·program은 전부 그룹이다. 그대로 호출하면
INVALID_INPUT이 나므로 하위 명령까지 내려간다.
- 업종 지수:
kiwoom_run(["market","sector","index"])— 기본--sector-code 001(KOSPI종합), KOSDAQ종합은101. 업종별 등락은market sector investor, 개별 업종은market sector current <업종코드>. - 테마:
kiwoom_run(["market","theme","groups"])— "무슨 테마가 강한지" 물을 때. 구성종목은market theme stocks <테마코드>. - ETF:
kiwoom_run(["market","etf","all"])— 개별 ETF는market etf info <코드>. - 프로그램매매:
kiwoom_run(["market","program","time-trend","--date","<YYYYMMDD>"])—--date가 필수다. 일자별은market program daily-trend.
실시간
지금 이 순간의 호가·체결을 보려면 kiwoom_stream_snapshot을 쓴다:
kiwoom_stream_snapshot(stream_type="quote", symbols=["005930"], max_events=10, duration="15s")
반드시 유한하게 끝난다 — max_events나 duration 중 먼저 닿는 쪽에서 종료한다.
장 시간이 아니면 이벤트가 오지 않고 시간만 흐르므로, 장외 시간에는
stock info로 종가를 보는 편이 낫다.
답할 때
- 순위표를 통째로 붙이지 않는다. 상위 몇 개를 추리고 무엇이 눈에 띄는지 말한다 — 한 업종이 상위를 채우고 있다든가, 거래량이 평소와 다르다든가.
- 상승 빨강 / 하락 파랑 (한국 관습).
- 장 시간을 의식한다. 국내장은 09:00–15:30 (KST). 장 마감 후의 "오늘 시장"은 종가 기준이라는 점을 밝힌다.
meta.env가"mock"이면 모의투자 서버 데이터이며 실제 시장과 다를 수 있다.
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.
- 8d ago First seen · 56 lines · 84 tokens per session scan A 2a18d56c072a
market-scan is a skill published in the GitHub repository gejyn14/kiwoom-plugin (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 84 tokens to every session and 821 once invoked, about $0.0004 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.
Other skills, from other repositories
sector-rotation
An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.
strategy-pivot-designer
Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.
twitter-reader
Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…
chenhao-limit-up
A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.
trading-risk-gate
Unified pre-trade safety gate: Ruin check (Law #1), ergodicity audit, and win-rate dominance validation. Absorbs: ergodicity-check, law-of-ruin, win-rate-dominance.
vectorbt
High-performance vectorized backtesting with parameter optimization, portfolio simulation, and rich performance metrics.