gstack/openclaw
Latif by MDIL 0f634deeb0
Merge 0d72cd4140 into 2beb636f7c
2026-07-14 17:00:16 -07:00
..
references Tighten OpenClaw port docs and add unfreeze skill 2026-03-25 17:17:41 +00:00
skills Merge 0d72cd4140 into 2beb636f7c 2026-07-14 17:00:16 -07:00
README.md Tighten OpenClaw port docs and add unfreeze skill 2026-03-25 17:17:41 +00:00
agents-gstack-section.md feat: native OpenClaw skills + ClaHub publishing (v0.15.10.0) (#832) 2026-04-05 10:07:03 -07:00
gstack-full-CLAUDE.md feat: OpenClaw integration v2 — prompt is the bridge (v0.15.9.0) (#816) 2026-04-05 02:23:59 -07:00
gstack-lite-CLAUDE.md feat: OpenClaw integration v2 — prompt is the bridge (v0.15.9.0) (#816) 2026-04-05 02:23:59 -07:00
gstack-plan-CLAUDE.md feat: OpenClaw integration v2 — prompt is the bridge (v0.15.9.0) (#816) 2026-04-05 02:23:59 -07: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.