ecc-resources/docs/zh-CN/skills/visa-doc-translate/SKILL.md
将签证申请文件(图片)翻译成英文,并创建包含原文和译文的双语PDF
npx skillsauth add oabdelmaksoud/agi-farm-plugin visa-doc-translateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
您正在协助翻译用于签证申请的签证申请文件。
当用户提供图像文件路径时,自动执行以下步骤,无需请求确认:
图像转换:如果文件是 HEIC 格式,使用 sips -s format png <input> --out <output> 将其转换为 PNG
图像旋转:
OCR 文本提取:
翻译:
PDF 生成:
输出:在同一目录中创建名为 <original_filename>_Translated.pdf 的 PDF 文件
macOS Vision 框架(仅限 macOS):
import Vision
from Foundation import NSURL
EasyOCR(跨平台):
pip install easyocr
Tesseract OCR(如果可用):
brew install tesseract tesseract-lang
pip install pytesseract
pip install pillow reportlab
对于 macOS Vision 框架:
pip install pyobjc-framework-Vision pyobjc-framework-Quartz
/visa-doc-translate RetirementCertificate.PNG
/visa-doc-translate BankStatement.HEIC
/visa-doc-translate EmploymentLetter.jpg
该技能将:
<filename>_Translated.pdf,其中包含:
非常适合需要翻译文件的澳大利亚、美国、加拿大、英国及其他国家的签证申请。
development
Interactive setup wizard that creates a fully working multi-agent AI team on OpenClaw. One command bootstraps agents, SOUL.md personas, comms infrastructure (inboxes/outboxes/broadcast), cron jobs, auto-dispatcher (HITL + rate-limit backoff + dependency checking), and a portable GitHub bundle — all customized to team name, size (3/5/11 agents), domain, and frameworks (autogen/crewai/langgraph). Includes a React + SSE live ops dashboard with file-watcher (~350ms push latency) and persistent macOS LaunchAgent. Model-selection guidance built in. Commands: setup | status | rebuild | export | dashboard | dispatch
documentation
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
development
A comprehensive verification system for Claude Code sessions.
development
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.