Install
openclaw skills install feedtoConnect FeedTo.ai to OpenClaw so browser feeds arrive through the FeedTo skill. Use when installing or operating the FeedTo OpenClaw integration, especially for the realtime cloud-to-OpenClaw inbox flow and its polling fallback.
openclaw skills install feedtoConnect 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.
clawhub install feedto
FEEDTO_API_KEY, paste the key from https://feedto.ai/settings.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 <id1> <id2> ... — 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.