Install
openclaw skills install letterboxd-trackerYour personal movie assistant. Track what you watch, check your lists, and get movie info from Letterboxd instantly.
openclaw skills install letterboxd-trackerThis skill allows the agent to retrieve information about movies or user activity from Letterboxd.
pip install letterboxdpy
Use this when the user asks about:
lb_userpython lb_tool.py user "{{username}}"username: The Letterboxd usernamelb_diarypython lb_tool.py diary "{{username}}" [limit]username: The Letterboxd usernamelimit: Optional, default 10lb_watchlistpython lb_tool.py watchlist "{{username}}" [limit]username: The Letterboxd usernamelimit: Optional, default 10lb_moviepython lb_tool.py movie "{{slug}}"slug: Movie URL slug (e.g., vikram-2022, the-batman)User: "How many movies have I watched on Letterboxd?"
Agent: (Calls lb_user with username="tamilventhan")
User: "What movies did I watch recently?"
Agent: (Calls lb_diary with username="tamilventhan")
User: "Show my watchlist"
Agent: (Calls lb_watchlist with username="tamilventhan")
User: "Tell me about the movie Vikram"
Agent: (Calls lb_movie with slug="vikram-2022")