translate
Translate Markdown with Locale-Aware Glossaries
Long documents lose tone and terminology when translated in pieces. This skill builds a glossary, brief, and segment workflow for consistent Markdown translation.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "translate" from https://skillstore.io/skills/fuhehe12-translate.md and its manifest at https://skillstore.io/api/skills/fuhehe12-translate/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "translate". Translate a short product README to zh-CN.
Expected outcome:
A translated README with preserved Markdown, consistent product terms, and a brief note about key terminology choices.
Using "translate". Translate a long tutorial with many headings and code blocks.
Expected outcome:
Segment translations are merged into one Chinese document, with headings, links, and code fences checked after merge.
Using "translate". Translate a blog post for Taiwan readers.
Expected outcome:
A Traditional Chinese translation that uses Taiwan vocabulary and keeps the original conversational tone.
Security Audit
SafeMost static findings are false positives caused by Markdown backticks, path placeholders, and normal translation guidance. The confirmed risks are three Bash workflow snippets that run local helper scripts or delete generated temporary files. No prompt injection, encoded payload, network access, or credential exfiltration intent was found.
Capability review items (3)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
βοΈ External commands (50)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/fuhehe12-translate/audits/6?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/fuhehe12-translate?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/fuhehe12-translate?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/fuhehe12-translate/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/fuhehe12-translate.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA Β· BibTeX Β· CFF)
APA citation
FuHehe12. (2026). translate security audit report (audit version 6) [Author version unspecified]. Skillstore. https://skillstore.io/skills/fuhehe12-translate/audits/6BibTeX citation
@techreport{fuhehe12-fuhehe12-translate-2026,
author = {FuHehe12},
title = {translate security audit report (audit version 6)},
institution = {Skillstore},
year = {2026},
number = {6},
url = {https://skillstore.io/skills/fuhehe12-translate/audits/6},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "translate security audit report (audit version 6)"
version: "unspecified"
type: report
authors:
- name: "FuHehe12"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/fuhehe12-translate/audits/6"
identifiers:
- type: other
value: "skillstore:fuhehe12-translate:audit:6"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Translate Technical Documentation
Convert developer docs into Chinese while preserving terms, code blocks, links, and Markdown structure.
Localize Product Content
Adapt README files and product copy for a specific Chinese-speaking locale with consistent vocabulary.
Process Long Research Notes
Split large Markdown files into segments, translate them in parallel, and merge the final document.
Try These Prompts
Translate my Markdown file into Simplified Chinese. Preserve headings, links, tables, and code blocks.
Translate this README into Traditional Chinese for Taiwan. Use Taiwan terminology and keep the Markdown format unchanged.
Translate these documentation files into Chinese. Build one shared glossary and keep terminology consistent across every file.
Translate this large Markdown manual into Chinese. Confirm the split plan, translate each segment, merge the result, and run a quality review.
Best Practices
- State the target language and locale before translation begins.
- Review glossary choices before approving long or batch translations.
- Confirm the split plan before processing large files.
Avoid
- Do not send PDFs or images without converting them to Markdown first.
- Do not skip glossary preparation for technical documents.
- Do not run cleanup before checking translated outputs.
Frequently Asked Questions
What file types does this skill support?
What is the default target language?
Can it translate to languages other than Chinese?
How does it handle long files?
Does it preserve code blocks?
Does it update a glossary?
Developer Details
Author
FuHehe12License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
26421118b848d9f1efc0aa169d8a7a9e7e0a877e
Maintenance freshness
7/18/2026
Usage
106 downloads Β· 280 views
File structure
π references/
π locale-styles.md
π refinement-guide.md
π subagent-prompt.md
π translation-brief-template.md
π user-glossary.md
π user-samples.md
π scripts/
π merge_md.py
π split_md.py
π SKILL.md