hermes-skills/preqstation/preqstation/SKILL.md
Parse trusted PREQSTATION commands and launch preqstation dispatch runs.
npx skillsauth add sonim1/preqstation-openclaw preqstationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when a trusted Telegram dispatch message starts with /preqstation
and its first argument is dispatch.
Bare /preqstation and /preqstation help are help-only. They must not launch
work, write files, or mutate PREQSTATION task lifecycle state.
project_key, task_key, objective, engine, branch_name, ask_hint, insight_prompt_b64, comment_id/commentId.claude-code, codex, gemini-cli.npx -y @sonim1/preqstation@latest run ...; do not rely on a local checkout or globally installed binary unless explicitly testing unpublished local changes.If the message is /preqstation or /preqstation help, respond with:
PREQSTATION
Usage:
/preqstation dispatch
project_key=<PROJECT_KEY>
task_key=<TASK_KEY>
objective=<plan|implement|ask|review|qa|comment|insight>
engine=<claude-code|codex|gemini-cli>
/preqstation and the first argument is dispatch.objective and engine are present.plan, implement, review, qa, and comment, require task_key. Infer project_key from task_key when it is omitted.insight, require project_key.objective=comment, require the parsed comment_id/commentId and pass it as --comment-id. Do not launch comment dispatch without the target comment ID.npx -y @sonim1/preqstation@latest run \
--objective "<objective>" \
--engine "<engine>" \
--task-key "<task_key>" \
--branch-name "<branch_name>" \
--comment-id "<comment_id>"
Do not fall back to a local repo path. If npx -y @sonim1/preqstation@latest ... fails, report the failure before launch verification with no PID/log JSON.
Include --project-key only when it is present or when task_key is unavailable.
For objective=insight, omit --task-key.
For objective=ask, include --ask-hint when present.
For project insight messages, include --insight-prompt-b64 when present.
For objective=comment, include --comment-id with the parsed comment_id/commentId value.
/preqstation dispatch
project_key=PROJ
task_key=PROJ-123
objective=implement
engine=codex
branch_name=task/proj-123-example
The command should print JSON with ok: true, project_key, task_key, engine, cwd, branch_name, pid, log_file, and pid_file.
development
Parse trusted PREQSTATION dispatch messages and launch preqstation.
development
Parse trusted PREQSTATION dispatch messages and launch preqstation.
tools
PREQSTATION dispatcher companion guide. Use when dispatching PREQ work into a mapped project worktree with Claude Code, Codex CLI, or Gemini CLI through OpenClaw or a Telegram host such as Hermes.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.