recommendations

Rank and explain personalized recommendations across movies, restaurants, products, travel, and jobs.

21|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/tasteray/skills --skill recommendations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recommendations
Source: https://github.com/tasteray/skills/tree/main/recommendations
Command: npx skills add https://github.com/tasteray/skills --skill recommendations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps agents turn conversational user data into ranked, personalized recommendations across movies, restaurants, products, travel, and jobs so users receive suggestions that truly fit their tastes, constraints, and psychological profile.

Core Features & Use Cases

  • Build rich recommendation context from conversation: preferences, profile summaries, constraints, and history to improve relevance.
  • Integrate with TasteRay API endpoints to request recommendations and explanations, interpret confidence scores, and handle rate limits and errors.
  • Presentation and iteration patterns to explain matches, surface caveats, and refine suggestions based on user feedback; ideal for product recommendation flows, restaurant discovery, travel planning, and hiring suggestions.

Quick Start

Ask for five personalized movie recommendations for a user who prefers dark comedies, has a 120-minute max runtime constraint, and a history including Parasite and The Lobster.

Frequently Asked Questions about recommendations

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

FAQPage Schema
How do I build personalized recommendations from conversational user data?

To build personalized recommendations, construct user context by extracting preferences, profile summaries, constraints, and history from conversations to rank and explain candidate items across multiple verticals.

What verticals does the TasteRay API support for recommendation flows?

The TasteRay API supports recommendation flows across movies, restaurants, products, travel, and jobs by ranking candidate items based on constructed contextual user preferences and constraints.

How do I interpret confidence scores when requesting personalized suggestions?

Interpreting confidence scores involves evaluating the API's certainty in ranking candidate items, allowing you to present personalized explanations and surface caveats for lower-confidence matches during recommendation flows.

How do I handle rate limits and errors when integrating recommendation APIs?

Handling rate limits and errors requires implementing functional requirements for API integration, ensuring your recommendation flows manage request thresholds gracefully and maintain context during error recovery.

Can I refine travel planning suggestions based on user feedback?

You can refine travel planning suggestions using presentation and iteration patterns that explain matches, surface caveats, and adjust ranking based on continuous user feedback and profile history.

What is the best way to explain recommendation matches to users?

The best way to explain recommendation matches is to use personalized explanations that surface caveats and interpret confidence scores, satisfying the functional requirements for the explain API endpoint.