← 返回 Skills 市场
tobewin

Latex Studio

作者 ToBeWin · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ✓ 安全检测通过
411
总下载
0
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install latex-studio
功能描述
LaTeX document generator for academic papers and technical reports. Use when user needs to create professional academic papers, theses, or technical document...
使用说明 (SKILL.md)

LaTeX Studio

Professional LaTeX document generator for academic papers and technical reports.

Features

  • 📄 Academic Papers: Standard paper formatting
  • 📐 Math Formulas: Full LaTeX math support
  • 📑 Tables: Professional table layouts
  • 📝 Citations: Reference management
  • 📊 Charts: Integration with data
  • Compatible: Works with Overleaf, TeX Live, MiKTeX

Main Use Case

LaTeX is primarily used for academic paper writing. This skill focuses on English language support for maximum compatibility and professional quality.

Supported Document Types

Type Use Case
Research Paper Academic publication
Technical Report Documentation
Thesis Graduate work
White Paper Business/technical
Conference Paper IEEE/ACM format

Trigger Conditions

  • "Write a paper" / "Create a LaTeX document"
  • "Generate academic paper"
  • "LaTeX report" / "Research paper"
  • "latex-studio"

LaTeX Template

\documentclass[12pt, a4paper]{article}

% Packages
\usepackage[margin=2.5cm, headheight=14pt]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage{enumitem}
\usepackage{fancyhdr}

% Colors
\definecolor{primary}{RGB}{30, 60, 114}
\definecolor{secondary}{RGB}{100, 100, 100}

% Header/Footer
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\small\color{secondary}Document Title}
\fancyfoot[C]{	hepage}

% Title
	itle{\color{primary}	extbf{Paper Title}}
\author{Author Name}
\date{	oday}

\begin{document}

\maketitle

\begin{abstract}
Abstract text goes here.
\end{abstract}

	ableofcontents
\
ewpage

\section{Introduction}

Introduction content...

\section{Methodology}

Method content...

\begin{table}[h]
\centering
\renewcommand{\arraystretch}{1.3}
\begin{tabular}{|l|c|c|c|}
\hline
\rowcolor{primary}
	extcolor{white}{	extbf{Header1}} & 	extcolor{white}{	extbf{Header2}} & 	extcolor{white}{	extbf{Header3}} \\
\hline
Row1 & Data1 & Data2 \\
\hline
\end{tabular}
\caption{Table Title}
\label{tab:example}
\end{table}

\section{Results}

Results content...

\section{Conclusion}

Conclusion content...

\end{document}

Usage Examples

User: "Write a research paper about AI"
Agent: Generate LaTeX document with proper formatting

User: "Create a technical report"
Agent: Generate professional report template

Notes

  • Generates .tex files
  • Compatible with Overleaf and all LaTeX compilers
  • Requires LaTeX environment to compile to PDF
  • Focuses on English language support
安全使用建议
This skill appears to be what it says: an instruction-only LaTeX document generator that provides templates and guidance and does not ask for credentials or perform installs. Two practical notes before you install/use it: - The metadata lists python3 as a required binary but the SKILL.md contains no Python code. Confirm whether your agent runtime actually needs python3 for other reasons; the declared requirement seems unnecessary but is low-risk. - Generated .tex files are normally safe, but compiling LaTeX can execute commands if unsafe compilation flags (e.g., -shell-escape) are used or if untrusted input injects \\write18/\shell escapes. Always review generated .tex before compiling and avoid enabling shell-escape on untrusted documents. Also remember you need a local/remote LaTeX installation (Overleaf or TeX Live/MiKTeX) to produce PDFs. If you want stronger assurance, ask the skill author why python3 is declared as required or request an explicit statement that no external code or binaries will be executed by the skill.
功能分析
Type: OpenClaw Skill Name: latex-studio Version: 1.0.5 The 'latex-studio' skill is a straightforward LaTeX document generator designed to help users create academic papers and technical reports. The bundle consists solely of metadata, a standard LaTeX template, and instructions for the AI agent in SKILL.md. There is no executable code, no network activity, and no evidence of malicious intent or prompt-injection attacks.
能力评估
Purpose & Capability
The skill's name, description, and SKILL.md all describe generating .tex documents and templates — which is consistent. However, the declared required binary python3 appears unnecessary: the skill is instruction-only and includes no Python code or runtime instructions that would require python. This is a minor incoherence but not dangerous in itself.
Instruction Scope
The SKILL.md contains LaTeX templates and usage examples limited to producing .tex files. It does not instruct the agent to read arbitrary system files, access environment variables, contact external endpoints, or exfiltrate data. It does note that a LaTeX environment is required to compile to PDF, which is appropriate for the stated purpose.
Install Mechanism
There is no install specification and no code files to be written to disk. This is low-risk and matches an instruction-only skill.
Credentials
The skill requires no environment variables or credentials. Nothing in the SKILL.md attempts to access secrets or unrelated services.
Persistence & Privilege
The skill is not marked always:true and is user-invocable; it does not request persistent privileged presence. Autonomous invocation is allowed by default but carries no additional red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install latex-studio
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /latex-studio 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
全部改为英文:避免误解,专注于英文学术论文
v1.0.4
明确用途:LaTeX主要用于英文学术论文,专注英文支持
v1.0.3
添加语言支持说明:英文推荐,中文高级配置
v1.0.2
修复页眉警告:设置headheight=14pt
v1.0.1
修复表格颜色:添加colortbl包支持rowcolor
v1.0.0
LaTeX文档生成器:支持学术论文、中文排版、数学公式、表格
元数据
Slug latex-studio
版本 1.0.5
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 6
常见问题

Latex Studio 是什么?

LaTeX document generator for academic papers and technical reports. Use when user needs to create professional academic papers, theses, or technical document... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 411 次。

如何安装 Latex Studio?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install latex-studio」即可一键安装,无需额外配置。

Latex Studio 是免费的吗?

是的,Latex Studio 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Latex Studio 支持哪些平台?

Latex Studio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Latex Studio?

由 ToBeWin(@tobewin)开发并维护,当前版本 v1.0.5。

💬 留言讨论