← Back to Skills Marketplace
1182
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install overleaf-skill
Description
Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv.
Usage Guidance
This skill appears to be what it says: a wrapper around the olcli tool. Before installing, verify the upstream olcli project (GitHub, npm, Homebrew tap) to ensure you trust the binary you will install. Treat your Overleaf session cookie as a secret — do not paste it into untrusted chat or copies of the skill; prefer setting OVERLEAF_SESSION in your environment or using the olcli auth command locally. After authenticating, check where olcli stores credentials (~/.config/olcli-nodejs/config.json or .olauth) and secure those files (permissions). If you need stronger controls, investigate whether Overleaf offers token-based auth or OAuth instead of a browser session cookie. Finally, confirm the Homebrew tap and npm package authorship match the links in README before installing system-wide packages.
Capability Analysis
Type: OpenClaw Skill
Name: overleaf-skill
Version: 1.1.0
The skill is designed to manage Overleaf LaTeX projects using the `olcli` command-line tool. All instructions in `SKILL.md` and `README.md` are clearly aligned with this stated purpose, detailing how to install `olcli` via Homebrew or npm, authenticate with an Overleaf session cookie (provided by the user), and perform project management tasks. The `scripts/install.sh` file transparently handles the installation of `olcli` using standard package managers. There is no evidence of prompt injection attempts, data exfiltration beyond the scope of Overleaf interaction, or other malicious behaviors. The inherent risk of installing external dependencies via `brew tap` and `npm install -g` is present, but the skill itself does not introduce additional suspicious elements or misuse these capabilities.
Capability Assessment
Purpose & Capability
Name/description (sync, compile, download .bbl) align with SKILL.md, README, and references. The package files reference olcli and link to expected install methods (Homebrew/npm). Nothing requested or included appears unrelated to Overleaf/LaTeX workflows.
Instruction Scope
SKILL.md contains concrete CLI commands limited to olcli operations (auth, pull, push, compile, output, etc.). It asks the user to obtain the Overleaf session cookie from the browser (necessary for session-cookie auth) and does not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
Install Mechanism
There is no automated install spec in the skill bundle; included scripts/install.sh simply tries Homebrew then npm to install the upstream olcli. Both are reasonable, common distribution methods; the script does not download arbitrary archives or contact unknown hosts itself.
Credentials
The skill requires a session cookie (overleaf_session2) for authentication — this is proportionate to the stated purpose but is a sensitive credential. SKILL.md documents where olcli stores credentials (~/.config/olcli-nodejs/config.json and local .olauth) and an env var (OVERLEAF_SESSION). No unrelated credentials or env vars are requested.
Persistence & Privilege
always:false and user-invocable means it is not force-included. The skill does not request or attempt to modify other skills or system-wide agent settings. Allowing the agent to invoke the skill autonomously is normal for skills and not a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install overleaf-skill - After installation, invoke the skill by name or use
/overleaf-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Expanded documentation in SKILL.md to include detailed installation instructions, workflows, and command references.
- Added clear authentication setup and troubleshooting steps.
- Documented common commands, options, and usage patterns for syncing, compiling, and downloading outputs (e.g., .bbl files for arXiv).
- Included complete arXiv submission workflow with packaging tips.
- Provided usage tips for advanced and troubleshooting scenarios.
Metadata
Frequently Asked Questions
What is Overleaf?
Sync and manage Overleaf LaTeX projects from the command line. Pull projects locally, push changes back, compile PDFs, and download compile outputs like .bbl files for arXiv submissions. Use when working with LaTeX, Overleaf, academic papers, or arXiv. It is an AI Agent Skill for Claude Code / OpenClaw, with 1182 downloads so far.
How do I install Overleaf?
Run "/install overleaf-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Overleaf free?
Yes, Overleaf is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Overleaf support?
Overleaf is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Overleaf?
It is built and maintained by aloth (@aloth); the current version is v1.1.0.
More Skills