Manage a movie/show/documentary watchlist. When the user sends a title, recognize it and add it to the watchlist with the right category. When asked, show the list.
When the user sends a plain text message that is a movie, TV show, documentary, or anime title, run:
python3 ~/.openclaw/workspace/skills/watchlist/scripts/watchlist.py add "<TITLE>" "<TYPE>" "<CATEGORY>" "<NOTE>"
When the user says "watchlist", "what should I watch", "reccos", "kuch dekhna hai", etc:
python3 ~/.openclaw/workspace/skills/watchlist/scripts/watchlist.py show
Send the output to the user.
When the user says "watched X", "remove X", "done with X":
python3 ~/.openclaw/workspace/skills/watchlist/scripts/watchlist.py remove "<TITLE>"