inno-rclone-to-overleaf

Read, write, and download Overleaf LaTeX projects via CLI with browser-cookie authentication.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/xiaoyu-ops/the_work_of_dedup --skill inno-rclone-to-overleaf-xiaoyu-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inno-rclone-to-overleaf
Source: https://github.com/xiaoyu-ops/the_work_of_dedup/tree/main/.claude/skills/inno-rclone-to-overleaf
Command: npx skills add https://github.com/xiaoyu-ops/the_work_of_dedup --skill inno-rclone-to-overleaf-xiaoyu-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Enables researchers and developers to manage Overleaf LaTeX projects directly from the command line, reducing context switching and speeding up collaboration.

Core Features & Use Cases

  • Read/write LaTeX files from Overleaf to create a seamless local-remote editing loop.
  • Sync local .tex files with Overleaf projects for consistent versioning and backups.
  • Download entire projects as ZIP for offline work or archiving.
  • Browser-cookie authentication avoids API keys and enhances security for CLI access.

Quick Start

Install the skill, authenticate in your browser, and run a sample sync to push a LaTeX file to Overleaf.

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 to Overleaf projects from the CLI?

Syncing local LaTeX files to Overleaf from the CLI is done by running script resources that read and write .tex content directly to the remote project. This creates a seamless local-remote editing loop for consistent versioning and backups.

How does browser cookie authentication work for Overleaf CLI access?

Browser cookie authentication for Overleaf CLI access avoids the need for API keys by using your active session. This mechanism enhances security and simplifies access when managing LaTeX projects directly from the command line.

Can I download an entire Overleaf project as a ZIP file for offline work?

Yes, you can download an entire Overleaf project as a ZIP file for offline work or archiving. The CLI tool programmatically fetches the project structure and LaTeX content, allowing you to manage remote projects locally.

Do I need an API key to manage Overleaf LaTeX projects via the command line?

No, you do not need an API key to manage Overleaf LaTeX projects via the command line. The workflow relies on browser-cookie authentication to establish access, avoiding the need to generate and manage API tokens manually.

What is the best way to automate local and remote LaTeX editing loops?

The best way to automate local and remote LaTeX editing loops is using a CLI tool that reads and writes LaTeX files directly to Overleaf. This reduces context switching and speeds up collaboration for researchers and developers.