A utility for AI agents to render LaTeX mathematical notation into high-quality, viewable images.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tex-render
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tex-render using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
tex-render is a specialized utility designed to bridge the gap between raw LaTeX code and visual representation within AI agent workflows. By leveraging MathJax for TeX-to-SVG conversion and @svg-fns/svg2img for image processing, this tool allows agents to provide users with clear, professional-grade mathematical notation.
As one of the many versatile Openclaw Skills, it ensures that complex equations in physics, chemistry, or mathematics are presented as viewable images (PNG, JPEG, WebP, or AVIF) rather than unformatted text strings. The skill is designed to work automatically, allowing an agent to interleave text and images to provide a natural reading experience for the user.
First, install the skill into your workspace. Then, navigate to the skill directory to install the required Node.js dependencies:
# Navigate to the skill folder
cd <skill_folder>
# Install dependencies
npm install
Ensure you have Node.js 14+ and a working build toolchain for the sharp image processing library. This setup allows your agent to utilize Openclaw Skills for visual math rendering immediately.
The skill manages its output by saving images to a specific directory and returning metadata via JSON.
| Property | Description |
|---|---|
| Output Directory | ~/.openclaw/media/tex-render/ |
| Supported Formats | PNG, JPEG, WebP, AVIF, SVG |
| Metadata Format | Single-line JSON (e.g., {"svg":"...","png":"..."}) |
| Input Handling | CLI Arguments or Stdin (for escaping complex LaTeX) |
Loading
An enterprise-grade CLI tool for complete A-Z Discord server administration, including moderation, AutoMod, and advanced webhooks.

A comprehensive enterprise-grade CLI tool for complete Discord server administration, moderation, and automation.

A comprehensive developer toolkit for scaffolding, validating, security-scanning, and publishing agent capabilities to the ClawHub registry.

A comprehensive integration for managing prompt templates, logging LLM requests, and running evaluation pipelines using the PromptLayer API.

MetriLLM is a powerful CLI benchmarking tool designed to evaluate local LLMs for speed, response quality, and hardware compatibility.

A prioritized collection of 80 essential MSBuild command templates for .NET and ASP.NET CLI workflows.








































