with one click
tencent-translation
使用腾讯机器翻译 API 进行文本翻译,支持中英互译和多语言翻译服务。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
使用腾讯机器翻译 API 进行文本翻译,支持中英互译和多语言翻译服务。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Word文档处理:创建、编辑、读取.docx文件。用户提到"Word"、"文档"、".docx"、"报告"、"信函"时使用。
使用腾讯云 API 密钥调用腾讯云各种服务,包括翻译、CVM、COS等。
图片识别与图文理解,基于 PaddleOCR-VL 模型,支持识别图片中的文字、场景、物体等信息。支持109种语言,可输出JSON或Markdown格式。
You MUST use this for gathering contexts before any work. This is a Knowledge management for AI agents. Use `brv` to store and retrieve project patterns, decisions, and architectural rules in .brv/context-tree. Uses a configured LLM provider (default: ByteRover, no API key needed) for query and curate operations.
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linking related objects, enforcing constraints, planning multi-step actions as graph transformations, or when skills need to share state. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", entity CRUD, or cross-skill data access.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
| name | tencent-translation |
| description | 使用腾讯机器翻译 API 进行文本翻译,支持中英互译和多语言翻译服务。 |
| triggers | ["翻译","腾讯翻译","中英翻译","英文翻译","中文翻译","翻译成英文","翻译成中文","tencent translation","machine translation"] |
python3 /mnt/workspace/.copaw/active_skills/tencent-translation/translate.py "要翻译的文本" [目标语言]
直接说"翻译 XXX"或"把 XXX 翻译成英文/中文"
text: 要翻译的文本target_lang: 目标语言(可选,默认 en)
en - 英文zh - 中文ja - 日语ko - 韩语fr - 法语de - 德语es - 西班牙语it - 意大利语ru - 俄语pt - 葡萄牙语ar - 阿拉伯语hi - 印地语用户: 翻译 hello world
返回: 你好,世界
用户: 翻译 你好世界 成英文
返回: Hello World
需要在环境中配置:
TENCENT_SECRET_ID: 腾讯云 SecretIdTENCENT_SECRET_KEY: 腾讯云 SecretKey