SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/caoronglin/copaw-skills --skill tencent-cloud명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | tencent-cloud |
| description | 使用腾讯云 API 密钥调用腾讯云各种服务,包括翻译、CVM、COS等。 |
| triggers | ["腾讯云","tencent cloud","腾讯翻译","tencent api","云服务","cloud service"] |
需在 .env 中配置:
TENCENT_SECRET_ID=your_tencent_secret_id_here
TENCENT_SECRET_KEY=your_tencent_secret_key_here
python3 /mnt/workspace/.copaw/active_skills/tencent-cloud/tencent_api.py translate <文本> [目标语言]
| 代码 | 语言 |
|---|---|
| zh | 中文 |
| en | 英文 |
| ja | 日语 |
| ko | 韩语 |
| fr | 法语 |
| de | 德语 |
| es | 西班牙语 |
| it | 意大利语 |
| ru | 俄语 |
| pt | 葡萄牙语 |
| ar | 阿拉伯语 |
| hi | 印地语 |
# 英文翻译成中文
python3 tencent_api.py translate "hello world" zh
# 输出: 你好世界
# 中文翻译成英文
python3 tencent_api.py translate "酶工程" en
# 输出: enzyme engineering
# 日语翻译成中文
python3 tencent_api.py translate "こんにちは" zh
# 输出: 你好
Word文档处理:创建、编辑、读取.docx文件。用户提到"Word"、"文档"、".docx"、"报告"、"信函"时使用。
图片识别与图文理解,基于 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.