translation-tools
v1.0.1低成本翻译工具集 - 使用 haiku 模型进行高效翻译,支持单文件和多文件并行处理
By Jacky WangLicense: MIT14 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install translation-tools@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wangjs-jacky/jacky-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/translation-tools/.
Plugin files
├── .claude-plugin/plugin.json└── skills/parallel-translation/SKILL.md
Included Skills1
智能翻译调度器:自动判断单文件/多文件,使用 haiku 模型低成本翻译。触发词:翻译、translate、多文件翻译、仓库翻译、中文翻译
Plugin manifests1
{
"name": "translation-tools",
"version": "1.0.1",
"description": "低成本翻译工具集 - 使用 haiku 模型进行高效翻译,支持单文件和多文件并行处理",
"author": {
"name": "Jacky Wang",
"email": "[email protected]",
"url": "https://github.com/wangjs-jacky"
},
"homepage": "https://github.com/wangjs-jacky/jacky-skills/tree/main/plugins/translation-tools",
"repository": "https://github.com/wangjs-jacky/jacky-skills",
"license": "MIT",
"keywords": [
"claude-code",
"translation",
"parallel",
"haiku",
"cost-efficient",
"i18n",
"localization"
],
"agents": [
"./agents/translation-worker.md"
],
"skills": [
"./skills/parallel-translation/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[translation-tools on Agent Plugins Marketplace](https://pluginsmp.com/plugins/translation-tools)