← 返回 Skills 市场
instinct323

latex-scaffold

作者 TongZJ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install latex-scaffold
功能描述
Scaffold LaTeX papers into modular structure. Use for organizing .tex files, generating figure code, and table highlighting. Trigger on LaTeX paper organizat...
使用说明 (SKILL.md)

LaTeX Scaffold

Standardize LaTeX academic paper projects with modular structure and automated asset management.

Project Structure

project-root/
├── assets/                 # Images and auto-generated .tex files
│   ├── figure1.png
│   ├── figure1.tex         # Auto-generated
│   └── table1.tex
├── src/                    # Modular sections
│   ├── introduction.tex
│   ├── methods.tex
│   └── references.bib
└── main.tex                # Entry point with \input{src/...}

Workflow

Step 0: Get Template (if needed)

If user has no LaTeX project, download the default IEEE conference template:
https://ras.papercept.net/conferences/support/files/ieeeconf.zip

Step 1: Structure the Project

Split large .tex files. In main.tex, use:

\input{src/introduction}
\input{src/methods}
\input{src/results}

Step 2: Generate LaTeX for Assets

python \x3Cskill-dir>/scripts/generate_tex_for_assets.py \x3Cproject-root>

Requires in preamble:

\usepackage{graphicx}
\usepackage{caption}

Step 3: Add Table Highlighting

\usepackage[table]{xcolor}
% \cellcolor{top1}3.14
\definecolor{top1}{rgb}{0.996, 0.851, 0.380}  % Gold
\definecolor{top2}{rgb}{0.675, 0.843, 0.557}  % Light green
\definecolor{top3}{rgb}{0.663, 0.914, 0.894}  % Cyan

Trigger Guidelines

USE this skill when:

  • User has a .tex file to organize
  • "Organize my LaTeX paper"
  • "Split this tex file into sections"
  • "Generate LaTeX for my figures"
  • "Set up table colors in LaTeX"
  • "Make my LaTeX project modular"

DO NOT use when:

  • "How do I install LaTeX?" (installation question)
  • "What does \ extbf do?" (syntax question)
  • "Create a LaTeX presentation" (wrong document type)
  • "Convert PDF to LaTeX" (unrelated task)
  • User just mentions "LaTeX" without context of organizing/managing papers

Notes

  • Main filename is flexible
  • Generated .tex files in assets/ can be customized after generation
  • Color definitions are optional but recommended
安全使用建议
This skill appears safe for organizing LaTeX projects. Before installing, note that it can create generated .tex files in your project's assets folder and may suggest downloading an external IEEE template if you do not already have one.
功能分析
Type: OpenClaw Skill Name: latex-scaffold Version: 1.0.0 The skill provides legitimate utility for organizing LaTeX projects, including modularizing files and generating figure templates. The Python script 'scripts/generate_tex_for_assets.py' performs standard file operations on local image assets, and the external URL provided in 'SKILL.md' (ras.papercept.net) is a known legitimate resource for IEEE conference templates.
能力评估
Purpose & Capability
The stated purpose is to scaffold and organize LaTeX papers, and the included script only generates LaTeX figure snippets for image assets.
Instruction Scope
The SKILL.md gives clear trigger and non-trigger guidance, limiting use to LaTeX paper organization, figure management, and formatting tasks.
Install Mechanism
There is no package install step, but the workflow optionally points users to download an external IEEE template archive if they do not already have a project.
Credentials
The helper script writes generated .tex files under the selected project's assets directory and skips files that already exist; this is proportionate to the skill's purpose.
Persistence & Privilege
No credentials, background persistence, privileged access, or long-running behavior are declared or shown in the artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install latex-scaffold
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /latex-scaffold 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of LaTeX Scaffold. - Enables modular structuring of LaTeX academic papers and section splitting. - Automates generation of LaTeX code for figures and tables, saving output to an assets directory. - Provides table highlighting with recommended color definitions. - Includes usage triggers and workflow steps for effective paper organization. - Compatible with standard LaTeX templates; recommends IEEE conference template if no project exists.
元数据
Slug latex-scaffold
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

latex-scaffold 是什么?

Scaffold LaTeX papers into modular structure. Use for organizing .tex files, generating figure code, and table highlighting. Trigger on LaTeX paper organizat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 latex-scaffold?

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

latex-scaffold 是免费的吗?

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

latex-scaffold 支持哪些平台?

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

谁开发了 latex-scaffold?

由 TongZJ(@instinct323)开发并维护,当前版本 v1.0.0。

💬 留言讨论