cult-film-curtis

Recommend cult films via TMDB with paid endpoints.

29|14|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/daydreamsai/skills-market --skill cult-film-curtis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cult-film-curtis
Source: https://github.com/daydreamsai/skills-market/tree/main/plugins/cult-film-curtis/skills
Command: npx skills add https://github.com/daydreamsai/skills-market --skill cult-film-curtis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides curated cult-film recommendations powered by TMDB data, enabling monetized access for paid agent workflows and quick decision support for cinema-curation tasks.

Core Features & Use Cases

  • TMDB-backed recommendations: Find cult films using keywords and popularity data via the TMDB API.
  • Micropayments integration: Access to recommendations is gated by small payments, enabling monetized agent interactions.
  • Use Case: Build a Lucid Agent that suggests cult films to users and charges a small fee for each detailed lookup or mood-based suggestion.

Quick Start

Use the cult-film-curtis skill to fetch a random cult-film recommendation and, if desired, request more details with a paid endpoint.

Frequently Asked Questions about cult-film-curtis

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

FAQPage Schema
How do I get cult-film recommendations using the TMDB API?

Cult-film recommendations using the TMDB API are fetched by querying keywords and popularity data to surface niche titles. This Skill exposes endpoints for random picks, mood-based selection, and detailed lookups, all backed by TMDB metadata.

What do I need to run a Lucid Agent with micropayments for film recommendations?

Running a Lucid Agent with micropayments for film recommendations requires a Bun runtime, a TMDB API key, and the Lucid Agents SDK with payments enabled. Environment variables must be configured to gate paid endpoints like recommend, details, and search.

Can I charge users for each detailed cult-film lookup in an agent workflow?

Yes, you can charge users for each detailed cult-film lookup by gating access through micropayments. The Skill exposes paid entries for recommend, details, and search, enabling monetized agent interactions where users pay a small fee per request.

Does the Bun runtime support micropayment-gated API endpoints for recommender systems?

The Bun runtime supports micropayment-gated API endpoints for recommender systems when paired with the Lucid Agents SDK. This Skill uses that combination to gate cult-film recommendation endpoints, requiring environment variable configuration for payment routing.

How do mood-based cult-film selections work with TMDB data?

Mood-based cult-film selections work by filtering TMDB keyword and popularity data to match a requested mood. The Skill exposes a paid recommend endpoint that returns curated cult-film titles fitting the specified mood parameters.

What are the limitations of using micropayments for TMDB-backed film recommendations?

Limitations of using micropayments for TMDB-backed film recommendations include the requirement for a Bun runtime, a valid TMDB API key, and the Lucid Agents SDK with payments. Without these dependencies and proper environment configuration, paid endpoints cannot function.