request

Automates searching, confirming and adding TV shows/movies to your media library via LINE.

2|1|Updated Sep 28, 2023
One-click install
npx skills add https://github.com/vmasrani/dotfiles --skill request-vmasrani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: request
Source: https://github.com/vmasrani/dotfiles/tree/main/maintained_global_claude/skills/request
Command: npx skills add https://github.com/vmasrani/dotfiles --skill request-vmasrani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adding new movies and TV shows to a media library like Plex, Sonarr, or Radarr often requires multiple steps: searching, verifying, and importing assets. This skill streamlines that workflow by handling the end-to-end process from a single command.

Core Features & Use Cases

  • Single-command request flow: Parses a user-provided title, searches local and configured sources, confirms the best match, and adds it to the library.
  • API-key driven integration: Uses configured Plex/Sonarr/Radarr APIs to perform lookups and registrations with minimal manual input.
  • Quality/format hints: Honors user hints (e.g., "4k" or "uhd") to select appropriate quality profiles during import.
  • Use Case: A user requests "Interstellar" and the system automatically finds the right movie, confirms it, and adds it to the Plex library with links to the appropriate media folders.

Quick Start

Run the request command with a movie or TV title to search, confirm, and add it to your media library.

Frequently Asked Questions about request

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

FAQPage Schema
How do I add movies to Plex automatically using a single command?

You can add movies to Plex automatically by providing a title to the request command, which queries configured APIs to find, confirm, and import the item with minimal manual input.

Can I specify 4K or UHD quality profiles when adding media to Sonarr or Radarr?

Yes, you can include quality hints like "4K" or "UHD" when requesting media. The system honors these hints to select appropriate quality profiles during the import process.

What do I need to configure before automating media library requests?

You need configured API keys for your Plex, Sonarr, and Radarr instances. The automation uses these API keys to validate input, perform lookups, and register new library entries.

What is the best way to search and confirm TV shows before importing them to my media server?

The request skill streamlines this by parsing a user-provided title, searching compatible APIs, confirming the best match, and creating or updating the library entry end-to-end.

Does the request automation support both movies and TV shows across different media tools?

Yes, the request automation works across Plex, Sonarr, and Radarr. It validates your input and queries the compatible APIs to add or update both movies and TV shows accordingly.