Preqstation Preqstation
Run Claude Code, Codex CLI, or Gemini CLI from natural-language OpenClaw requests for PREQSTATION wo
- Rating
- 4.8 (85 reviews)
- Downloads
- 4,076 downloads
- Version
- 1.0.0
Overview
Run Claude Code, Codex CLI, or Gemini CLI from natural-language OpenClaw requests for PREQSTATION work.
Complete Documentation
View Source →
preqstation
Use this skill for natural-language requests to execute PREQSTATION-related work with local CLI engines.
Trigger condition
Trigger this skill when the user asks to:
- start, continue, or complete a PREQSTATION task
- run coding work in a project workspace
- use
claude,codex, orgeminifor implementation - mentions
preqorpreqstationanywhere in the message (case-insensitive)
Input interpretation
Parse from user message:
engine- if explicitly provided:
claude,codex, orgemini - default:
claude task- first token matching
(example:- PRJ-284) - optional
cwd(required to execute)- if absolute path is explicitly provided, use it
- else resolve by
projectkey fromMEMORY.md - else if task prefix key matches a
MEMORY.mdproject key, use that path - if unresolved, return a short failure asking for project key or absolute path
objective- use the user request as the execution objective
MEMORY.md resolution
- Read
MEMORY.mdfrom this repository root. - Use the
Projectstable (key | cwd | note). - Match project keys case-insensitively.
- If user asks to add/update project path mapping, update
MEMORY.mdfirst, then confirm.
MEMORY.md update rules
- Keep mappings in the
Projectstable only. - Add or update using this row format:
|.| | | - Use one row per key. If a key already exists, replace that row.
- Always store absolute paths (no relative paths).
Prompt rendering (required template)
Do not forward raw user text directly. Render this template:
Task ID: <task or N/A>
Project Key: <project key or N/A>
User Objective: <objective>
Execution Requirements:
1) Work only inside <cwd>.
2) Complete the requested work.
3) After completion, return a short completion summary.
Engine commands
Claude Code
claude --dangerously-skip-permissions -p "<rendered_prompt>"
Codex CLI
codex exec --dangerously-bypass-approvals-and-sandbox "<rendered_prompt>"
Gemini CLI
GEMINI_SANDBOX=false gemini -p "<rendered_prompt>"
Output policy
Return only a short completion summary.
Success format:
completed:
Failure format:
failed:
Do not dump raw stdout/stderr unless user explicitly asks.
Scope boundaries
- OpenClaw handles messenger routing, auth, and channel/webhook behavior.
- This skill only defines local CLI execution behavior and MEMORY mapping usage.
Installation
openclaw install preqstation-preqstation
💻Code Examples
3) After completion, return a short completion summary.
## Engine commands
### Claude CodeTask ID: <task or N/A>
Project Key: <project key or N/A>
User Objective: <objective>
Execution Requirements:
1) Work only inside <cwd>.
2) Complete the requested work.
3) After completion, return a short completion summary.Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.