Leaderboard/Automation/cinema-manager
Last commit on June 10, 2026·Created on June 3, 2026

DavidBB-L/cinema-manager

Turns a watch request into a properly filed library entry.
Combined rank
#647
across all skills
In Automation
#44
category rank
Stars
274
0.0% in last 7d
Forks
19
0.0% in last 7d
Watchers
0
0 watchers in last 7d
Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
TL;DR

This skill connects media discovery to library organization in one automated flow. When a user says they want to watch something, Cinema Manager searches configured content sources, saves the best-quality version to Quark cloud drive, and organizes the file into the correct Infuse or Plex folder structure. It serves home media server owners and Plex/Infuse users who want their library to grow without manual file management.

WHO IT'S FOR
Home Media Server Owners
automate media discovery and organization
Plex / Infuse Users
save and organize movies and TV shows
Quark Cloud Drive Users
save media files to Quark drive
AI Assistant Power Users
manage media library via natural language
Repository contents

1 skill file

Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.

Use this skill

Follow the documented setup, then try a first task.

Install for Hermes Agent

Installs: cinema-manager skill · Hermes Agent

Before you start
  • Hermes Agent
  • Git
  • Python 3 with pip
  • Access to a Quark account and browser DevTools to obtain a Quark session Cookie
  • An OMDB API key if selecting OMDB classification.
  • Username and password for each enabled content-source plugin that requires authentication.
  1. In a terminal, clone the repository into the documented Hermes skills directory.

    git clone https://github.com/249695811/cinema-manager.git ~/.hermes/skills/cinema-manager
  2. In a terminal, install the documented httpx dependency.

    pip install httpx
  3. Before continuing through the setup wizard, log in to pan.quark.cn, open browser DevTools, select the Network tab, and copy the Cookie header from a request. In a terminal, start the setup wizard and enter that Cookie when prompted; then select content-source plugins, choose a classification mode, and enter the Quark save-folder name. If enabling an authentication-required plugin, enter its username and password when prompted. If selecting OMDB classification, use the OMDB API-key page named by the wizard, choose FREE, provide your email, then copy the emailed API key into the wizard.

    python3 ~/.hermes/skills/cinema-manager/scripts/setup.py
scripts/setup.py · Checked Sep 18, 2026SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Search for a movie

Uses cinema-manager

  • Movie or TV title; replace "流浪地球2" with the title you want to find
  • At least one configured and enabled content-source plugin

Check the repository for this skill’s setup.

Use the cinema-manager skill to search for "流浪地球2" across the configured content sources and show the ranked results. Search only; do not save or organize anything.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026
Suggested first task

Review content-source plugins

Uses cinema-manager

  • A completed cinema-manager configuration

Check the repository for this skill’s setup.

Use the cinema-manager skill to list the available content-source plugins. Do not enable, disable, or modify any plugin.
SKILL.md · Checked Sep 18, 2026