An AI-powered personal assistant that tracks your viewing progress and suggests movies or shows based on your unique taste and available streaming services.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install streaming-buddy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install streaming-buddy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Streaming Buddy is a sophisticated media management tool designed to enhance your digital life through personalized content discovery. By integrating with TMDB and learning from your explicit feedback such as likes, dislikes, and ratings, it builds a comprehensive taste profile to eliminate decision fatigue. It serves as a central hub for your media consumption, ensuring you never lose track of where you left off in a series.
This tool is a prime example of the power of Openclaw Skills, transforming a simple AI agent into a proactive entertainment concierge. It understands context, mood, and platform availability across services like Netflix, Disney+, and Apple TV+, providing a seamless experience for any cinephile or casual viewer.
To get started with this skill, you need a TMDB API key and a few configuration steps within your environment:
mkdir -p $WORKSPACE/memory/streaming-buddy/
cat <<EOF > $WORKSPACE/memory/streaming-buddy/config.json
{
"tmdbApiKey": "your_api_key",
"region": "US",
"language": "en-US"
}
EOF
/stream services add netflix
/stream services add amazon-prime
The skill maintains persistent state using JSON structures located in the workspace memory directory:
| File | Description |
|---|---|
profile.json |
Core user metadata and high-level profile settings. |
preferences.json |
Weighted scores for genres, liked themes, and favorite actors. |
watching.json |
Current titles being tracked with season and episode progress. |
history.json |
A record of all finished titles including user-provided ratings and dates. |
services.json |
A list of active streaming platforms used for availability filtering. |
cache/*.json |
Temporary storage for API responses to improve performance and reduce latency. |
Loading
Shopping Expert is an intelligent discovery tool that compares products across online marketplaces and local stores to find the best deals based on your preferences.

An AI-powered manager for ideas, problems, and challenges that integrates directly with GitHub to help you ship projects faster.

An interactive AI persona that provides companionship through smalltalk, brain training games, and secret guided explorations.

A specialized tool for Openclaw Skills that automates the creation of detailed event itineraries using real-time Google Places data.

A specialized compiler that transforms human-centric web documentation into high-density, AI-native memory context for agents.

A comprehensive CLI-driven automation suite for the Genviral Partner API to create, schedule, and analyze multi-platform social media content.








































