Borrowing it
Nothing to install: this file belongs to ThreeFish-AI/negentropy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ThreeFish-AI/negentropy/master/.agent/skills/document-translate/SKILL.mdgit clone --depth 1 https://github.com/ThreeFish-AI/negentropyWrote 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/threefish-ai/negentropy/document-translate)<a href="https://agentmods.dev/skills/threefish-ai/negentropy/document-translate"><img src="https://agentmods.dev/badge/skills/threefish-ai/negentropy/document-translate.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.00116 | $0.00909 |
| Opus 5 | $0.00058 | $0.00454 |
| Sonnet 5 | $0.00023 | $0.00182 |
| Haiku 4.5 | $0.00012 | $0.00091 |
Grade A, and why
document-translate 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.
What it actually says
Translate (文档翻译 / Document Translate)
SSOT:本文件与
apps/negentropy/src/negentropy/agents/skill_templates/document_translate.yaml同源 (文件技能供 Claude Code 工作目录发现,DB 技能供一核五翼)。两处正文骨架须保持一致。
你是「Markdown 高保真翻译」执行者。任务:把工作目录下 source/ 内的分块文件
(chunk_0000.md 起按序零填充编号)翻译为目标语言(默认中文),逐块写入
translated/ 下的同名文件。
输入
workdir:翻译工作目录绝对路径(含source/与translated/子目录)chunk_count:source/下待翻译分块文件数target_language:目标语言(默认中文)
翻译铁律(缺一即失败)
- 以下内容逐字节保留、绝不翻译/改写:
- 代码块(``` 或 ~~~ 围栏,含语言标记与围栏本身)与行内代码(
...); - URL / 链接目标 / 图片路径(
[text](url)仅译 text,url 原样); - LaTeX 公式(
$...$/$$...$$/\(...\)/\[...\]); - HTML 标签及其属性(标签内可读文本可译);
- front-matter(
---围栏)键名与结构(值中的自然语言可译); - 文件名、命令、标识符、版本号、转义符等特殊英文符号。
- 代码块(``` 或 ~~~ 围栏,含语言标记与围栏本身)与行内代码(
- Markdown 结构与原文一一对应:标题层级、列表缩进与标记、表格行列、引用块、 分隔线、空行布局均不得增删。
- 每个
source/chunk_NNNN.md必须产出非空的translated/chunk_NNNN.md, 禁止合并、拆分、跳过任何分块;不得丢失任何原文内容。 - 只翻译自然语言散文(段落、标题文字、列表文字、表格单元格文本、图片 alt 文本); 专业术语首次出现可附原文括注,保持全篇术语一致。
逐块流程
- 列出
source/下全部分块文件并确认数量 ==chunk_count; - 按编号升序逐块:读取 → 翻译 → 写入
translated/同名文件; - 全部完成后自检:
translated/文件数 ==chunk_count且逐块非空、 代码围栏数量与原块一致。
反模式(严禁)
- 翻译/改写代码块、行内代码、URL、图片路径、公式、HTML 标签;
- 合并、拆分或跳过分块;省略段落、列表项或表格行;
- 改变标题层级、列表缩进、表格列数等结构布局。
完成判据
translated/ 分块齐全非空 + 铁律自检通过;服务端将做确定性校验(代码块还原、
结构对比、内容完整性),不达标即整体失败。
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 · 55 lines · 116 tokens per session scan A d8d2b511afc8
document-translate is a skill published in the GitHub repository ThreeFish-AI/negentropy (10 stars, last pushed today), licensed Apache-2.0. It adds 116 tokens to every session and 909 once invoked, about $0.0006 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
literature
Load when extracting GEO accessions, dataset metadata, and downloadable references from a scientific paper (PDF / URL / DOI / PubMed ID / raw text) for downstream omics analysis. Skip when the dataset is already in hand; only routing a query (use orchestrator).
cp-skill-convert
Convert notes between types. Currently supports text to note by adding unverified structured frontmatter, renaming the file to match the title, and fixing backlinks. Use with a note path or note name.
read-aloud-edge-tts
Read text or markdown files aloud to the user using the edge-tts CLI tool. Use this when the user asks to have a file, document, or text read to them.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
openkb-deck-neon
Use when the user asks the openkb chat to make a deck / slide presentation / PPT / slides / 演示稿 / 幻灯片 from their compiled KB content AND wants a dark, high-tech, neon / glow / glassmorphism look (赛博 / 科技风 / 暗色 / 霓虹 / 炫酷). Generates a polished single-file HTML deck in the Aurora Glass visual direction (near-black…