Install
openclaw skills install meta-skillTrajectory compiler that converts real OpenClaw session traces (or raw_trajectory_log) into a parameterized, reusable Skill via 4 stages: trace interception...
openclaw skills install meta-skillCompile a concrete, parameter-filled execution trace into a reusable Skill with dynamic inputs. This skill implements a 4‑stage closed‑loop pipeline:
Use scripts/trace-from-session.js to generate a real trace from OpenClaw session JSONL, or scripts/trace-interceptor.js for JSONL tool event streams.
Use scripts/trajectory-compiler.js to build a DAG and lift variables to inputs.
Compiler emits references/schema.json, references/plan.json, references/run-flow.md, and scripts/run.js.
Compiler writes into the Skills directory and requires a skills refresh.
See references/pipeline.md and references/compiler-spec.md.