inno-rclone-to-overleaf

Manage Overleaf projects from the CLI with pyoverleaf authentication.

708|51|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill inno-rclone-to-overleaf-ligphidonk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inno-rclone-to-overleaf
Source: https://github.com/LigphiDonk/Oh-my--paper/tree/main/src-tauri/resources/skills/inno-rclone-to-overleaf
Command: npx skills add https://github.com/LigphiDonk/Oh-my--paper --skill inno-rclone-to-overleaf-ligphidonk

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Overleaf project management is manual and browser-reliant; this skill lets you access and manipulate Overleaf content entirely from the command line, streamlining LaTeX workflows.

Core Features & Use Cases

  • Read and write LaTeX files in Overleaf projects directly from the terminal.
  • List projects, download project archives, create directories, and sync local edits to Overleaf.
  • Use for research pipelines that require reproducible, scriptable synchronization between local workspaces and Overleaf.

Quick Start

Authenticate in your browser, then use the CLI to list, read, write, and download 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 edit Overleaf projects from the terminal?

You can edit Overleaf projects from the terminal by using this skill to read and write LaTeX files directly, enabling scriptable local-to-Overleaf synchronization for reproducible workflows.

How do I sync local LaTeX files to Overleaf?

Sync local LaTeX files to Overleaf by writing your changes locally and executing the synchronization command to push updates directly to the remote project workspace.

Do I need pyoverleaf to manage Overleaf projects from the CLI?

Yes, you need the pyoverleaf dependency to manage Overleaf projects from the CLI, as it handles browser-cookie authentication required to access your account.

Can I download Overleaf project archives from the command line?

Yes, you can download Overleaf project archives from the command line, allowing you to create local backups or migrate project directories entirely via scripts.

What happens if browser authentication fails for Overleaf CLI access?

If browser authentication fails for Overleaf CLI access, the tool provides safe fallbacks when authentication or external API access is not available, preventing workflow disruption.