Latex Verbatim Center
v1.0.0Redefines LaTeX verbatim to wrap with varwidth and center environments for proper horizontal centering of code blocks and ASCII art.
⭐ 0· 57·0 current·0 all-time
byRao Lin@bg1avd
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the content: the SKILL.md explains a LaTeX technique (use varwidth + center and a redefinition of verbatim). Required TeX packages and suggested commands (tlmgr, xelatex) are appropriate for this task.
Instruction Scope
Instructions stay within LaTeX editing/compilation scope (add \usepackage{varwidth}, redefine environment, compile twice). The document includes example local file paths (e.g., ~/.openclaw/... and /home/raolin/...), which appear to be illustrative metadata rather than active instructions to read those files, but you should verify these references are generic examples and not pointers to sensitive files in your environment.
Install Mechanism
No install spec and no code files; minimal risk. The only recommended actions are using tlmgr to install the varwidth package if missing and running xelatex — conventional for LaTeX workflows.
Credentials
The skill declares no environment variables, credentials, or config paths. The listed TeX package requirements (varwidth, needspace) are proportionate to a LaTeX formatting solution.
Persistence & Privilege
always=false and the skill is user-invocable. It does not request permanent privileges or to modify other skills or system-wide settings.
Assessment
This is a small, coherent LaTeX how-to that appears safe to use. Before applying it: (1) Prefer copying the provided redefinition into a test document first (or create a new environment like centerverbatim) rather than blindly changing global verbatim behavior in production documents. (2) Confirm you have varwidth installed (tlmgr install varwidth) and use modern TeX Live. (3) Be aware that compiling LaTeX with --shell-escape enables arbitrary code execution from packages; compile without shell-escape unless you trust the document and packages. (4) If you already use fancyvrb or other verbatim packages, test for conflicts. (5) Treat the example file paths in the docs as illustrative — ensure the skill does not run any automated edits against your home/workspace unless you explicitly invoke such actions.Like a lobster shell, security has layers — review code before you run it.
latestvk973xd1qtd1mdddftyjfqct811847q9p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
