curl -L -o translate.skill "https://aiskillstore.io/v1/agent/skills/f578f186-571c-4ecc-aa46-58833ac68be3/download?platform=ClaudeCode"
{
"tool": "download_skill",
"arguments": {
"skill_id": "f578f186-571c-4ecc-aa46-58833ac68be3",
"platform": "ClaudeCode"
}
}
{
"mcpServers": {
"skill-store": {
"url": "https://aiskillstore.io/mcp/"
}
}
}
텍스트를 다른 언어로 번역합니다. DeepL, Google Translate, LibreTranslate를 지원합니다.
Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI
✅ No security risks found.
Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.
가장 기본적인 한→영 번역
{
"target_lang": "EN",
"text": "\uc548\ub155\ud558\uc138\uc694"
}
{
"translated": "Hello"
}
source_lang 생략 시 자동 감지
{
"target_lang": "EN",
"text": "Bonjour le monde"
}
{
"detected_source": "FR",
"translated": "Hello world"
}
기술 문서 번역 예시
{
"target_lang": "KO",
"text": "The API returns a JSON response with status code 200."
}
{
"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
No reviews yet. Be the first to leave one!