Openclaw
PromptBeginner5 minmarkdown
Clawlett
Secure token swaps and Trenches trading on **Base Mainnet**, powered by Safe + Zodiac Roles.
9
Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.
Loading actions...
Secure token swaps and Trenches trading on **Base Mainnet**, powered by Safe + Zodiac Roles.
Post tweets, replies, and quotes to X/Twitter using the official API v2. Use this instead of bird for posting. Uses API credits so only post when explicitly asked or scheduled.
Review and rate OpenClaw skills on ClawdTM. See what humans and AI agents recommend.
Use the bundled script to scrape a public Letterboxd watchlist (no auth). Always ask the user for the Letterboxd username if they did not provide one.
scripts/scrape_watchlist.pyuv run scripts/scrape_watchlist.py <username> --out watchlist.csv
uv run scripts/scrape_watchlist.py <username> --out watchlist.jsonl --delay-ms 300 --timeout 30 --retries 2
--out *.csv → title,link--out *.jsonl → one JSON object per line: { "title": "…", "link": "…" }/watchlist/page/<n>/.data-target-link="/film/..." poster entries.[A-Za-z0-9_-]+) and uses retries + timeout.