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/roboco-io/plugins/korean-docsnpx skills add roboco-io/plugins --skill korean-docsgit clone --depth 1 https://github.com/roboco-io/pluginsWhat 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 | $0.00036 | $0.00728 |
| Opus 5 | $0.00018 | $0.00364 |
| Sonnet 5 | $0.00007 | $0.00146 |
| Haiku 4.5 | $0.00004 | $0.00073 |
Grade A, and why
korean-docs 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 2d 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
Korean Documentation Skill
전문적인 한국어 기술 문서를 작성합니다.
번역 원칙
1. 용어 처리 기준
영문 유지 (번역하지 않음)
- 프로그래밍 언어: TypeScript, Python, Go, Rust
- 프레임워크/라이브러리: React, Express, Django, Spring
- 도구명: Docker, Kubernetes, Git, npm
- 프로토콜/표준: HTTP, REST, GraphQL, WebSocket
- 고유 개념: hook, middleware, context, state
한국어로 번역
- 일반 기술 용어: 배포(deployment), 설정(configuration), 의존성(dependency)
- 동작 설명: 실행하다, 설치하다, 구성하다
- 개념 설명: 컴포넌트, 모듈, 함수, 클래스
2. 문체 가이드
경어체 사용
좋음: "다음 명령어를 실행합니다."
피할 것: "다음 명령어를 실행해라."
간결하고 명확하게
좋음: "환경 변수를 설정합니다."
피할 것: "환경 변수를 설정하는 것이 필요합니다."
능동태 선호
좋음: "시스템이 요청을 처리합니다."
피할 것: "요청이 시스템에 의해 처리됩니다."
문서 구조
README.md 템플릿
# 프로젝트명
프로젝트에 대한 간단한 설명 (1-2문장)
## 주요 기능
- 기능 1
- 기능 2
- 기능 3
## 시작하기
### 사전 요구사항
- Node.js 18 이상
- npm 또는 yarn
### 설치
\`\`\`bash
npm install
\`\`\`
### 실행
\`\`\`bash
npm start
\`\`\`
## 사용법
기본적인 사용 예제를 포함합니다.
## 설정
환경 변수나 설정 파일에 대해 설명합니다.
## 라이선스
MIT License
API 문서 템플릿
## API 레퍼런스
### 엔드포인트 목록
| 메서드 | 경로 | 설명 |
|--------|------|------|
| GET | /api/users | 사용자 목록 조회 |
| POST | /api/users | 사용자 생성 |
### GET /api/users
사용자 목록을 조회합니다.
**요청 파라미터**
| 이름 | 타입 | 필수 | 설명 |
|------|------|------|------|
| page | number | 아니오 | 페이지 번호 (기본값: 1) |
**응답 예시**
\`\`\`json
{
"data": [...],
"total": 100
}
\`\`\`
품질 기준
필수 포함 사항
- 명확한 제목과 설명
- 설치 및 실행 방법
- 사용 예제 (코드 포함)
- 에러 처리 및 문제 해결
피해야 할 것
- 불필요한 영문 직역
- 과도한 존칭이나 격식
- 모호한 표현
- 검증되지 않은 예제 코드
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.
- 2d ago First seen · 138 lines · 36 tokens per session scan A 294e818d190e
korean-docs is a skill published in the GitHub repository roboco-io/plugins (21 stars, last pushed 1mo ago), licensed MIT. It adds 36 tokens to every session and 728 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-30.
Other skills, from other repositories
planning-with-files-ar
تخطيط مستمر قائم على الملفات لعمل وكلاء الذكاء الاصطناعي متعدد الخطوات. يحتفظ بملفات taskplan.md و findings.md و progress.md على القرص، وتحقن خطافات دورة الحياة سياق التخطيط المحدد للمشروع. تقرأ الاستعادة التلقائية ملفات تخطيط المشروع فقط. يمكن للأمر الصريح session-catchup.py --metadata فحص بيانات وصفية لجلسات الوكيل…
kl-consistency-test
Write, calibrate, and debug the prefill-vs-decode logprob (KL) consistency tests in sglang -- the two independent conditions a zero requires (every operator batch-invariant, and the two paths computing the same function), which helper separates them, how to pick a threshold once they hold, and how to localize a…
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
dsh-web-documentation
Use when adding or editing dsh-web README files, docs, AGENTS.md instructions, user-facing configuration text, or bilingual documentation pairs.
baoyu-youtube-transcript
Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…
indication-dossier
Build a source-backed biomedical indication dossier. Use when a research task asks for disease biology, target rationale, patient segmentation, biomarkers, trials, drugs, competitive landscape, or translational evidence.