08_agentic_system/agent_skills/pdf_translator/SKILL.md
Extract text from PDF files, translate it to a target language, and save the result as a Markdown file. Use this skill when the user wants to translate a PDF document or asks to "convert PDF to Chinese".
npx skillsauth add forceinjection/ai-fundermentals pdf_translatorInstall 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.
Follow these steps to translate a PDF file:
extract_text.py script located in the scripts directory of this skill to extract text from the PDF.
python3 skills/pdf_translator/scripts/extract_text.py <path_to_pdf>.venv/bin/python if applicable, or just python3 if dependencies are installed globally).temp_translation.txt).generate_md.py script to create the final Markdown file with metadata.python3 skills/pdf_translator/scripts/generate_md.py <output_path> <original_filename> <temp_translation_file><original_filename>_translated.md.User: "Translate the file papers/deep_learning.pdf to Chinese."
Claude:
papers/deep_learning.pdf.python3 skills/pdf_translator/scripts/extract_text.py papers/deep_learning.pdftemp_translation.txt.python3 skills/pdf_translator/scripts/generate_md.py papers/deep_learning_translated.md deep_learning.pdf temp_translation.txttemp_translation.txt.papers/deep_learning_translated.md."User: "Help me read this manual.pdf"
Claude:
manual.pdf.documentation
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
documentation
Maintain the OpenClaw memory wiki vault with deterministic pages, managed blocks, and source-backed updates.
documentation
Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
documentation
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.