Instructions file GitHub Copilot
Copilot instructions for jxxghp/MoviePilot, a project described as: NAS媒体库自动化管理工具.
Instructions file GitHub Copilot
Copilot instructions for jxxghp/MoviePilot, a project described as: NAS媒体库自动化管理工具.
Instructions file CodexOpenCode
AGENTS.md instructions for jxxghp/MoviePilot, covering agents.md, task-to-documentation mapping, architectural decisions, business logic and design patterns and coding standards and style.
Instructions file
Claude Code instructions for jxxghp/MoviePilot, a project described as: NAS媒体库自动化管理工具.
Skill Claude CodeCodex
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Skill Claude CodeCodex
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 a browser. Also use it for MoviePilot scenarios that need browser interaction, such as checking a site page, confirming a JavaScript-rendered result, testing…
Skill Claude CodeCodex
Use this skill when the user's intent is to execute a system or plugin function. Applicable scenarios include: 1) The user sends a slash command starting with / (e.g. /cookiecloud, /sites, /subscribes, etc.); 2) The user describes an action in natural language that can be fulfilled by a system or plugin command (e.g.…
Skill Claude CodeCodex
Use this skill when the user asks to create, modify, debug, validate, or scaffold a MoviePilot local plugin. Covers MoviePilot V2 plugin development, PluginBase implementations, package.v2.json/package.json market metadata, plugins.v2/plugins source layout, PLUGINLOCALREPOPATHS local plugin sources, plugin APIs…
Skill Claude CodeCodex
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 repository skills/ directory, editing an existing built-in skill, writing SKILL.md frontmatter and workflow instructions, choosing allowed-tools, adding helper scripts…
Skill Claude CodeCodex
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, which reads MoviePilot local settings itself and never requires database passwords or full PostgreSQL DSNs in the agent prompt. Applicable scenarios include data…
Skill Claude CodeCodex
Use this skill ONLY when the user EXPLICITLY requests filing an upstream issue for MoviePilot core, frontend, or an installed plugin, for example "反馈 issue", "提 issue", "报 bug", "给 MP 提 issue", "让上游修一下", "提交错误报告", "提问题", "提需求", "功能请求", or English "file an issue / report a bug / open an upstream issue / feature…
Skill Claude CodeCodex
Use this skill when a user provides a torrent name or file name and wants to fix recognition issues, or asks to add/manage custom identifiers (自定义识别词). This skill generates identifier rules based on the WordsMatcher preprocessing logic, checks for duplicates against existing rules, and saves them via MCP tools.…
Skill Claude CodeCodex
Use this skill when you need to call MoviePilot REST API endpoints directly with the bundled Python client. Covers MoviePilot HTTP endpoints across media search, downloads, subscriptions, library management, site management, system administration, plugins, workflows, and more. Prefer moviepilot-cli for normal local…
Skill Claude CodeCodex
Use this skill when the user asks to operate MoviePilot through the local moviepilot tool MCP CLI for normal product workflows: media search, torrent search, downloads, subscriptions, downloader tasks, library checks, sites, schedulers, workflows, and messages. Prefer dedicated skills for slash command dispatch…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Use this skill when the user asks the MoviePilot agent to identify and organize downloaded/local video or music files that automatic transfer cannot handle. Typical triggers include manually organizing a file or folder, a TV season pack, one music recording, or a complete album directory. If the user gives failed…
Skill Claude CodeCodex
Use this skill when the user asks to publish, upload, sync, pull, push, diff, or maintain a MoviePilot local plugin in a GitHub repository. Covers using the configured MoviePilot GitHub token, PLUGINLOCALREPOPATHS local plugin repositories, package.json/package.v2.json metadata, plugins/plugins.v2 layouts, safe file…
Skill Claude CodeCodex
Use this skill when you need to retry failed video or music transfers/organizations. Given failed transfer history IDs, query the exact records, group by trustworthy movie/series/recording/album identity, delete only the old records being retried, then re-identify and re-organize through MoviePilot. This skill is…