← 返回
效率工具 中文

Screen recommendation loop

Build and run a low-friction movie/anime recommendation + follow-up loop. Use when a user wants long-term taste profiling from watched/unfinished/dropped fee...
构建并运行低摩擦的电影/动漫推荐+后续循环。适用于用户希望基于已观看、未完成或已放弃的内容进行长期兴趣画像。
gloryxia
效率工具 clawhub v0.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 468
下载
💾 14
安装
1
版本
#latest

概述

Screen Recommendation Loop

Overview

Run an ongoing recommendation system that balances consistency and low user burden. Recommend one title at a time, collect short feedback, and adapt future picks from preference signals.

Core Workflow

  1. Pick one candidate title.
  2. Send one concise recommendation message.
  3. Schedule follow-up based on title type.
  4. Collect status in a small fixed schema.
  5. Update preference weights.
  6. Pick the next title with constrained randomness.

Keep each interaction short. Prioritize adherence over perfect metadata.

If the user proactively returns before scheduled follow-up (e.g., "I watched it, let's discuss"), skip waiting and immediately:

  1. run the review step,
  2. record status,
  3. start the next recommendation cycle.

Recommendation Rules

  • Use a mixed candidate pool (example: Douban Top 250 + Bangumi Top 250).
  • Select title type randomly (not strict alternation):
  • allow movie → movie
  • allow anime → anime
  • Apply hard filters before scoring:
  • already completed recently
  • explicitly rejected/dropped for same strong pattern
  • duplicate title aliases
  • Use constrained random ranking:
  • exploit known preferences (higher weight)
  • retain exploration quota (e.g., 15–25%) to avoid tunnel vision

Follow-Up Timing Rules

Use automatic, content-type-based follow-up windows.

Default logic:

  • Movie recommendation: follow up at recommendedAt + 7 days
  • Anime/series recommendation: follow up at recommendedAt + 30 days

No manual per-user interval configuration is required; infer from recommended content type.

When asking, send at a random time inside a normal activity window (for example 10:00–22:30 in the target timezone).

Accepted User Statuses

Treat all as valid outcomes:

  • watched (completed)
  • partial (started but unfinished)
  • not_started
  • dropped_midway
  • reject_this_title

Do not frame partial/dropped as failure. Use them as preference signals.

Feedback Prompt Template

Use a tiny response format:

  • status: watched / partial / not_started / dropped_midway / reject_this_title
  • one-line feeling (optional)
  • next mood (optional): brainy / healing / realistic / light

Preference Update Heuristics

  • watched: reinforce nearby tags and narrative patterns
  • partial: slight penalty to pacing/length mismatch factors
  • dropped_midway: strong negative weight to dominant disliked traits
  • reject_this_title: title-level or trope-level block depending on reason
  • not_started: no strong taste penalty; treat as scheduling signal

Decay old signals slowly to avoid overfitting to one week.

Minimal Record Schema

Keep per-title state:

  • id
  • title
  • type (movie|anime)
  • source
  • recommendedAt
  • followupAt
  • status
  • tags (optional)
  • note (optional, one-line user feedback)

This can live in JSON or SQLite.

Safety and Privacy

  • Never store private identifiers in the skill package.
  • Keep the skill generic: no personal names, account IDs, chat IDs, tokens, local paths, or private schedules.
  • If publishing, scrub sample data and examples before packaging.

版本历史

共 1 个版本

  • v0.0.1 当前
    2026-03-30 02:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,395
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,192
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,783