saramchae-ko

saramchae-ko is a skill for Claude Code, Codex from keenkim1202/saramchae. It costs 211 tokens per session (5,965 once invoked), scanned A, original, MIT.

A Korean-language editing guide that makes documents sound more natural and improves their structure. It removes translation-like phrasing, breaks up tangled sentences, and reshapes poorly organized lists and paragraphs.

In plain words
What is it for?
Use it to edit Korean prose while preserving tables, code, logs, transcripts, numbers, identifiers, file paths, and API names.
Why use it?
It helps readers understand Korean documents that sound machine-translated or are difficult to scan.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Part of the saramchae plugin — 2 skills shipped together

Good fit Use it to edit Korean prose while preserving tables, code, logs, transcripts, numbers, identifiers, file paths, and API names.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/keenkim1202/saramchae/saramchae-ko
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 keenkim1202/saramchae --skill saramchae-ko
Clone the repo
git clone --depth 1 https://github.com/keenkim1202/saramchae

Made for: Claude Code, Codex.

Or install saramchae, the plugin that ships this one along with the rest of its 2 skills.

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 saramchae-ko

README.md
[![agentmods](https://agentmods.dev/badge/skills/keenkim1202/saramchae/saramchae-ko/github.svg)](https://agentmods.dev/skills/keenkim1202/saramchae/saramchae-ko)
Your own site
<a href="https://agentmods.dev/skills/keenkim1202/saramchae/saramchae-ko"><img src="https://agentmods.dev/badge/skills/keenkim1202/saramchae/saramchae-ko/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 saramchae-ko

Your own site · 80×15
<a href="https://agentmods.dev/skills/keenkim1202/saramchae/saramchae-ko"><img src="https://agentmods.dev/badge/skills/keenkim1202/saramchae/saramchae-ko.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 211 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,965 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.00211 $0.05965
Opus 5 $0.00105 $0.02982
Sonnet 5 $0.00042 $0.01193
Haiku 4.5 $0.00021 $0.00596

Measured 11d ago against content hash 7f37bd037b50, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

saramchae-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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/scan.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

saramchae-ko/SKILL.md · 447 lines

How it starts

The opening of the file, as written. The whole thing — 447 lines — stays where its author put it; the contents beside it link to each section on GitHub.

saramchae-ko — Korean documents that read like a person wrote them

사람체: 사람 + 글씨체. The shape of writing a person actually produces.

A document fails in two ways at once. It sounds generated — 번역투, a 존댓말 sentence dropped into 평서체 prose. And it is shaped wrong — a 340-character paragraph, or nine nested bullets where two sentences belonged. The reader experiences both as the same problem, so this handles both.

For a non-Korean document use saramchae. The structural checks are the same there; what is missing is everything in sections 4.1 through 4.3, which only exists in Korean. Do not run both on one document.


1. Never touch these

Getting this wrong is worse than leaving the document alone.

Zone Why
Verbatim records — transcripts, logs, chat exports Rewording destroys the thing they exist to prove. When a spec demands an "unedited" record, editing prose is editing. Only credential masking is exempt
Code fences, command output, stack traces Line breaks are data there
Tables The row is the unit. Never flatten a table into bullets to "simplify"
Numbers, IDs, hashes, paths, API field names, versions Never paraphrase a value
Quotations from a source document A requirement quoted from a spec stays word-for-word
CLAUDE.md and agent instruction files Imperative voice and heavy bold are functional there. A 90% bullet ratio is correct for a file an agent parses
Anything between <!-- saramchae:off --> and <!-- saramchae:on --> The author marked it. Do not edit it and do not report it — the scanner already blanks it

Frontmatter is exempt from every check — a description field is one long line on purpose.

A document about bad prose is full of bad prose: a style guide, a changelog quoting a bug report, a before/after specimen. That is what the saramchae:off marker is for. If you find yourself reporting a document's own examples back to it, the region needs the marker rather than an edit.

Read the full file on GitHub · 447 lines

Files

What ships with it

1 file 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. 11d ago First seen · 447 lines · 211 tokens per session scan A 7f37bd037b50

Subscribe to this mod's changes

saramchae-ko is a skill published in the GitHub repository keenkim1202/saramchae (5 stars, last pushed 18d ago), licensed MIT. It adds 211 tokens to every session and 5,965 once invoked, about $0.0011 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

aws-wechat-article-formatting

A local converter that turns Markdown text into HTML formatted for the Chinese WeChat editor. Markdown is plain text with simple symbols for headings, links, and emphasis; the converter puts the resulting styles directly into the HTML.

aiworkskills/wechat-article-skills · 168 tokens

qu-ai-wei

A tool for rewriting Simplified Chinese so it sounds more natural while keeping the original facts, meaning, evidence strength, tone, and authorial voice.

LifelongLazyLearner/qu-ai-wei · 119 tokens

speak-human-tw

A Traditional Chinese editing guide for making public-facing writing sound more natural and less machine-generated. It also checks wording associated with Mainland China and half-width punctuation.

Raymondhou0917/speak-human-tw · 220 tokens

inkos

Story Creation and Translation AI Agent with Studio Chat, CLI, and TUI - use for long-form novels, short fiction, scripts, storyboards, interactive-film projects, open-world / branching play, fan fiction, spinoffs, style imitation, continuations, covers, and multilingual EPUB/PDF/TXT/Markdown translation. Includes…

Narcooo/inkos · 96 tokens

humanizer-ru

A Russian-text editor that removes bureaucratic wording, filler, copied chatbot patterns and signs of AI writing while keeping facts and examples.

smixs/humanizer-ru · 263 tokens

inkos-translation

A guide for translating long documents between languages, keeping terminology consistent, continuing work across sections, and reviewing completed chapters.

Narcooo/inkos · 35 tokens