Translate visa application documents to English and generate bilingual PDFs automatically.
Works with
Handles multiple document types: bank certificates, employment letters, retirement certificates, property documents, IDs, and passports
Automatically converts HEIC to PNG, detects and corrects image orientation via EXIF data, and extracts text using macOS Vision, EasyOCR, or Tesseract OCR
Translates extracted text professionally while preserving structure, proper names, dates, and amounts; uses
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionvisa-doc-translateExecute the skills CLI command in your project's root directory to begin installation:
Fetches visa-doc-translate from affaan-m/everything-claude-code and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate visa-doc-translate. Access via /visa-doc-translate in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
142.9K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
142.9K
stars
You are helping translate visa application documents for visa applications.
When the user provides an image file path, AUTOMATICALLY execute the following steps WITHOUT asking for confirmation:
Image Conversion: If the file is HEIC, convert it to PNG using sips -s format png <input> --out <output>
Image Rotation:
OCR Text Extraction:
Translation:
PDF Generation:
Output: Create a PDF file named <original_filename>_Translated.pdf in the same directory
macOS Vision Framework (macOS only):
import Vision
from Foundation import NSURL
EasyOCR (cross-platform):
pip install easyocr
Tesseract OCR (if available):
brew install tesseract tesseract-lang
pip install pytesseract
pip install pillow reportlab
For macOS Vision framework:
pip install pyobjc-framework-Vision pyobjc-framework-Quartz
/visa-doc-translate RetirementCertificate.PNG
/visa-doc-translate BankStatement.HEIC
/visa-doc-translate EmploymentLetter.jpg
The skill will:
<filename>_Translated.pdf with:
Perfect for visa applications to Australia, USA, Canada, UK, and other countries requiring translated documents.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
affaan-m/everything-claude-code
affaan-m/everything-claude-code
affaan-m/everything-claude-code
affaan-m/everything-claude-code
affaan-m/everything-claude-code
deusyu/translate-book
Keeps context tight: visa-doc-translate is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend visa-doc-translate for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: visa-doc-translate is focused, and the summary matches what you get after install.
I recommend visa-doc-translate for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
I recommend visa-doc-translate for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: visa-doc-translate is focused, and the summary matches what you get after install.
visa-doc-translate is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: visa-doc-translate is focused, and the summary matches what you get after install.
Keeps context tight: visa-doc-translate is the kind of skill you can hand to a new teammate without a long onboarding doc.
visa-doc-translate is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 50