preqstation

Installation
SKILL.md

This is the agent-side lifecycle skill. The OpenClaw launcher skill is separate and should be named preqstation-dispatch.

Environment

Recommended MCP mode:

  • Register the remote MCP endpoint from the PREQSTATION projects-manager service:
    • Claude Code: claude mcp add -s user --transport http preqstation https://<your-domain>/mcp
    • Codex: codex mcp add preqstation --url https://<your-domain>/mcp
    • Gemini CLI: gemini mcp add --scope user --transport http preqstation https://<your-domain>/mcp
  • OAuth starts when the client first makes a real request to /mcp
  • Codex often triggers login during add because it probes the server immediately
  • Gemini CLI may also prompt for auth during MCP registration or first real tool call. If gemini mcp list still shows preqstation as Disconnected, open an interactive Gemini session and run /mcp auth preqstation.
  • Claude Code usually stores the config first and may show Needs authentication until first use or claude mcp get preqstation
  • Prefer one user-scoped Claude Code PREQ registration so you do not accumulate duplicate project-local entries
  • Verify MCP registration with claude mcp list, codex mcp list, or gemini mcp list
  • Complete the browser login flow when prompted by the client

Optional shell helper mode:

Installs
65
First Seen
Feb 21, 2026