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/kangwonland/splunk-skill/splunk-env-konpx skills add Kangwonland/splunk-skill --skill splunk-env-kogit clone --depth 1 https://github.com/Kangwonland/splunk-skillWrote 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/kangwonland/splunk-skill/splunk-env-ko)<a href="https://agentmods.dev/skills/kangwonland/splunk-skill/splunk-env-ko"><img src="https://agentmods.dev/badge/skills/kangwonland/splunk-skill/splunk-env-ko.svg" alt="Measured on agentmods" 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.00161 | $0.01583 |
| Opus 5 | $0.00081 | $0.00792 |
| Sonnet 5 | $0.00032 | $0.00317 |
| Haiku 4.5 | $0.00016 | $0.00158 |
Grade A, and why
splunk-env-ko 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.
How it starts
The opening of the file, as written. The whole thing — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Splunk 환경 메타데이터 설정
이 스킬은 env-config.md 파일을 관리합니다 — 사용자가 자신의 Splunk 환경
(인덱스, 소스타입, 호스트, 룩업, 매크로)을 미리 등록하는 설정 파일입니다.
splunk-spl 스킬이 이 파일을 읽어 환경 맞춤 SPL을 생성합니다.
동작 원리
- 사용자가 이 스킬 디렉토리의 **
env-config.md**에 환경 정보를 입력 - SPL 생성 시 splunk-spl 스킬이 env-config.md를 자동으로 참조
- 정확한 인덱스명, 소스타입, 필드명으로 SPL 생성
env-config.md 없이 (제네릭):
index=main sourcetype=firewall action=blocked
| stats count by src_ip
env-config.md 있을 때 (환경 맞춤):
index=sec_logs sourcetype=pan:traffic action=blocked
| stats count by src_ip
| lookup asset_db.csv ip AS src_ip OUTPUT hostname, owner
env-config.md
설정 파일은 이 스킬 디렉토리의 **env-config.md**에 있습니다.
예시 데이터가 미리 채워져 있으며, 사용자가 자신의 환경으로 교체합니다.
이 스킬이 트리거되면:
- env-config.md 파일 경로를 찾습니다 (Glob:
**/splunk-env-ko/env-config.md). - 사용자에게 전체 경로를 안내하여 직접 편집할 수 있게 합니다.
- 파일을 읽어 현재 설정을 파악합니다.
- 사용자 요청에 따라 편집: 항목 추가, 수정, 삭제.
- 수정된 파일을 저장합니다.
항상 사용자에게 파일 경로를 알려주세요, 예:
"Splunk 환경 설정 파일 위치:
/path/to/splunk-env-ko/env-config.md이 파일을 직접 편집하거나, 변경할 내용을 말씀해주세요."
파일 구조
마크다운 테이블로 카테고리별 구성:
| 섹션 | 필수 | 내용 |
|---|---|---|
| Metadata | 예 | 배포 유형, 인덱서/SH 수, 버전 |
| Indexes | 예 | 이름, 용도, 소스타입, 사용 시나리오 |
| Sourcetypes | 예 | 이름, 인덱스, 카테고리, 벤더/제품 |
| SPL Generation Notes | 예 | 시나리오 → 인덱스+소스타입 매핑 |
| Hosts & Host Groups | 권장 | 주요 호스트, 명명 패턴 |
| Lookups | 선택 | 이름, 타입, 키/출력 필드 |
| Macros | 선택 | 이름, 정의, 인수 |
| Data Models | 선택 | 이름, 가속, 데이터셋 |
편집 규칙
- 데이터가 있는 섹션만 포함 — 불필요한 섹션은 삭제.
- 인덱스 10개 이상이면 도메인별 그룹화 (### Security, ### Web 등).
- 각 인덱스에 Use When 컬럼 필수 — SPL 생성의 핵심 가이드.
- SPL Generation Notes가 가장 중요 — 시나리오별 정확한 인덱스+소스타입 매핑.
- 마크다운 테이블 형식 유지.
사용자 상호작용
환경 정보 등록
사용자가 아무 형식으로 환경 정보를 알려주면:
"우리 인덱스: sec_logs (방화벽), web_prod (아파치), infra (syslog). 방화벽 호스트는 fw-*. 인덱서 3대, distributed."
현재 env-config.md를 읽고, 새 정보를 반영하고, 결과를 보여준 뒤 저장.
기존 항목 수정
"web_prod를 web_production으로 바꿔" 또는 "매크로 all_sec 추가해줘"
env-config.md를 읽고, 변경 적용, 저장.
What ships with it
5 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.
- 6d ago First seen · 156 lines · 161 tokens per session scan A 6c7d860cf05a
splunk-env-ko is a skill published in the GitHub repository Kangwonland/splunk-skill (5 stars, last pushed 4mo ago), licensed MIT. It adds 161 tokens to every session and 1,583 once invoked, about $0.0008 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…