Openakita translate

Translate text between languages

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.md
source content

Translation Skill

When the user asks to translate text:

  1. Identify source and target languages
  2. Use the translate script if available:
    scripts/translate.py
  3. Provide the translated text with both original and translation