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-managerservice:- 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
- Claude Code:
- OAuth starts when the client first makes a real request to
/mcp - Codex often triggers login during
addbecause it probes the server immediately - Gemini CLI may also prompt for auth during MCP registration or first real tool call. If
gemini mcp liststill showspreqstationasDisconnected, open an interactive Gemini session and run/mcp auth preqstation. - Claude Code usually stores the config first and may show
Needs authenticationuntil first use orclaude 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, orgemini mcp list - Complete the browser login flow when prompted by the client
Optional shell helper mode: