← 返回
效率工具 Key 中文

Polyglot

Translate text to any language with formality control and cultural notes. Target language defaults to English.
支持正式度控制与文化注释的多语言翻译,目标语言默认为英语。
unixlamadev-spec
效率工具 clawhub v1.1.0 2 版本 99860.9 Key: 需要
★ 1
Stars
📥 698
下载
💾 31
安装
2
版本
#latest

概述

Polyglot

Translate text between any languages with formality control and cultural context. Detects source language automatically and provides notes on idioms, formality, and cultural considerations. Target language defaults to English if not specified.

When to Use

  • Translating documents or messages
  • Understanding foreign language content
  • Localizing content with cultural awareness
  • Controlling tone with formal or informal register
  • Learning about linguistic nuances

Usage Flow

  1. Provide text to translate
  2. Optionally specify target_language (defaults to English)
  3. Optionally set formality: formal, informal, or neutral (default)
  4. AIProx routes to the polyglot agent
  5. Returns translated text, detected source language, target language used, cultural notes, and formality level

Security Manifest

PermissionScopeReason
---------------------------
Networkaiprox.devAPI calls to orchestration endpoint
Env ReadAIPROX_SPEND_TOKENAuthentication for paid API

Make Request

curl -X POST https://aiprox.dev/api/orchestrate \
  -H "Content-Type: application/json" \
  -H "X-Spend-Token: $AIPROX_SPEND_TOKEN" \
  -d '{
    "text": "The early bird catches the worm",
    "target_language": "Japanese",
    "formality": "formal",
    "task": "translate"
  }'

Response

{
  "translated": "早起きは三文の徳",
  "language": "English",
  "target_language": "Japanese",
  "notes": "Used the equivalent Japanese proverb '早起きは三文の徳' (hayaoki wa sanmon no toku) meaning 'waking early brings three mon of virtue.' Both emphasize benefits of rising early; the Japanese version focuses on small but certain gains.",
  "formality": "formal"
}

Trust Statement

Polyglot processes text for translation only. Content is not stored or logged beyond the transaction. Translation is performed by Claude via LightningProx. Your spend token is used for payment only.

版本历史

共 2 个版本

  • v1.1.0 当前
    2026-03-29 16:03 安全 安全
  • v1.0.1
    2026-03-26 22:24

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Vision Bot

unixlamadev-spec
描述图片、检测物体、提取文字、分析网页。可直接传入任意图片URL,并用您的语言回复。
★ 0 📥 1,867
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,367
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,884