DanielHou315

Overleaf Status — Development skill for Claude Code

Development community

Check that the Overleaf MCP server is connected and logged in, and show the configured hosts.

How to install Overleaf Status

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

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

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

What Overleaf Status does


name: overleaf-status description: Check that the Overleaf MCP server is connected and logged in, and show the configured hosts

Report the state of the `overleaf-mcp-rt` connection, briefly.

  1. Call overleaf_list_hosts. List each host with its URL and mark the default.
  2. For each host, call overleaf_list_projects (pass host). Report the project count, or the error code and its hint if it fails.
  3. If anything failed, say which single step fixes it, following the `overleaf-se

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Mnemos Status — /mnemos-status — Show Mnemos Memory Status 705 ★

Full documentation available on GitHub

View Source Repository