install
source · Clone the upstream repo
git clone https://github.com/openakita/openakita
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openakita/openakita "$T" && mkdir -p ~/.claude/skills && cp -r "$T/examples/plugins/translate-skill" ~/.claude/skills/openakita-openakita-translate && rm -rf "$T"
manifest:
examples/plugins/translate-skill/SKILL.mdsource content
Translation Skill
When the user asks to translate text:
- Identify source and target languages
- Use the translate script if available:
scripts/translate.py - Provide the translated text with both original and translation