Skip to content

Commit ea661ff

Browse files
committed
fix: update SKILL.md — add adapter-openclaw to install, clarify data transmission
Signed-off-by: Todd Palmer <todd@betterdata.co>
1 parent 5472649 commit ea661ff

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • packages/adapter-openclaw/loop-engine-governance

packages/adapter-openclaw/loop-engine-governance/SKILL.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The expense approval example requires no API key and is the recommended starting
2929

3030
```bash
3131
# Core (required for all examples)
32-
npm install @loop-engine/sdk @loop-engine/adapter-memory
32+
npm install @loop-engine/sdk @loop-engine/adapter-memory @loop-engine/adapter-openclaw
3333

3434
# For the Claude example only
3535
npm install @loop-engine/adapter-anthropic @anthropic-ai/sdk
@@ -43,6 +43,7 @@ npm install @loop-engine/adapter-grok openai
4343

4444
Verify package maintainers before installing:
4545
- `@loop-engine/*` — published by the `betterdata` npm org
46+
- `@loop-engine/adapter-openclaw` — published by the `betterdata` npm org
4647
- `@anthropic-ai/sdk` — published by Anthropic
4748
- `openai` — published by OpenAI
4849

@@ -70,6 +71,7 @@ The included examples use synthetic illustrative data only:
7071
Loop Engine captures evidence in its local audit trail. The evidence object
7172
is also sent to the LLM provider API as part of the actor prompt. These are
7273
two separate destinations — plan accordingly.
74+
Loop Engine itself never transmits data externally. Only the AI provider adapter calls send data — and only what you explicitly pass as `evidence`.
7375

7476
## What this skill does
7577

@@ -86,7 +88,7 @@ step can be governed by:
8688
```
8789
OpenClaw agent proposes action
8890
89-
Loop Engine evaluates guards
91+
Loop Engine evaluates guards ← @loop-engine/adapter-openclaw
9092
9193
Human approves (if policy requires)
9294

0 commit comments

Comments
 (0)