recommendations

Generates personalized recommendations for films, books, games, restaurants, and gear using stored preferences and web search.

1.6k|168|Updated Dec 16, 2024
One-click install
npx skills add https://github.com/amd/gaia --skill recommendations-amd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recommendations
Source: https://github.com/amd/gaia/tree/main/hub/skills/recommendations
Command: npx skills add https://github.com/amd/gaia --skill recommendations-amd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Generic recommendation lists ignore individual taste. This Skill combines what the user has already said they like and dislike with current web search results to produce recommendations tailored to that specific person. ## Core Features & Use Cases - Taste Recall: Queries memory for prior likes and dislikes in a category before searching, treating dislikes as strong filtering signals. - Current Candidate Discovery: Uses web search and page fetching to recommend from options that exist now rather than stale training data. - Ranked Picks with Reasoning: Delivers 3-5 picks ranked by predicted fit, each with a reason tied to the user's stated taste, an honest caveat, and one labeled stretch pick. - Outcome Recording: Stores the user's reaction to each recommendation so future suggestions improve and rejected picks are never repeated. - Use Case: A user asks what to watch next. The Skill recalls that they loved slow-burn sci-fi but abandoned two action franchises, searches for current releases, and returns five ranked picks with reasons and caveats. ## Quick Start Ask the assistant to recommend something to watch, read, play, or try based on what it already knows about your taste.

Frequently Asked Questions about recommendations

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get personalized movie or book recommendations from an AI agent?

Ask what to watch or read next. The Skill first recalls your stored likes and dislikes, then searches the web for current options, and returns 3-5 ranked picks with a reason tied to your taste and one honest caveat each.

How does the recommendations skill use memory?

It calls recall to fetch prior preferences and dislikes in the requested category before searching. After you react to a pick, it stores the outcome with remember so future runs improve and rejected items are never suggested again.

What happens if the agent has no stored preferences for me?

If memory is empty, the Skill asks two questions: one thing in the category you loved and one you gave up on. It then proceeds with search and ranking using those answers as the initial taste signal.

Can the recommendations skill suggest restaurants or products, not just media?

Yes. The same recall-search-rank-record loop applies to restaurants, gear, and other categories. The taste dimensions change, such as cuisine, noise level, and price band for restaurants or budget and use case for gear.

Why does the skill include a stretch pick in its list?

A list that only confirms known taste teaches nothing new. One deliberately labeled stretch pick expands your options while staying transparent that it falls outside your established preferences.