translate

Translates text between languages using free APIs like MyMemory, LibreTranslate, and Lingva.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill translate-linanwx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/translate
Command: npx skills add https://github.com/linanwx/nagobot --skill translate-linanwx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translate text between languages using free translation APIs. No API key required.

Core Features & Use Cases

  • MyMemory API: Free, no key; quick translations for short text.
  • LibreTranslate: Self-hosted option or public instances for privacy and reliability.
  • Lingva Translate: Google Translate frontend alternative for broad language support.
  • Use Case: Translate product descriptions, chat messages, or user-generated content to reach multilingual audiences.

Quick Start

Provide a text to translate and specify the source language and target language to obtain an instant translation.

Frequently Asked Questions about translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate text between languages without an API key?

You can translate text between languages without an API key by utilizing free public endpoints such as MyMemory, LibreTranslate, and Lingva. These services return translated text via simple curl and jq pipelines, requiring no authentication for quick translations.

Can I use LibreTranslate for translating user-generated content?

Yes, you can use LibreTranslate to translate user-generated content. By utilizing self-hosted options or public instances, LibreTranslate provides reliable translation while maintaining greater privacy for multilingual audience data compared to standard public APIs.

What is the best way to localize product descriptions for multilingual audiences?

The best way to localize product descriptions for multilingual audiences is using free translation APIs. By specifying the source and target languages, services like Lingva Translate provide broad language support to instantly convert product text.

Does MyMemory work for translating short phrases and sentences?

Yes, MyMemory works effectively for translating short phrases and sentences. As a free public endpoint requiring no API key, it provides quick translations specifically suited for short text, making it ideal for everyday communication and travel.

What are the limitations of using free translation APIs for localization?

Limitations of using free translation APIs for localization include reliance on public endpoints like MyMemory and Lingva, which may have usage limits or varying reliability. They are suitable for short phrases and paragraphs but may lack enterprise-grade consistency for large-scale localization.

How do I get instant translations using curl and jq?

You get instant translations using curl and jq by sending text to free public endpoints like MyMemory or Lingva and parsing the JSON response. Specify the source and target language to obtain translated text quickly through these simple command-line pipelines.