lov-image-translation-errata
Solid核对截图中的原文与机翻,生成保留错误痕迹、给出正确译文且尽量维持原布局的勘误图;用于“图片翻译勘误”“指出机翻错误”和 create an in-image translation errata。
Data & Documents 65 stars
17 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# lov-image-translation-errata
把含有原文与自动翻译的截图改成可直接传播的校样式勘误图:读者既能看懂
正确译文,也能看出旧机翻错在哪里,同时保留原图的身份、版式和信息层级。
## Triggers
### Activate when
- 用户说“给这张图片做翻译勘误”“把错误机翻划掉并改正”或“让读者看到旧翻译有多糟糕”。
- 用户提供截图、海报、社交媒体图片或扫描件,要求核对图中原文与译文并生成修正版图片。
- The user asks to “create an in-image translation errata”, “mark bad machine translation”, or “correct the translation without changing the layout”.
### Do not activate when
- 用户只要纯文本翻译或一般文档审校,不需要图片制品;使用翻译或文档审校能力。
- 用户只要干净替换图片文字,不希望保留旧错误痕迹;使用普通图像本地化编辑。
- 用户只想分析视觉风格、生成复刻 prompt 或描述图片;使用视觉分析能力。
- 用户只问某个事实真假,不要求生成图片;使用事实校验能力。
## User Profile (cross-session)
Read `skill.yaml` on every run and resolve the shared `user-profile/v1` context.
Current request and project context take precedence over Skill records and shared
preferences. Persist only direct durable user statements through
`scripts/profile_store.py`; never persist source images, quoted private text,
credentials, or inferred personal data.
The safe default is an unlabeled track-changes treatment: visible strikethroughs
and replacement color already communicate correction. Do not add “勘误”,
“Correction”, or another heading unless the user requests it or the marks would
otherwise be ambiguous.
## Skill Group Composition
Read `references/skill-composition.md` before composing adjacent capabilities.
This Skill owns the final corrected image and its acceptance criteria. Upstream
research notes and downstream rendering tools are optional artifact handoffs,
not hidden sibling dependencies.
## Workfl...
Details
- Author
- lovstudio
- Repository
- lovstudio/skills
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Data & Documents Listed
learn-en
当用户使用中英混合表达、需要英文翻译、教学或纠错、或表达意图不明确时使用。负责翻译、纠错和澄清表达意图
6 Updated today
beixiyo Data & Documents Solid
lov-describe-image
给纯文本模型"看图":调用智谱 GLM-4V-Flash(免费)把图片转成文字描述。当用户要求描述/识别/读取图片,或任务里出现图片文件(截图/图表/照片)而当前模型无法直接看图时,优先调用本 skill。需要图片磁盘路径,可附带具体问题。
65 Updated today
lovstudio Data & Documents Listed
skill-description-translator
将一个或多个 Agent Skill 的 SKILL.md YAML frontmatter 中的英文 description 翻译为简体中文,同时保持 name、其他元数据和 Markdown 正文不变。用户要求翻译技能描述���本地化 Claude Code、Codex 或其他兼容 Agent Skills 的技能,或批量处理技能目录时使用。
1 Updated 2 days ago
zzxCoding