SkillAgentSearch skills...

Durafetch

CLI to download your Cloudflare Durable Objects to a SQLite db.

Install / Use

/learn @emadda/Durafetch
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Durafetch

Durafetch is a CLI that downloads your Cloudflare Durable Object state to a local SQLite database.

See durafetch-server for more details.

Usage

Assuming you have added the server side component to your Cloudflare worker:

Install:

  • npm install --global durafetch

Write to config.json:

{
    "db_file": "./db.sqlite",
    "servers": [
        {
            "ws_url": "wss://durafetch_worker-1.your-domain.com",
            "auth_token": "secret_http_auth_bearer_token_replace_this_with_more_than_40_chars"
        }
    ],
    "poll": {
        "every_ms": 1000
    },
    "concurrent_downloads": 50,
    "logging": {
        "ndjson": false
    }
}

Run:

  • durafetch --config-file config.json

Related Skills

View on GitHub
GitHub Stars5
CategoryData
Updated2mo ago
Forks0

Languages

TypeScript

Security Score

90/100

Audited on Jan 9, 2026

No findings