Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Retrieves data from Letterboxd using a Python scraping library. Covers profile stats, diary entries, watchlist contents, and individual movie details by Letterboxd username or movie slug.
Pulls live Letterboxd data in plain text without opening the site or switching apps.
When to use it
- Checking total films logged on a Letterboxd account
- Reviewing the last 10 movies watched
- Browsing saved watchlist titles before picking something to watch
- Looking up a specific film's rating, director, and release year
- Getting profile stats to compare with a friend's watch count
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What movies are on my watchlist?
- 1Identifies the Letterboxd username from context
- 2Calls lb_watchlist with the username and default limit of 10
- 3Fetches the current watchlist entries
- 4Returns the list with movie titles
A numbered list of movies currently saved to the user's Letterboxd watchlist
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.