Overview
- Skill Key
- gloryxia/screen-recommendation-loop
- Author
- gloryxia
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/gloryxia/screen-recommendation-loop
- Latest Commit SHA
- 9f0bc169566a3c02675017a3226b7373ff3b5560
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 feedback, mixed sources (e.g., Douban/Bangumi Top lists), random title-type selection, and automatic type-based follow-up timing.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 screen-recommendation-loop 技能。 若已安装,则直接安装 screen-recommendation-loop 技能。
# 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 r...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.