Translates a highly optimized English SKILL.md into perfect Mandarin, Spanish, or Hindi. It doesn't just translate text; it adjusts cultural nuances and API targets (e.g., autonomously swapping Google Search for Baidu in the Chinese skill).
Install · Quick Start · Features · Architecture · Demo
pip install skill-localizationskill-localization --helpskill-localization/
├── pyproject.toml
├── README.md
├── src/
│ └── skill_localization/
│ ├── __init__.py
│ └── cli.py
├── tests/
└── AGENTS.md
Coming soon
git clone https://github.com/avasis-ai/skill-localization
cd skill-localization
pip install -e .
pytest tests/ -v- Repository: https://github.com/avasis-ai/skill-localization
- PyPI: https://pypi.org/project/skill-localization
- Issues: https://github.com/avasis-ai/skill-localization/issues
Part of the AVASIS AI open-source ecosystem