anysearch
API key for higher rate limits. Anonymous access available with lower rate limits.
Use this skill to check MoviePilot versions, inspect Release update state, download a Release update in the background, confirm installation, restart MoviePilot, or retain the existing Dev branch update flow. Prefer the built-in system APIs instead of container commands or
$ npx -y skills add jxxghp/moviepilot --skill moviepilot-update --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/moviepilot-updateContext preview
The summary Claude sees to decide when to auto-load this skill.
Use this skill to check MoviePilot versions, inspect Release update state, download a Release update in the background, confirm installation, restart MoviePilot, or retain the existing Dev branch update flow. Prefer the built-in system APIs instead of container commands or
name: moviepilot-update version: 5 description: Use this skill to check MoviePilot versions, inspect Release update state, download a Release update in the background, confirm installation, restart MoviePilot, or retain the existing Dev branch update flow. Prefer the built-in system APIs instead of container commands or manual file replacement. allowed-tools: moviepilot_api allowed-api-operations: >- system.versions system.update.status system.update.check system.update.download system.restart system.update.install system.upgrade.dev
Use this skill for MoviePilot restart and upgrade operations.
Use the built-in `moviepilot_api` tool only. The host selects fixed API routes, authenticates with the trusted Agent identity, and applies administrator and confirmation policy. Never request or pass an API token, URL, HTTP method, shell command, or legacy helper script.
{"operation_id":"system.versions","path_params":{},"query":{},"body":{}}This read-only operation lists available MoviePilot releases.
{"operation_id":"system.restart","path_params":{},"query":{},"body":{}}Restart requires explicit confirmation and interrupts the current Agent session.
Check for a stable Release and inspect current progress:
{"operation_id":"system.update.check","path_params":{},"query":{},"body":{}}
{"operation_id":"system.update.status","path_params":{},"query":{},"body":{}}Start the background download. This does not restart MoviePilot:
{"operation_id":"system.update.download","path_params":{},"query":{},"body":{}}After `status` reports `state=ready`, installation requires a separate explicit confirmation:
{"operation_id":"system.update.install","path_params":{},"query":{},"body":{}}`install` writes the verified install intent and restarts MoviePilot. Do not call it until the user explicitly confirms the restart.
{"operation_id":"system.upgrade.dev","path_params":{},"query":{},"body":"dev"}The body must be the exact JSON string `"dev"`. Stable Release updates must use check, download, status, and install instead.
Repo: jxxghp/moviepilot
API key for higher rate limits. Anonymous access available with lower rate limits.
Use this skill when the user asks the agent to open, browse, inspect, extract content from, click through, fill forms on, screenshot, or verify a web page with…
Use this skill when the user sends a slash command or asks to run a MoviePilot system or plugin command in natural language. Discover the live command catalog,…
Use this skill when the user asks to create, modify, debug, validate, or scaffold a MoviePilot local plugin. Covers MoviePilot V2 plugin development,…
Use this skill when the user asks to create, scaffold, update, or review a MoviePilot agent skill. This includes adding a new built-in skill under the…
Use this skill when you need to inspect, query, maintain, or carefully modify the MoviePilot database. This skill uses the bundled scripts/mp-db.py helper,…