From fba94ec1323581fbdf13f1f19021db584120a533 Mon Sep 17 00:00:00 2001 From: ivanberry Date: Thu, 12 Mar 2026 08:20:46 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20remove=20CLIENT=5FKEY/env.local=20?= =?UTF-8?q?=E2=80=94=20auth=20handled=20by=20auth-runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/SKILL.md b/SKILL.md index 8c18c35..ed02713 100644 --- a/SKILL.md +++ b/SKILL.md @@ -59,8 +59,10 @@ bun run fetch -- --workflow-id=outreach-xxx > /tmp/leads.json bun run export -- --drafts=/tmp/drafts-outreach-xxx.json --workflow-id=outreach-xxx ``` -## Environment (.env.local) -Already configured. Do NOT modify. -- AUTH_BASE, CLIENT_KEY: for lead-dataset API auth -- CLOUDFLARE_*: R2 upload credentials -- SENDER_EMAIL: From header in EML files +## Config + +Auth (CLIENT_KEY) is loaded automatically from `~/.openclaw/.env` by auth-runtime. + +R2 and email config in `~/.openclaw/.env`: +- `CLOUDFLARE_*`: R2 upload credentials +- `SENDER_EMAIL`: From header in EML files