✓ Verified 💻 Development ✓ Enhanced Data

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, or gemini for implementation
  • mentions preq or preqstation anywhere in the message (case-insensitive)
No fixed prefix is required.

Input interpretation

Parse from user message:

  • engine
  • if explicitly provided: claude, codex, or gemini
  • 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 project key from MEMORY.md
  • else if task prefix key matches a MEMORY.md project 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.md from this repository root.
  • Use the Projects table (key | cwd | note).
  • Match project keys case-insensitively.
  • If user asks to add/update project path mapping, update MEMORY.md first, then confirm.

MEMORY.md update rules

  • Keep mappings in the Projects table 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:

text
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

bash
claude --dangerously-skip-permissions -p "<rendered_prompt>"

Codex CLI

bash
codex exec --dangerously-bypass-approvals-and-sandbox "<rendered_prompt>"

Gemini CLI

bash
GEMINI_SANDBOX=false gemini -p "<rendered_prompt>"

Output policy

Return only a short completion summary.

Success format:

completed: via at

Failure format:

failed: via at -

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

Terminal bash

openclaw install preqstation-preqstation
    
Copied!

💻Code Examples

3) After completion, return a short completion summary.

3-after-completion-return-a-short-completion-summary.txt
## Engine commands

### Claude Code
example.txt
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.

Tags

#coding_agents-and-ides #cli #code

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author sonim1
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install preqstation-preqstation