Agent skill · Workflow & Productivity

overleaf-skill

Use this skill whenever the user wants to synchronize NeuroClaw-generated LaTeX manuscripts with Overleaf, read/write .tex files, download/upload projects, create/rename/archive projects, compare versions, or manage project structure. Triggers include: 'sync to Overleaf', 'upload paper to Overleaf', 'Overleaf project', 'LaTeX sync', 'push draft', 'download Overleaf', 'create Overleaf project', 'tex file to Overleaf', or any request involving paper_draft.tex / collaboration. This skill is the **mandatory interface-layer LaTeX collaborator** in NeuroClaw: it strictly enforces pull-first workflow

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill overleaf-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 11 KB
Bundled scripts: none
Requires: []
Path: skills/neuroclaw/overleaf-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Overleaf Skill ## Overview This skill provides secure, audited access to Overleaf projects using the pyoverleaf library (Python API + CLI), enabling full round-trip collaboration for NeuroClaw manuscripts. Role in NeuroClaw multi-agent system: - Acts as the dedicated Overleaf Collaborator. - Authentication: manual cookie string provided by the user (recommended for headless/server environments). - Default behavior: pull + diff + report changes → require user confirmation before any local overwrite or merge. - Write / create / delete / rename operations: **strictly forbidden** without explicit, single-use user authorization per operation. - Preferred method: Python API (more reliable than CLI in agent sessions). - Preserves full Overleaf version history for easy human review and revert. - Supports listing projects, file/folder management, ZIP download/upload, and limited project creation/renaming/archiving. **Research use only** — keeps manuscripts clean, typeset-ready, and suitable for co-author feedback or journal submission. ## Supported Operations | Operation | Method | CLI Example | Python API Example | Safety Requirement | |----------------------------|----------------------

What's inside
Steps it walks through
  1. Overview
  2. Supported Operations
  3. Authentication (Important – Headless/Server Friendly)
  4. Quick Workflows (NeuroClaw Integrated)
  5. Benchmark-Facing Default Mainline
  6. Installation (in NeuroClaw environment)
  7. Operational Notes from Real Server Usage
  8. 1. Use the correct Python interpreter
  9. 3. Separate read-only checks from write actions
  10. 4. Project creation is not reliably supported
  11. 5. Upload requires a real folder id
  12. 6. Confirm project existence before upload
  13. 7. Keep credentials local and temporary
  14. Safety & Limitations
Commands it runs
Install pyoverleaf in isolated environment
pip install pyoverleaf
Quick test (user runs once in terminal)
python -c "import pyoverleaf; api=pyoverleaf.Api(); print(api.get_projects())"
python3 - <<'PY'
More from awesome-bio-agent-skills
All skills →
About this skill
What does the overleaf-skill skill do?

Use this skill whenever the user wants to synchronize NeuroClaw-generated LaTeX manuscripts with Overleaf, read/write .tex files, download/upload projects, create/rename/archive projects, compare versions, or manage project structure. Triggers include: 'sync to Overleaf', 'upload paper to Overleaf', 'Overleaf project', 'LaTeX sync', 'push draft', 'download Overleaf', 'create Overleaf project', 'tex file to Overleaf', or any request involving paper_draft.tex / collaboration. This skill is the **mandatory interface-layer LaTeX collaborator** in NeuroClaw: it strictly enforces pull-first workflow

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill overleaf-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going