Compile LaTex & Typst into PDF with TypeTex
v1.5.0Compile Typst and LaTeX documents to PDF via API. Send source code, get back a PDF.
⭐ 3· 2.4k·8 current·8 all-time
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 provided SKILL.md, examples, and OpenAPI: all show a public HTTP API that accepts source and returns a base64 PDF. No unrelated binaries or credentials are requested.
Instruction Scope
Instructions are narrowly scoped to POSTing document content (and optional auxiliary files, including base64-encoded binaries) to the documented endpoints and saving the returned PDF. Important privacy note: users must send full document contents (and any included files) to the external service — compilation logs (for LaTeX failures) may also be returned. The instructions do not ask the agent to read unrelated system files or secrets.
Install Mechanism
No install spec — instruction-only skill and example scripts only use Python requests. Nothing will be written to disk by an installer and no external archives are fetched by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested. The lack of required secrets is consistent with the skill's stated 'no authentication required' API.
Persistence & Privilege
always is false and the skill does not request elevated or persistent system privileges. disable-model-invocation is false (normal), so an agent could call the API autonomously — acceptable given the skill's narrow scope.
Assessment
This skill is internally consistent, but it sends the full contents of any document and any auxiliary files to a public remote service. Before using it with sensitive documents, verify the service owner and privacy/security policy (the OpenAPI contact points at typetex.app vs the server host on modal.run suggest a third-party host), and avoid sending secrets or private data. If you need offline or private compilation, use a local compiler (Typst/Tectonic) instead. As a quick test, try compiling a non-sensitive sample document first to confirm expected behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk972d14jq0vm4xs8ap7658dhrh80b94t
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
