watchlist

A personal list for discovering, saving, tracking, rating, and taking notes on movies and television series.

In plain words
What is it for?
Use it to search for titles, add them as planned or in-progress viewing, mark them completed, filter the list, and record ratings or notes.
Why use it?
It keeps titles and viewing progress in one place instead of relying on memory or separate notes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/proxy2021/enso/watchlist
Any agent
npx skills add Proxy2021/Enso --skill watchlist
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.00429
Opus 5 $0.00011 $0.00215
Sonnet 5 $0.00004 $0.00086
Haiku 4.5 $0.00002 $0.00043

Measured 2d ago against content hash c1e06bcef313, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

watchlist scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

server/skills/watchlist/SKILL.md · 62 lines

What it actually says

Watchlist

Discover, track, and rate movies and TV series with a personal watchlist and AI-powered recommendations

Available Tools

enso_watchlist_browse (primary)

Browse your watchlist with filtering by status, genre, or rating

Parameters:

  • status (string): Filter by status: all, to-watch, watching, completed (default: all)
  • sortBy (string): Sort by: title, rating, dateAdded (default: dateAdded)

enso_watchlist_search

Search for movies and TV series by title to add to your watchlist

Parameters:

  • query (string): Movie or TV series title to search for

enso_watchlist_add

Add a movie or TV series to your watchlist

Parameters:

  • title (string): Title of the movie/series
  • year (number): Release year
  • type (string): movie or tv
  • genre (string): Genre
  • status (string): to-watch, watching, or completed (default: to-watch)
  • notes (string): Personal notes

enso_watchlist_update

Update a watchlist item's status, rating, or notes

Parameters:

  • itemId (string): ID of the watchlist item
  • status (string): New status: to-watch, watching, completed
  • rating (number): Rating 1-5 (0 to clear)
  • notes (string): Updated notes

enso_watchlist_recommend

Get AI-powered movie/TV recommendations based on your watch history and ratings

Parameters:

  • mood (string): Optional mood or preference (e.g. 'something light', 'mind-bending sci-fi')

enso_watchlist_remove

Remove an item from your watchlist

Parameters:

  • itemId (string): ID of the item to remove
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 62 lines · 22 tokens per session scan A c1e06bcef313

Subscribe to this mod's changes

watchlist is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 22 tokens to every session and 429 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories