Install
openclaw skills install super-sop-node-osNodeize complex agent work into a 6-layer, 14-node SOP system with Radar, Normalize, Test, Score, Check, Handoff, and Sediment loops.
openclaw skills install super-sop-node-osUse this skill to turn complex work into node runs for projects, research, learning, implementation, enterprise delivery, and reusable SOP design.
AI work is moving from the large-model chat era, to the agent era, to OpenClaw / Hermes-style always-on systems, and now toward the node era.
In the node era, valuable work should be rebuilt as composable nodes. A node has a stable role, inputs, outputs, checks, memory, and a way to connect with other nodes. This makes AI work more reliable, reusable, testable, and improvable than one-off prompts.
For project-like, recurring, research-heavy, workflow, product, learning, or system-building tasks:
source_ref and next_use_case.For simple one-off tasks, use the minimum relevant nodes and do not over-process.
Intake, Context, Radar, Normalize, Data, Planning, Routing, Learning, Action, Test, Score, Check, Handoff, Sediment
Research:
Intake -> Context -> Radar -> Normalize -> Score -> Check -> Sediment
Implementation:
Intake -> Context -> Planning -> Routing -> Action -> Test -> Check -> Handoff -> Sediment
Learning:
Intake -> Context -> Radar -> Normalize -> Learning -> Test -> Score -> Check -> Sediment
Enterprise:
Intake -> Context -> Data -> Planning -> Action -> Check -> Handoff -> Sediment
When a durable run is useful, run:
python3 scripts/create_node_run.py --goal "<goal>" --type research
Then fill the generated node files.
Read only what is needed:
references/architecture.md for 6-layer / 14-node architecture.references/node-protocol.md for node artifact format.references/memory-symbols.md for colors, runes, and memory palace symbols.references/company-patterns.md for external framework lessons mapped into nodes.references/node-system-audit.md for the v1.1 layer/rail recommendation.Before finalizing complex work, answer:
Which chain ran?
What evidence supports it?
What artifact was created?
What check passed?
What should be sedimented?
Do not send unlearned concepts directly into review/battle. Run Learning, enrichment, Test, Score, and Check first.
This skill does not require external credentials. Its helper script creates local markdown run folders and should only write under the run root chosen by the user.