How to Build a Mood Watchlist with OpenClaw
Use OpenClaw and ToolRouter to generate normalized mood-based watchlists from reference films.
ToolSimilar MoviesOpenClaw 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-mcp2Call tools directly from OpenClaw
toolrouter-mcp call web-search search --query "AI tools"
toolrouter-mcp toolsSteps
Once connected (see setup above), use the Similar Movies tool:
- Define the reference films, mood constraints, and exclusion list.
- Run `similar-movies.blend_taste` and normalize the output fields.
- Store the watchlist for personalization or editorial reuse.
- 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.