skills/letex_to_pdf/SKILL.md
Compile a LaTeX (.tex) source file into a PDF. Use when the user wants to convert a LaTeX document to PDF format.
npx skillsauth add 0yukali0/openclaw-like-system letex_to_pdfInstall 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.
Compile a LaTeX source file (.tex) into a PDF document using pdflatex. If compilation fails, an empty PDF is produced and a warning is shown.
flyte run --local skill_impl/letex_to_pdf/letex_to_pdf.py letex_to_pdf --src <來源.tex> --output <輸出.pdf>| Parameter | Required | Description |
|-----------|----------|-------------|
| --src | Yes | Path to the .tex source file |
| --output| Yes | Output .pdf file path |
Compile a LaTeX file:
Execute command: flyte run --local skill_impl/letex_to_pdf/letex_to_pdf.py letex_to_pdf --src report.tex --output report.pdf
Saved: report.pdf
pdflatex is run twice to resolve cross-references and table of contents..aux, .log, etc.) are not left in the source directory.development
This skill should be used when the user wants to visualize data from URLs (CSV or JSON) using interactive charts. Claude fetches the data, analyzes the columns and content, decides the best chart type, generates a Gradio gr.HTML app with Plotly, and verifies the result with Playwright.
development
This skill should be used when the user asks to "查詢台北市/新北市開放資料", "列出台北市/新北市資料集", "台北開放資料有哪些", or wants to browse or filter Taipei/New Taipei Open Data datasets by category.
development
This skill should be used when the user asks to "查詢新北市開放資料", "列出新北市資料集", "新北開放資料有哪些", or wants to browse or filter New Taipei City Open Data datasets by category.
development
This skill should be used when the user asks to "create a mindmap", "generate a mindmap", "draw a mindmap", or wants to visualize structured information as a mindmap diagram.