How to Build a Mood Watchlist with OpenClaw

Use OpenClaw and ToolRouter to generate normalized mood-based watchlists from reference films.

Tool
Similar Movies icon
Similar Movies

OpenClaw is ideal when mood-based watchlists need to be generated repeatedly for different users or time periods. Use `blend_taste` to keep the output schema stable across runs.

Connect ToolRouter to OpenClaw

1Install the CLI
npm install -g toolrouter-mcp
2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp tools

Steps

Once connected (see setup above), use the Similar Movies tool:

  1. Define the reference films, mood constraints, and exclusion list.
  2. Run `similar-movies.blend_taste` and normalize the output fields.
  3. Store the watchlist for personalization or editorial reuse.
  4. Rerun with fresh seeds whenever the mood brief changes.

Example Prompt

Try this with OpenClaw using the Similar Movies tool
Use similar-movies to blend Prisoners and Zodiac into a normalized mood watchlist. Keep the structured output so I can reuse the format for other mood briefs.

Tips

  • Keep the schema consistent across mood briefs for easy comparison.
  • Two or three seeds per mood usually produce the cleanest blend.
  • Normalize at the first run if the output will be stored or compared later.