Agent skill
translation
Translate text between languages while preserving meaning and context
Install this agent skill to your Project
npx add-skill https://github.com/tatat/agents-playground/tree/main/skills/translation
SKILL.md
Translation
Translate text between languages accurately.
Capabilities
- Translate between 100+ languages
- Preserve formatting and structure
- Handle technical terminology
- Maintain tone and style
Supported Languages
| Code | Language |
|---|---|
| en | English |
| ja | Japanese |
| zh | Chinese (Simplified) |
| ko | Korean |
| es | Spanish |
| fr | French |
| de | German |
| pt | Portuguese |
| ru | Russian |
| ar | Arabic |
Translation Modes
Literal
- Word-for-word accuracy
- Preserves original structure
- Use for: technical docs, legal texts
Natural
- Native-sounding output
- Adapts idioms and expressions
- Use for: marketing, creative content
Technical
- Domain-specific terminology
- Consistent glossary usage
- Use for: software, medical, legal
Request Format
{
"text": "Text to translate",
"source_lang": "en",
"target_lang": "ja",
"mode": "natural",
"glossary": {
"API": "API",
"endpoint": "エンドポイント"
}
}
Best Practices
- Provide context for ambiguous terms
- Use glossaries for consistent terminology
- Review translations for domain accuracy
- Consider cultural adaptation for marketing
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
research-assistant
Conduct research, synthesize information, and create structured summaries
presentation-builder
Structure compelling presentations with clear narratives and visual suggestions
sql-query
Generate and optimize SQL queries for data retrieval and analysis
language-tutor
Teach languages with lessons, practice exercises, and conversation practice
fitness-coach
Create personalized workout plans and provide exercise guidance
api-integration
Connect to REST APIs, handle authentication, and process JSON responses
Didn't find tool you were looking for?