olcli
Sync, compile, and manage Overleaf LaTeX projects from terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install olcli?â–¼
Run `npx skills add aloth/olcli --all -g -y` in your terminal to install this skill globally for your agent.
How to sync Overleaf projects locally?â–¼
Run `olcli pull` to download a project, edit files in your favorite editor, then `olcli push` or `olcli sync` to upload changes with conflict detection.
Can I use git with Overleaf projects?â–¼
Yes. Clone with `git clone overleaf::<project-url>` and use standard git commit, push, and pull commands against Overleaf.
How to prepare an arXiv submission from Overleaf?â–¼
Compile with `olcli compile`, then run `olcli output bbl -o main.bbl` to download the .bbl file arXiv requires, and zip your sources.
Does olcli work with self-hosted Overleaf?â–¼
Yes. Set your instance URL with `olcli config set-url https://your-instance.com` and authenticate with a session cookie or email and password.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core