DanielHou315

Overleaf Login — Development skill for Claude Code

Development community

Log in to an Overleaf instance (or refresh an expired session) through a browser window.

How to install Overleaf Login

Installs to ~/.claude/skills/danielhou315-overleaf-mcp-rt-overleaf-login/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielhou315-overleaf-mcp-rt-overleaf-login && curl -fsSL https://raw.githubusercontent.com/DanielHou315/overleaf-mcp-rt/HEAD/commands/overleaf-login.md -o ~/.claude/skills/danielhou315-overleaf-mcp-rt-overleaf-login/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Overleaf Login does


name: overleaf-login description: Log in to an Overleaf instance (or refresh an expired session) through a browser window argument-hint: "[overleaf-url] [host-name]"

Help the user log in to Overleaf for the `overleaf-mcp-rt` MCP server. Follow the `overleaf-setup` skill.

Arguments: `$ARGUMENTS` — an optional Overleaf URL (default: ask; `https://www.overleaf.com` for hosted Overleaf) and an optional short host name.

  1. Call overleaf_list_hosts to see what is already configured. If th

Alternatives in Development

  • Ccusage — CLI for analyzing Claude Code/Codex usage from local JSONL files 11.8k ★
  • Agentlas Login — Sign this machine into Agentlas (opens the browser sign-in window) 1.1k ★
  • Tmux Claude Hatch — tmux plugin that runs Claude Code sessions in popups per project directory, with an fzf picker showing each se 381 ★

Full documentation available on GitHub

View Source Repository