← Back to Skills Marketplace
449
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install preqstation-openclaw
Description
Delegate PREQSTATION coding tasks to Claude Code, Codex CLI, or Gemini CLI with PTY-safe execution (workdir + background + monitoring). Use when building, re...
Usage Guidance
This skill is coherent for delegating coding tasks to local CLI engines, but before installing: (1) ensure you have and trust the claude/codex/gemini CLI binaries the skill will invoke, (2) be aware it will read and update MEMORY.md in the skill repo to store absolute paths you provide and will run git/worktree commands and engine commands inside those mapped project worktrees, so only add project paths you control (avoid mapping system or sensitive directories), (3) confirm the OPENCLAW_WORKTREE_ROOT location (default /tmp/openclaw-worktrees) is acceptable, and (4) if you need more restriction, do not add mappings or grant the agent autonomous runs that will launch engine commands without explicit confirmation.
Capability Analysis
Type: OpenClaw Skill
Name: preqstation-openclaw
Version: 0.1.6
This skill is classified as suspicious primarily due to its explicit instructions to disable sandboxing for the underlying coding agents (Claude, Codex, Gemini) using flags like `--dangerously-skip-permissions`, `--dangerously-bypass-approvals-and-sandbox`, and `GEMINI_SANDBOX=false` in SKILL.md. While the skill attempts to mitigate risk through worktree isolation and other 'safety gates' (also defined in SKILL.md), disabling these critical security features creates a significant vulnerability. Additionally, the skill instructs the agent to clone arbitrary user-specified repositories for PR review and to read/write user-provided absolute paths to MEMORY.md, further increasing the attack surface if the agent's internal instructions are bypassed or misinterpreted.
Capability Assessment
Purpose & Capability
The skill claims to delegate coding tasks to local CLI engines (claude/codex/gemini) and to manage git worktrees; its declared prerequisites (git and at least one engine binary) and use of a per-task worktree are appropriate and proportional to that purpose.
Instruction Scope
Instructions direct the agent to read and update the skill's MEMORY.md (a Projects table of absolute paths) and to create and operate inside git worktrees derived from those paths. This is coherent with the stated goal, but it means the skill will be given access to arbitrary absolute project paths you provide and will run engine commands in those worktrees (i.e., it can execute arbitrary operations inside mapped project directories).
Install Mechanism
There is no install spec and no code files to install or execute; the skill is instruction-only, which minimizes supply-chain/install risk.
Credentials
The skill requests no secrets and only optionally uses OPENCLAW_WORKTREE_ROOT. That is appropriate. However, it requires the agent to resolve absolute filesystem paths (project_cwd) provided by the user and will create worktrees under a chosen root, so filesystem access is inherent and must be considered by the user (do not map sensitive system directories).
Persistence & Privilege
always:false and no special system config or other skills' config are requested. The skill will update its own MEMORY.md to store project mappings — this is expected behavior and limited to its repository file.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install preqstation-openclaw - After installation, invoke the skill by name or use
/preqstation-openclaw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.6
preqstation-openclaw 0.1.6
- Major update: comprehensive SKILL.md written to define task handling, project mapping, execution flows, and hard safety requirements.
- Introduces detailed rules for project key/path resolution using MEMORY.md and user interaction when mappings are missing.
- Defines strict execution isolation: all coding tasks run in per-project git worktrees, never in live checkouts.
- Clearly documents bash interface and PTY-based engine invocation for Claude, Codex, and Gemini CLI.
- Enforces project branch/worktree naming conventions and absolute path handling.
- Details runtime prerequisites, environment variables, and strict safety gates for all engine commands.
v0.1.0
Initial release of preqstation-openclaw: Trigger PREQSTATION task execution via messenger commands with project-based routing and engine choice.
- Parses messenger command text for task triggers.
- Requires explicit selection of execution engine (`claude` or `codex`).
- Resolves project workspace paths via ticket prefix mapping.
- Executes in "dangerous mode" with a warning before execution.
- Fails fast if PREQSTATION MCP is not set up.
- Does not store API credentials; operates via MCP tools.
- Project mappings and guardrails managed in `memory.md`.
Metadata
Frequently Asked Questions
What is Preqstation?
Delegate PREQSTATION coding tasks to Claude Code, Codex CLI, or Gemini CLI with PTY-safe execution (workdir + background + monitoring). Use when building, re... It is an AI Agent Skill for Claude Code / OpenClaw, with 449 downloads so far.
How do I install Preqstation?
Run "/install preqstation-openclaw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Preqstation free?
Yes, Preqstation is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Preqstation support?
Preqstation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Preqstation?
It is built and maintained by sonim1 (@sonim1); the current version is v0.1.6.
More Skills