skills/integrations/visa-doc-translate/SKILL.md
OCR, translate, and generate bilingual PDFs from visa application document images.
npx skillsauth add bereniketech/claude_kit 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.
Translate visa application document images to English and produce a bilingual PDF — original image on page 1, professional English translation on page 2.
When given an image file path, execute all steps automatically without asking for confirmation:
sips -s format png <input> --out <output><original_filename>_Translated.pdf in the same directoryRule: Complete the entire pipeline and report the final PDF location. Do not stop at intermediate steps.
macOS Vision (preferred on macOS):
import Vision
from Foundation import NSURL
Install: pip install pyobjc-framework-Vision pyobjc-framework-Quartz
EasyOCR (cross-platform, no Tesseract required):
pip install easyocr
Tesseract (fallback):
brew install tesseract tesseract-lang
pip install pytesseract
pip install pillow reportlab
Structure:
/visa-doc-translate RetirementCertificate.PNG
/visa-doc-translate BankStatement.HEIC
/visa-doc-translate EmploymentLetter.jpg
Suitable for visa applications to Australia, USA, Canada, UK, and other countries requiring translated documents.
testing
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > 1.
testing
Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing.
development
Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
development
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.