LaunchKit · 2026
Back to Skills

letterboxd-tracker

Your personal movie assistant.

1
388 downloads
by @tamil-9421

Setup & Installation

openclaw skills install @tamil-9421/letterboxd-tracker

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install letterboxd-tracker

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.

INPUT

User asks: What movies are on my watchlist?

AGENT
  1. 1Identifies the Letterboxd username from context
  2. 2Calls lb_watchlist with the username and default limit of 10
  3. 3Fetches the current watchlist entries
  4. 4Returns the list with movie titles
OUTPUT

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.

Letterboxd account with a public profileletterboxdpy Python package (pip install letterboxdpy)