← Back to Skills

translate

v1.0.0 approved Text Processing ⬇ 176 ↑ 8/7d 1mo ago
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o translate.skill   "https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "f578f186-571c-4ecc-aa46-58833ac68be3",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

텍스트를 다른 언어로 번역합니다. DeepL, Google Translate, LibreTranslate를 지원합니다.

# translation # language # deepl # google-translate # nlp # i18n

Basic Info

Owner 👤 ironman Category Text Processing Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 176 Checksum (SHA256) 56e80c3e7bcd272212ec67e6c4ab4855f93b015fa149a6a333274d7db6cd3eb1

⚡ AGENT INFO USK v3

Capabilities
text_translation language_detection multilingual_support
Permissions
✓ network
✗ filesystem
✗ subprocess
env: DEEPL_API_KEY, GOOGLE_TRANSLATE_API_KEY, LIBRETRANSLATE_HOST, LIBRETRANSLATE_KEY
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=OpenClaw GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=ClaudeCode GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=Cursor GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=GeminiCLI GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=CodexCLI GET /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install translate
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install translate --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download
2
Place it in the Claude Code commands directory.
unzip translate.skill -d ~/.claude/commands/translate/
3
Use it as a slash command in Claude Code.
/translate
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip translate-agent-skill-*.skill -d ~/.claude/skills/translate/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip translate-cursor-*.skill -d ~/.cursor/skills/translate/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/translate/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip translate-geminicli-*.skill -d ~/.gemini/skills/translate/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/translate/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip translate-codexcli-*.skill -d ~/.codex/skills/translate/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/translate/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download
2
Place it in your agent platform's skills directory.
cp translate.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/f578f186-571c-4ecc-aa46-58833ac68be3/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 176 초기 릴리스

Examples 3

Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.

Basic Korean → English
# basic# ko-to-en

가장 기본적인 한→영 번역

📥 Input
{
  "target_lang": "EN",
  "text": "\uc548\ub155\ud558\uc138\uc694"
}
📤 Output
{
  "translated": "Hello"
}
Auto-detect Source Language
# auto-detect

source_lang 생략 시 자동 감지

📥 Input
{
  "target_lang": "EN",
  "text": "Bonjour le monde"
}
📤 Output
{
  "detected_source": "FR",
  "translated": "Hello world"
}
Technical Document
# technical

기술 문서 번역 예시

📥 Input
{
  "target_lang": "KO",
  "text": "The API returns a JSON response with status code 200."
}
📤 Output
{
  "translated": "API\ub294 \uc0c1\ud0dc \ucf54\ub4dc 200\uacfc \ud568\uaed8 JSON \uc751\ub2f5\uc744 \ubc18\ud658\ud569\ub2c8\ub2e4."
}

All examples are also available via the agent API: /v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/schema

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review