Use this skill when the user asks MoviePilot to identify and organize a local or downloaded video/music file, season folder, recording, album directory, or mixed folder that automatic transfer did not handle. If failed transfer history IDs are supplied, use transfer-failed-retry instead.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use moviepilot_api for every MoviePilot business operation. Retired file,
recognition, transfer, and history tools are not available.
downloader-operation and its fixed
scripts/mp-downloader.py helper to discover the instance and call
tasks.list. If they only name a configured root, call storage.settings.
Use storage.list to inspect the selected directory. Do not process a broad
shared root without an explicit, bounded scope.media.recognize with the representative title or path. If uncertain,
call media.search; if several exact candidates remain, use
ask_user_choice. Never invent or translate an ID.media_source + media_id. For TV, verify season detail
with media.detail when numbering is ambiguous. For music, a recording is one
track, an album is one multi-track directory, and an artist is browse-only.library.exists. If an existing transfer
record affects reorganization, inspect transfer.history.transfer.file once per verified unit. For an album, transfer the album
directory once only after its supported audio-file count is consistent with
the selected album detail.media.scrape after a successful transfer. Report actual
tag, cover, and lyrics counts; never assume all lyrics were found.storage.list with storage/path/paging/sort in body.media.recognize with title/path in query.media.search with title/type/source constraints in query.media.detail with path_params.media_id and identity/type in query.library.exists with the exact identity in query.transfer.file with the manual-transfer request in body.data.items even when the batch reports
failure. Inspect every item's state: accepted and retry_wait mean that
background work remains; only completed confirms execution and settlement.
manual_review requires resolving the task in the transfer queue first;
failed and skipped do not mean imported. Do not resubmit an entire batch
that already contains accepted or completed items. Preview responses remain
planning data and do not contain execution states.media.scrape with path_params.storage, file item in body, and
exact identity/type fields in query.Stop and report instead of transferring when the source is missing, directory configuration is absent, identity remains ambiguous, an album appears mixed or incomplete, or the requested target would overwrite unrelated media.
4f716c4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.