deploy

deploy is a skill for Claude Code from clearsmog/claude-skills. It costs 21 tokens per session (305 once invoked), scanned A, original, MIT.

A command for rendering documents and copying the finished files to an output folder for hosting. It supports Quarto slide decks, Typst PDFs, and some LaTeX workflows.

In plain words
What is it for?
Use it to render slide decks or documents, prepare them for GitHub Pages or another host, and check that the resulting files and assets are available.
Why use it?
It brings document compilation, asset checks, and deployment verification into one workflow. It helps catch missing figures, supporting files, interactive charts, or generated PDFs before publishing.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to render slide decks or documents, prepare them for GitHub Pages or another host, and check that the resulting files and assets are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/clearsmog/claude-skills/deploy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add clearsmog/claude-skills --skill deploy
Clone the repo
git clone --depth 1 https://github.com/clearsmog/claude-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/clearsmog/claude-skills/deploy.svg)](https://agentmods.dev/skills/clearsmog/claude-skills/deploy)
Your own site
<a href="https://agentmods.dev/skills/clearsmog/claude-skills/deploy"><img src="https://agentmods.dev/badge/skills/clearsmog/claude-skills/deploy.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 305 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00305
Opus 5 $0.00010 $0.00152
Sonnet 5 $0.00004 $0.00061
Haiku 4.5 $0.00002 $0.00030

Measured 8d ago against content hash 263b95aa2d9d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

deploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

deploy/SKILL.md · 43 lines

What it actually says

Deploy Documents

Render and deploy documents to output directory for GitHub Pages or other hosting.

Steps

For Quarto Slides (.qmd)

  1. Render:

    • quarto render FILENAME.qmd
    • Or use project-specific deploy script if available
  2. Verify deployment:

    • Check that HTML files exist in output directory
    • Check that _files/ directories were copied (RevealJS assets)
    • Check that referenced figures/images are accessible
  3. Verify interactive charts (if applicable):

    • Grep rendered HTML for interactive widget count
  4. Open in browser for visual verification

For Typst Documents (.typ)

  1. Compile to PDF: typst compile file.typ
  2. Copy PDF to output directory: cp file.pdf docs/ or project-specific output path
  3. For HTML output (if using typst-preview or conversion): follow project-specific pipeline
  4. Verify PDF was generated with non-zero file size

For LaTeX (.tex)

Configure at project level — compilation requires project-specific TEXINPUTS and paths.

  1. Report results to the user
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 43 lines · 21 tokens per session scan A 263b95aa2d9d

Subscribe to this mod's changes

deploy is a skill published in the GitHub repository clearsmog/claude-skills (2 stars, last pushed 6mo ago), licensed MIT. It adds 21 tokens to every session and 305 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

document-converter

This skill should be used when the user needs to convert documents between formats (Office to PDF, PDF to images, image to PDF), perform PDF operations (merge, split, rotate, encrypt, decrypt), or run OCR on scanned documents. Uses local free tools — LibreOffice, ghostscript, pdftk, tesseract, and imagemagick — with…

ericgandrade/claude-superskills · 135 tokens

hive.pdf

Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…

aden-hive/hive · 98 tokens

recipe-bulk-download-folder

List and download all files from a Google Drive folder.

googleworkspace/cli · 17 tokens

pptx-posters

Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…

foryourhealth111-pixel/Vibe-Skills · 66 tokens

report-generator

A report-generation tool for producing SEO and GEO analysis reports in formats such as Markdown, HTML, PDF, JSON, and Excel. It also supports charts, templates, data processing, and interactive report elements.

foryourhealth111-pixel/Vibe-Skills · 24 tokens

pdf

PDF manipulation toolkit. Extract text/tables, create PDFs, merge/split, fill forms, for programmatic document processing and analysis.

foryourhealth111-pixel/Vibe-Skills · 29 tokens