← Back to Skills Marketplace
Polyglot
by
unixlamadev-spec
· GitHub ↗
· v1.1.0
· MIT-0
391
Downloads
1
Stars
4
Active Installs
3
Versions
Install in OpenClaw
/install polyglot
Description
Translate text to any language with formality control and cultural notes. Target language defaults to English.
Usage Guidance
This skill appears to be a straightforward wrapper for a paid translation API, but it will send whatever text you give it (including any PII, secrets, or confidential content) to a third-party endpoint and uses a spend token for billing. Before installing: 1) Do not use the skill to translate sensitive or confidential text unless you trust aiprox.dev and have verified its privacy/logging policy. 2) Confirm what privileges and billing scope AIPROX_SPEND_TOKEN grants; prefer a limited/one-use token. 3) Test with non-sensitive text to confirm behavior and any costs. 4) If you require on-device or offline translations, this skill is not appropriate. 5) If you need stronger assurance that data is not logged/stored, ask the provider for written guarantees or audited policies.
Capability Analysis
Type: OpenClaw Skill
Name: polyglot
Version: 1.1.0
The polyglot skill is a straightforward translation utility that interfaces with an external API at aiprox.dev. It transparently documents its requirement for the AIPROX_SPEND_TOKEN environment variable and network access in SKILL.md. No malicious code, obfuscation, or suspicious instructions were found.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe a translation service and the declared requirement (AIPROX_SPEND_TOKEN) is consistent with calling a paid external API. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
SKILL.md instructs the agent to POST arbitrary user text to https://aiprox.dev/api/orchestrate with the X-Spend-Token header. That matches the stated purpose (remote translation) but means user-provided text is transmitted to a third party; the file also contains an unverifiable trust statement that data is not stored or logged.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself, which is the lowest-risk install pattern.
Credentials
Only a single environment variable (AIPROX_SPEND_TOKEN) is required, which is proportionate for a paid API. Treat the token as sensitive: it likely enables billing/spend and possibly API access — ensure the token is scoped/limited and not reused for other services.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. Autonomous invocation is enabled by default but not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polyglot - After installation, invoke the skill by name or use
/polyglot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Now supports model selection — specify any of 19 models across 5 providers per request (e.g. gemini-2.5-flash, mistral-large-latest, claude-opus-4-5-20251101)
v1.0.1
- Added support for formality control in translations (formal, informal, or neutral).
- Target language now defaults to English if not specified.
- Response now includes detected source language, target language used, cultural notes, and formality level.
- Updated documentation to reflect new options and default behaviors.
v1.0.0
Polyglot 1.0.0 initial release
- Instantly translate text between any languages with automatic source language detection.
- Provides cultural notes, explains idioms, and indicates formality in translations.
- Supports localization workflows and language learning through nuanced translations.
- Simple API workflow: submit text, specify target language, and optionally add context.
- Ensures privacy by not storing or logging content beyond the transaction.
Metadata
Frequently Asked Questions
What is Polyglot?
Translate text to any language with formality control and cultural notes. Target language defaults to English. It is an AI Agent Skill for Claude Code / OpenClaw, with 391 downloads so far.
How do I install Polyglot?
Run "/install polyglot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polyglot free?
Yes, Polyglot is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polyglot support?
Polyglot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polyglot?
It is built and maintained by unixlamadev-spec (@unixlamadev-spec); the current version is v1.1.0.
More Skills