Files
openclaw/docs/plugins/reference/skill-workshop.md
T
Josh Lehman 43ea501f38 refactor: move session/transcript runtime state to SQLite
Migrate OpenClaw session, transcript, and runtime state off per-file
.jsonl/JSON storage onto the SQLite state and agent databases, brought up to
date with current main. Channel plugins persist via the plugin-state SDK
keyed-store seam rather than the raw DB; storage-heavy plugins keep their own
SQLite stores via SDK path helpers.
2026-05-31 09:25:49 -07:00

24 lines
570 B
Markdown

---
summary: "Captures repeatable workflows as workspace skills, with pending review, safe writes, and skill prompt refresh."
read_when:
- You are installing, configuring, or auditing the skill-workshop plugin
title: "Skill Workshop plugin"
---
# Skill Workshop plugin
Captures repeatable workflows as workspace skills, with pending review, safe writes, and skill prompt refresh.
## Distribution
- Package: `@openclaw/skill-workshop`
- Install route: included in OpenClaw
## Surface
contracts: tools
## Related docs
- [skill-workshop](/plugins/skill-workshop)