Agent Skillsopensquilla/opensquilla › latex-compile

latex-compile

GitHub

编译由上游组装的5部分LaTeX论文,执行xelatex/bibtex循环并返回日志尾部。

src/opensquilla/skills/bundled/latex-compile/SKILL.md opensquilla/opensquilla

Trigger Scenarios

需要编译LaTeX项目 生成PDF文档

Install

npx skills add opensquilla/opensquilla --skill latex-compile -g -y
More Options

Non-standard path

npx skills add https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/bundled/latex-compile -g -y

Use without installing

npx skills use opensquilla/opensquilla@latex-compile

指定 Agent (Claude Code)

npx skills add opensquilla/opensquilla --skill latex-compile -a claude-code -g -y

安装 repo 全部 skill

npx skills add opensquilla/opensquilla --all -g -y

预览 repo 内 skill

npx skills add opensquilla/opensquilla --list

SKILL.md

Frontmatter
{
    "name": "latex-compile",
    "metadata": {
        "platform": {
            "emoji": "📄",
            "requires": {
                "anyBins": [
                    "xelatex"
                ]
            }
        }
    },
    "entrypoint": {
        "args": [
            "paper\/paper.tex"
        ],
        "parse": "text",
        "command": "python {baseDir}\/scripts\/compile.py",
        "timeout": 120,
        "assemble": [
            {
                "into": "paper\/paper.tex",
                "from_template": "\\documentclass[11pt]{article}\n% xelatex is Unicode-native — do NOT use inputenc (incompatible)\n\\usepackage{amsmath}\n\\usepackage{amssymb}\n\\usepackage{amsfonts}\n\\usepackage{graphicx}\n\\usepackage{hyperref}\n\\title{ {{ inputs.user_message | truncate(80) }} }\n\\author{OpenSquilla meta-paper-write}\n\\date{\\today}\n\\begin{document}\n\\maketitle\n{{ outputs.draft_abstract }}\n{{ outputs.revised_body }}\n\\bibliographystyle{plain}\n\\bibliography{references}\n\\end{document}"
            }
        ]
    },
    "provenance": {
        "origin": "opensquilla-original",
        "license": "Apache-2.0"
    },
    "description": "Compile a LaTeX project (xelatex × bibtex × xelatex × xelatex) and report the log tail. Demo-only.",
    "description_zh": "编译LaTeX项目(xelatex × bibtex × xelatex × xelatex)并报告日志末尾。仅供演示。"
}

latex-compile

Compile a 5-section LaTeX paper assembled from upstream meta-skill step outputs. The orchestrator renders paper.tex via the entrypoint.assemble block, then this script runs xelatex / bibtex / xelatex × 2.

Version History

  • f662be3 Current 2026-07-31 11:48
  • 7f72a32 2026-07-05 18:38

Same Skill Collection

src/opensquilla/skills/bundled/advanced-dubbing-studio/SKILL.md
src/opensquilla/skills/bundled/ai-video-script/SKILL.md
src/opensquilla/skills/bundled/audio-cog/SKILL.md
src/opensquilla/skills/bundled/awesome-webpage-image-download/SKILL.md
src/opensquilla/skills/bundled/awesome-webpage-research/SKILL.md
src/opensquilla/skills/bundled/AwesomeWebpageMetaSkill/SKILL.md
src/opensquilla/skills/bundled/cron/SKILL.md
src/opensquilla/skills/bundled/docx/SKILL.md
src/opensquilla/skills/bundled/filesystem/SKILL.md
src/opensquilla/skills/bundled/git-diff/SKILL.md
src/opensquilla/skills/bundled/github/SKILL.md
src/opensquilla/skills/bundled/history-explorer/SKILL.md
src/opensquilla/skills/bundled/html-coder/SKILL.md
src/opensquilla/skills/bundled/html-to-pdf/SKILL.md
src/opensquilla/skills/bundled/http-fetch/SKILL.md
src/opensquilla/skills/bundled/memory/SKILL.md
src/opensquilla/skills/bundled/music-and-singing-studio/SKILL.md
src/opensquilla/skills/bundled/nano-banana-pro-openrouter/SKILL.md
src/opensquilla/skills/bundled/nano-banana-pro/SKILL.md
src/opensquilla/skills/bundled/nano-pdf/SKILL.md
src/opensquilla/skills/bundled/openrouter-video-generator/SKILL.md
src/opensquilla/skills/bundled/paper-abstract-author/SKILL.md
src/opensquilla/skills/bundled/paper-citation-planner/SKILL.md
src/opensquilla/skills/bundled/paper-experiment-stub/SKILL.md
src/opensquilla/skills/bundled/paper-outline-author/SKILL.md
src/opensquilla/skills/bundled/paper-preference-planner/SKILL.md
src/opensquilla/skills/bundled/paper-refbib-stub/SKILL.md
src/opensquilla/skills/bundled/paper-revision-author/SKILL.md
src/opensquilla/skills/bundled/paper-section-author/SKILL.md
src/opensquilla/skills/bundled/paper-source-curator/SKILL.md
src/opensquilla/skills/bundled/pptx/SKILL.md
src/opensquilla/skills/bundled/seedance-2-prompt/SKILL.md
src/opensquilla/skills/bundled/skill-creator-linter/SKILL.md
src/opensquilla/skills/bundled/skill-creator-proposals/SKILL.md
src/opensquilla/skills/bundled/skill-creator-smoke-test/SKILL.md
src/opensquilla/skills/bundled/srt-from-script/SKILL.md
src/opensquilla/skills/bundled/stack-trace-generic-probe/SKILL.md
src/opensquilla/skills/bundled/stack-trace-go-probe/SKILL.md
src/opensquilla/skills/bundled/stack-trace-js-probe/SKILL.md
src/opensquilla/skills/bundled/stack-trace-python-probe/SKILL.md
src/opensquilla/skills/bundled/stack-trace-rust-probe/SKILL.md
src/opensquilla/skills/bundled/subtitle-burner/SKILL.md
src/opensquilla/skills/bundled/swe-bench/SKILL.md
src/opensquilla/skills/bundled/text-file-read/SKILL.md
src/opensquilla/skills/bundled/title-card-image/SKILL.md
src/opensquilla/skills/bundled/video-merger/SKILL.md
src/opensquilla/skills/bundled/video-still-animator/SKILL.md
src/opensquilla/skills/bundled/voice-clone-lab/SKILL.md
src/opensquilla/skills/bundled/voice-conversion-studio/SKILL.md

Metadata

Files
0
Version
186b3c1
Hash
c14be886
Indexed
2026-07-05 18:38

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 07:11
浙ICP备14020137号-1 $Гость$