refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ read_when:
returns structured output (optionally validated against JSON Schema).
This is ideal for workflow engines like Lobster: you can add a single LLM step
without writing custom Moltbot code for each workflow.
without writing custom OpenClaw code for each workflow.
## Enable the plugin
@@ -87,7 +87,7 @@ Returns `details.json` containing the parsed JSON (and validates against
## Example: Lobster workflow step
```lobster
clawd.invoke --tool llm-task --action json --args-json '{
openclaw.invoke --tool llm-task --action json --args-json '{
"prompt": "Given the input email, return intent and draft.",
"input": {
"subject": "Hello",