Connect FeedTo to OpenClaw with the lowest-friction path:
clawhub install feedtoscripts/realtime.mjs keeps an outbound Supabase Realtime connection to FeedTo cloud.FEEDTO_STATE_DIR.GET /api/feeds/pending until realtime works again.This keeps the product on an outbound-only connection, with no public webhook exposure and no machine-specific secret store assumptions.
```bash
clawhub install feedto
```
FEEDTO_API_KEY, paste the key from ```bash
openclaw gateway restart
```
Only use this if you prefer manual config or your install flow does not prompt for env vars.
Add the API key under the FeedTo skill entry in ~/.openclaw/openclaw.json, then restart the gateway.
bash {baseDir}/scripts/poll.sh — start or heal the realtime listener, then drain the local inboxbash {baseDir}/scripts/poll.sh --status — print listener health, queue depth, last error, and state pathsbash {baseDir}/scripts/mark_read.sh ... — mark delivered feeds as processednode {baseDir}/scripts/realtime.mjs — run the realtime listener in the foreground for debuggingnode and curl to be available on the OpenClaw host.共 2 个版本