Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
unofficial-typst logo

unofficial-typst

unofficial-typst

developmentClaude Codeby Primary-Vector

Summary

Typst typesetting system with bundled binaries — generate PDFs, SVGs, and PNGs from markup

Install to Claude Code

/plugin install unofficial-typst@unofficial-typst

Run in Claude Code. Add the marketplace first with /plugin marketplace add Primary-Vector/unofficial-typst-for-claude if you haven't already.

README.md

unofficial-typst-for-claude

A Claude Code plugin that bundles Typst binaries so Claude can generate PDFs without any external setup.

> This is an unofficial community plugin. It is not affiliated with or endorsed by the Typst project. Typst is created and maintained by typst/typst and licensed under the Apache License 2.0. All credit for the Typst typesetting system belongs to its authors and contributors.

Why

Typst is a markup language that compiles to PDF, SVG, and PNG. Its syntax is clean enough that LLMs can write it pretty well which makes it nice for generating resumes, invoices, or other structured documents from Claude.

The catch is, if you're running Claude CoWork... it runs things in a locked-down Linux VM where you can't install packages.

This plugin ships a pre-built Typst binary for Linux ARM64 (what CoWork runs on), so typst is on PATH the moment you install it. It also includes a Typst language skill (so Claude writes well-formed .typ syntax instead and a /compile command that goes from a natural language prompt to a finished PDF.

What's included

  • Typst binary for Linux ARM64 (aarch64-unknown-linux-musl), the architecture CoWork uses
  • typst skill — language reference so Claude writes well-formed .typ syntax instead of guessing
  • typst-packages skill — tells Claude to search the Typst package registry for community packages before building complex documents (Gantt charts, timelines, diagrams, etc.) from scratch
  • /compile command — goes from a natural language prompt to a finished PDF, SVG, or PNG

Installation

Add the marketplace and install:

/plugin marketplace add Primary-Vector/unofficial-typst-for-claude
/plugin install unofficial-typst@unofficial-typst-for-claude

Or load directly during development:

claude --plugin-dir ./unofficial-typst-for-claude

Usage

Generate a PDF from a prompt

/unofficial-typst:compile a professional resume for a senior software engineer

Claude writes the .typ file, compiles it, and gives you the PDF.

Compile an existing .typ file

/unofficial-typst:compile document.typ

Use Typst directly

The plugin adds typst to your PATH:

typst compile input.typ output.pdf

Bundled Platform

This plugin bundles a single binary for Linux ARM64 (aarch64-unknown-linux-musl), which is what Claude CoWork runs on. To add other platforms, run ./scripts/download-binaries.sh and the wrapper script will auto-detect the right binary.

Bundled Typst Version

v0.14.2 - Binaries are sourced from typst/typst releases.

To update to a newer release:

./scripts/download-binaries.sh v0.15.0  # specific version
./scripts/download-binaries.sh           # latest

License

This plugin is licensed under the Apache License 2.0.

Typst itself is licensed under the Apache License 2.0 by its authors. See typst/typst for details. The pre-built binaries bundled in this plugin are unmodified copies from the official Typst releases.

Related plugins

Browse all →