remote
Reads the configured Cloudflare remote archive through the Worker API. The Worker is deployed separately from discrawl in openclaw/crawl-remote with Wrangler; discrawl stores an endpoint/archive and never deploys the service itself.
#Usage
discrawl remote status
discrawl remote archives
discrawl remote whoami
discrawl whoami
#Reports
remote statusreturns the crawlkit control status for the configured archiveremote archiveslists archives visible to the authenticated identityremote whoamiandwhoamireport the GitHub/org identity associated with the token
#Notes
Remote commands require [remote] config with mode = "cloud", endpoint, archive, and a token in remote.token_env (default: DISCRAWL_REMOTE_TOKEN). They do not open or create the local SQLite archive.