inno-rclone-to-overleaf

Manage Overleaf LaTeX projects via CLI with browser-cookie authentication.

1.0k|117|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/OpenLAIR/dr-claw --skill inno-rclone-to-overleaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inno-rclone-to-overleaf
Source: https://github.com/OpenLAIR/dr-claw/tree/main/skills/inno-rclone-to-overleaf
Command: npx skills add https://github.com/OpenLAIR/dr-claw --skill inno-rclone-to-overleaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyoverleaf, and includes scripts (resource) components.

What problem does it solve?

Access Overleaf projects from the command line, enabling seamless reading and writing of LaTeX files, syncing local tex sources to Overleaf, and downloading projects, all authenticated via browser cookies.

Core Features & Use Cases

  • Read/write LaTeX files directly from Overleaf
  • Sync local .tex files with Overleaf projects
  • Download entire projects as zip
  • Authenticate via browser cookies (no API key needed)

Quick Start

Install the skill, authenticate with pyoverleaf in your browser, and then run pyoverleaf ls to list your Overleaf projects.

Frequently Asked Questions about inno-rclone-to-overleaf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync local LaTeX files with Overleaf from the command line?

Sync local LaTeX files with Overleaf using CLI commands to read, write, and create directories. Authentication is handled automatically via browser cookies, requiring no API key.

Can I download an entire Overleaf project as a ZIP without an API key?

Yes, you can download entire Overleaf projects as ZIP files directly from the CLI. The tool bypasses the need for an API key by authenticating through your existing browser cookies.

Does pyoverleaf CLI access require keychain permissions on macOS?

Yes, pyoverleaf CLI access requires keychain permissions on macOS to read your browser cookies. This browser-cookie authentication method is necessary to manage LaTeX files and sync projects without an API key.

What is the best way to manage Overleaf projects when I work locally?

The best way to manage Overleaf projects locally is using a CLI that syncs LaTeX files via browser-cookie authentication. It allows direct reading and writing of files, automatic syncing, and ZIP downloads triggered by local file changes.

Why do I need to log into Overleaf in my browser before using CLI sync?

You need to log into Overleaf in your browser so the CLI can authenticate via browser cookies. It reads these cookies to authorize local commands for reading, writing, and syncing LaTeX files without requiring an API key.