← 返回
未分类 Key 中文

Crazyrouter Translate

AI-powered translation via Crazyrouter. Translate text between any languages using GPT-5, Claude, DeepSeek, or Qwen. Supports file translation and multi-mode...
Crazyrouter AI翻译,支持GPT-5、Claude、DeepSeek、Qwen任意语言互译,提供文件翻译和多模式功能...
xujfcn xujfcn 来源
未分类 clawhub v1.1.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 322
下载
💾 0
安装
1
版本
#latest

概述

AI Translation via Crazyrouter

Translate text between any languages using the best AI models through Crazyrouter.

Script Directory

Agent Execution:

  1. SKILL_DIR = this SKILL.md file's directory
  2. Script path = ${SKILL_DIR}/scripts/main.mjs

Step 0: Check API Key ⛔ BLOCKING

[ -n "${CRAZYROUTER_API_KEY}" ] && echo "key_present" || echo "not_set"
ResultAction
----------------
key_presentContinue
not_setAsk user to set CRAZYROUTER_API_KEY. Get key at https://crazyrouter.com

Usage

# Basic translation
node ${SKILL_DIR}/scripts/main.mjs --text "Hello world" --to zh

# Translate file
node ${SKILL_DIR}/scripts/main.mjs --input article.md --to ja --output article_ja.md

# Use specific model
node ${SKILL_DIR}/scripts/main.mjs --text "Bonjour le monde" --to en --model deepseek-r1

# Specify source language
node ${SKILL_DIR}/scripts/main.mjs --text "你好世界" --from zh --to ko

# Keep formatting (Markdown)
node ${SKILL_DIR}/scripts/main.mjs --input README.md --to ja --output README_ja.md --format markdown

Options

OptionDescriptionDefault
------------------------------
--text Text to translate
--input Read from file
--output Save to filestdout
--from Source languageauto-detect
--to Target language (required)
--model AI modelgpt-4o-mini
--format plain or markdownplain

Language Codes

en, zh, ja, ko, es, fr, de, pt, ru, ar, vi, th, id, tr, it, pl, nl, sv, hi, ...

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 17:00 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Crazyrouter Image Gen

xujfcn
通过Crazyrouter API生成AI图像,支持DALL‑E 3、GPT Image、Gemini、Imagen 4。支持文本生成图像,可选宽高比、尺寸和模型。使用场景...
★ 0 📥 437
ai-intelligence

Multi-Model Response Comparator

xujfcn
对比多个AI模型在同一任务下的响应,总结质量、风格、速度及成本的差异,最适用于模型选型。
★ 0 📥 517
developer-tools

API Pricing Comparator

xujfcn
对比各供应商的AI API或模型定价,生成结构化摘要,适用于产品页、博客或购买指南。支持OpenAI兼容接口。
★ 0 📥 497