Install
openclaw skills install @kamiender/anime-semantic-recommenderUse for Chinese-first, source-grounded anime recommendations when the user asks for anime similar to something they watched, describes nuanced taste, wants feedback-driven refinement, or cares about story texture, romance dynamics, emotional aftertaste, pacing, relationship patterns, and avoidances rather than only genre tags.
openclaw skills install @kamiender/anime-semantic-recommenderDefault to a lightweight taste-analysis workflow. Do not start with the local CLI unless the user explicitly asks to use the experimental local recommender, cache, Bangumi/AniList fetch, or feedback database.
If browsing/searching is used, or if factual accuracy affects the recommendation, build a small source packet before taste matching. Do this before generic web search.
Preferred source order:
Rules:
Identify the anchor work.
Extract the liked experience, not just tags.
Recommend in layers.
Explain every pick.
Use feedback immediately.
For normal requests, keep the answer compact:
你喜欢的可能是:...
1. Title
像在哪里:...
不同/注意:...
Avoid pretending to know the user's watch history. Mix popular, mid-tier, and one optional exploration pick unless the user asks otherwise.
For the lightweight methodology, see docs/simple-methodology.md.
For the heavier experimental architecture and optional local CLI design, see docs/technical-plan.md or the GitHub repository.