gstack/openclaw
Latif 0d72cd4140 Add gstack-unfreeze OpenClaw companion skill 2026-03-25 17:17:47 +00:00
..
references Tighten OpenClaw port docs and add unfreeze skill 2026-03-25 17:17:41 +00:00
skills Add gstack-unfreeze OpenClaw companion skill 2026-03-25 17:17:47 +00:00
README.md Tighten OpenClaw port docs and add unfreeze skill 2026-03-25 17:17:41 +00:00
openclaw-port-notes.md Add initial OpenClaw skill compatibility subtree 2026-03-25 16:32:12 +00:00

README.md

OpenClaw compatibility

This subtree contains OpenClaw-native adaptations of selected gstack workflows. It is meant to be understandable and usable by OpenClaw agents without requiring Claude-specific hooks or generated preambles.

Goals:

  • preserve the role/workflow value of gstack
  • avoid Claude-specific tools and hooks
  • map browser and orchestration guidance to OpenClaw primitives

Non-goals:

  • full Claude Code runtime parity
  • automatic conversion of every generated skill/template
  • preserving gstack telemetry or repo-mode shell wrappers

Suggested mapping:

  • Claude/Codex browser helpers -> OpenClaw browser
  • sub-agent review flows -> OpenClaw sessions_spawn / subagents
  • file operations -> OpenClaw read, write, edit
  • shell commands -> OpenClaw exec
  • user follow-ups -> normal chat replies or message

Ported skill set currently includes review, investigation, office-hours/product planning, QA, design review/consultation, ship + deploy flows, post-ship docs, canary checks, safety modes, security review, retrospective, authenticated browser setup, and delegated coding-agent consultation.

See openclaw/references/gstack-port-notes.md for the main runtime translation choices and limitations.

See openclaw/references/skill-index.md for a quick index of the ported skills.