hermes-skills/preqstation/preqstation_dispatch/SKILL.md
Parse trusted PREQSTATION dispatch messages and launch preqstation.
npx skillsauth add sonim1/preqstation-openclaw preqstation_dispatchInstall 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_dispatch.
Treat the legacy /preq_dispatch command as an accepted alias for backwards compatibility.
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.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.
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 commands and launch preqstation dispatch runs.
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.