Downloader Operation logo

Downloader Operation

CommunityPopular
jxxghp
downloader-operation

Use this skill when the user asks to inspect, diagnose, or directly control a configured qBittorrent, Transmission, or rTorrent instance. It exposes provider capabilities on demand without adding permanent Agent tools, and is suitable for task files and selection, trackers, peers, queue order, limits, tags, locations, rechecks, direct provider submissions, or batch task control.

Overview

Publisherjxxghp
RepositoryMoviePilot
Skill namedownloader-operation
Stars
11.8K
Forks
1.5K
Bundled files
1
LicenseGPL-3.0
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by jxxghp on GitHub. Read the source before you install it.

Installation

Install the Downloader Operation AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/jxxghp/MoviePilot.git /tmp/MoviePilot
mkdir -p .claude/skills
cp -r /tmp/MoviePilot/skills/downloader-operation .claude/skills/downloader-operation
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Downloader Operation in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Downloader Operation on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Downloader Operation is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Downloader Operation

Use scripts/mp-downloader.py. The helper reads MoviePilot's local downloader configuration and credentials itself. Never request, print, or pass a host, username, password, API key, Cookie, or arbitrary URL.

Boundary

  • Prefer moviepilot-api for ordinary MoviePilot acquisition workflows, especially site search, download.add, subscriptions, transfer, history, and canonical library checks.
  • Use this Skill for downloader-native inspection, diagnosis, advanced task properties, and an explicit request to operate the provider directly.
  • tasks.add.direct bypasses MoviePilot download history, site Cookie handling, path selection, duplicate checks, and transfer orchestration. Use it only when the user explicitly wants direct provider submission.
  • Paths passed to tasks.location.set and tasks.add.direct are downloader-side paths, not MoviePilot storage paths.
  • tasks.location.set is a raw provider operation and does not evaluate MoviePilot media categories. For an existing MoviePilot task, use the Web UI resource-category preview and confirmation flow when the target should come from MoviePilot's download history and resource-directory rules.

Instance And Provider Discovery

Fast path: call directly

Do not routinely call instances or capabilities before an operation. This Skill already contains the full action contract, and the helper performs instance resolution, provider support checks, complete argument validation, and the action in one call invocation.

  • If the user or prior context provides the exact client name, pass it with --client and call the action immediately.
  • If no client name is known, omit --client. The helper automatically uses the single default downloader, or the only enabled downloader.
  • If multiple clients remain ambiguous, the failed call lists every valid client name. Reuse that list for the next direct call; do not add a separate instances call unless the user explicitly asks to inspect instances.
  • Do not probe an action with empty or guessed arguments. Compose the complete JSON object from the contract below before calling.

The helper rejects unknown fields and reports all detectable argument errors in one response before connecting to the provider, so correct every reported field together instead of retrying one field at a time.

Optional discovery

List configured instances without secrets:

bash
python skills/downloader-operation/scripts/mp-downloader.py instances

List the actions supported by all providers or one configured client:

bash
python skills/downloader-operation/scripts/mp-downloader.py capabilities
python skills/downloader-operation/scripts/mp-downloader.py capabilities --client "main-qb"

The complete action and argument contract is documented below. Use capabilities only to confirm which documented actions a configured provider supports. For a compact machine-readable copy of one action's same contract:

bash
python skills/downloader-operation/scripts/mp-downloader.py capabilities \
  --client "main-qb" \
  --action tasks.properties.set

Do not inspect the helper source to discover arguments and do not guess a provider-specific action. capabilities is optional and should be used only when the configured provider itself is unknown or support must be diagnosed.

Call Shape

bash
python skills/downloader-operation/scripts/mp-downloader.py call \
  --client "main-qb" \
  --action tasks.list \
  --arguments '{"status":"downloading","limit":20}'

The --arguments value must be one JSON object. Large reads are paged with offset and limit; the default limit is 50 and the maximum is 200.

External MCP Contract

External MCP clients do not receive this SKILL.md and cannot use the hidden execute_command tool. MoviePilot therefore exposes a separate admin-only MCP tool named downloader_operation. Its tools/list inputSchema contains one oneOf branch for every action below, including the function description, supported providers, effect, field types, required/default values, enums, and cross-field rules. The external client should select the matching branch and make one tools/call; it does not need to call a discovery tool first.

MCP call arguments use the same contract without shell quoting:

json
{
  "client": "main-qb",
  "action": "tasks.properties.set",
  "arguments": {
    "task_id": "exact-provider-hash",
    "download_limit": 2048,
    "upload_limit": 512
  }
}

client may be omitted for the default or only enabled downloader. If multiple instances remain ambiguous, the result lists the valid client names.

Complete Action Contract

This is the complete Downloader Operation action contract. It comes directly from the script ACTIONS registry and matches the external MCP tools/list oneOf branches. A field name ending in * is required. Put every action parameter in the arguments object.

actionPurpose and argument summary
capabilities.listList supported downloader actions and their complete argument contracts.; arguments: action_name
instances.listList configured downloader instances without connection secrets.; no arguments
session.content_layoutRead qBittorrent's default torrent content layout.; no arguments
session.detailsRead Transmission session configuration and capacity details.; no arguments
session.speed_limits.getRead global speed limits.; no arguments
session.speed_limits.setSet global speed limits in KB/s.; arguments: download_limit, upload_limit
session.statsRead provider transfer/session statistics.; no arguments
tasks.add.directSubmit a magnet, URL, or local torrent file directly to the provider.; arguments: content*, torrent_file, paused, download_dir, tags, category
tasks.category.setSet qBittorrent category.; arguments: task_id*, category*
tasks.deleteDelete tasks and optionally their data.; arguments: task_id, task_ids, delete_files
tasks.filesList files and priorities for one task.; arguments: task_id*, offset, limit
tasks.files.selection.setSelect wanted and unwanted files within one task.; arguments: task_id*, wanted_file_ids, unwanted_file_ids
tasks.force_start.setEnable or disable qBittorrent force-start for tasks.; arguments: task_id, task_ids, enabled*
tasks.listList and filter downloader tasks.; arguments: task_id, task_ids, status, tags, offset, limit
tasks.location.setMove or retarget one task to a provider-side path.; arguments: task_id*, location*
tasks.peersRead qBittorrent peer synchronization data.; arguments: task_id*
tasks.properties.setSet task speed, ratio, or seeding-time limits.; arguments: task_id*, upload_limit, download_limit, ratio_limit, seeding_time_limit
tasks.queue.moveMove tasks to top, up, down, or bottom of the queue.; arguments: task_id, task_ids, position*
tasks.reannounceForce tracker reannounce.; arguments: task_id, task_ids
tasks.recheckForce data verification for tasks.; arguments: task_id, task_ids
tasks.startStart or resume one or more tasks.; arguments: task_id, task_ids
tasks.stopPause one or more tasks.; arguments: task_id, task_ids
tasks.tags.getRead task tags or labels.; arguments: task_id*
tasks.tags.setSet or add task tags/labels.; arguments: task_id, task_ids, tags*
tasks.trackersList trackers for one task.; arguments: task_id*
tasks.trackers.updateAdd or replace task trackers.; arguments: task_id*, trackers*

capabilities.list

List supported downloader actions and their complete argument contracts. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • action_name (string): Optional exact action name used to return one capability contract.

instances.list

List configured downloader instances without connection secrets. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • arguments: {}

session.content_layout

Read qBittorrent's default torrent content layout. Effect: safe_read. Providers: qbittorrent.

  • arguments: {}

session.details

Read Transmission session configuration and capacity details. Effect: safe_read. Providers: transmission.

  • arguments: {}

session.speed_limits.get

Read global speed limits. Effect: safe_read. Providers: qbittorrent, transmission.

  • arguments: {}

session.speed_limits.set

Set global speed limits in KB/s. Effect: reversible_write. Providers: qbittorrent, transmission.

  • download_limit (number): Global download limit in KB/s; 0 or omission means unlimited.
  • upload_limit (number): Global upload limit in KB/s; 0 or omission means unlimited.

session.stats

Read provider transfer/session statistics. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • arguments: {}

tasks.add.direct

Submit a magnet, URL, or local torrent file directly to the provider. Effect: external_side_effect. Providers: qbittorrent, transmission, rtorrent.

  • content* (string): Magnet URI, torrent URL, or a local torrent path when torrent_file=true.
  • torrent_file (boolean; default False): Interpret content as a local torrent-file path.
  • paused (boolean; default False): Add the task in a paused state.
  • download_dir (string): Provider-side save path.
  • tags (string[]): Tags to assign to the new task.
  • category (string): qBittorrent category; ignored by other providers.

tasks.category.set

Set qBittorrent category. Effect: reversible_write. Providers: qbittorrent.

  • task_id* (string): One provider-native task hash or ID.
  • category* (string): Non-empty qBittorrent category name.

tasks.delete

Delete tasks and optionally their data. Effect: destructive_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • delete_files (boolean; default False): Also permanently delete the task data files.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.files

List files and priorities for one task. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • task_id* (string): One provider-native task hash or ID.
  • offset (integer; default 0): Zero-based list offset.
  • limit (integer; default 50): Number of items to return, from 1 to 200.

tasks.files.selection.set

Select wanted and unwanted files within one task. Effect: reversible_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id* (string): One provider-native task hash or ID.
  • wanted_file_ids (integer[]): Provider file indexes to download; provide this or unwanted_file_ids.
  • unwanted_file_ids (integer[]): Provider file indexes to skip; provide this or wanted_file_ids.
  • Rule: Provide wanted_file_ids or unwanted_file_ids, and never place one index in both lists.

tasks.force_start.set

Enable or disable qBittorrent force-start for tasks. Effect: reversible_write. Providers: qbittorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • enabled* (boolean): Whether force-start is enabled.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.list

List and filter downloader tasks. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • status (string): Filter by the provider-native task status.
  • tags (string|string[]): Return only tasks that contain all specified tags.
  • offset (integer; default 0): Zero-based list offset.
  • limit (integer; default 50): Number of items to return, from 1 to 200.

tasks.location.set

Move or retarget one task to a provider-side path. Effect: external_side_effect. Providers: qbittorrent, transmission, rtorrent.

  • task_id* (string): One provider-native task hash or ID.
  • location* (string): New provider-side save path.

tasks.peers

Read qBittorrent peer synchronization data. Effect: safe_read. Providers: qbittorrent.

  • task_id* (string): One provider-native task hash or ID.

tasks.properties.set

Set task speed, ratio, or seeding-time limits. Effect: reversible_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id* (string): One provider-native task hash or ID.
  • upload_limit (number): Upload limit in KB/s; 0 means unlimited.
  • download_limit (number): Download limit in KB/s; 0 means unlimited.
  • ratio_limit (number): Share-ratio limit; unsupported by rTorrent.
  • seeding_time_limit (integer): Seeding-time limit in minutes; unsupported by rTorrent.

tasks.queue.move

Move tasks to top, up, down, or bottom of the queue. Effect: reversible_write. Providers: qbittorrent, transmission.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • position* (string; allowed values top,up,down,bottom): Target queue position.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.reannounce

Force tracker reannounce. Effect: external_side_effect. Providers: qbittorrent, transmission.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.recheck

Force data verification for tasks. Effect: external_side_effect. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.start

Start or resume one or more tasks. Effect: reversible_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.stop

Pause one or more tasks. Effect: reversible_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.tags.get

Read task tags or labels. Effect: safe_read. Providers: qbittorrent, transmission, rtorrent.

  • task_id* (string): One provider-native task hash or ID.

tasks.tags.set

Set or add task tags/labels. Effect: reversible_write. Providers: qbittorrent, transmission, rtorrent.

  • task_id (string): One provider-native task hash or ID.
  • task_ids (string[]): Multiple provider-native task hashes or IDs; mutually exclusive with task_id.
  • tags* (string[]): Tags or labels to set or add.
  • Rule: Provide exactly one of task_id and task_ids.

tasks.trackers

List trackers for one task. Effect: safe_read. Providers: qbittorrent, transmission.

  • task_id* (string): One provider-native task hash or ID.

tasks.trackers.update

Add or replace task trackers. Effect: reversible_write. Providers: qbittorrent, transmission.

  • task_id* (string): One provider-native task hash or ID.
  • trackers* (string[]): Tracker URL list.

Verification

After a write, query the smallest relevant state: tasks.list for status and properties, tasks.files for file priority, tasks.trackers for trackers, or session.speed_limits.get for global limits. Report unsupported provider capabilities explicitly instead of falling back to raw HTTP or arbitrary SDK method calls.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Downloader Operation AI skill do?

Use this skill when the user asks to inspect, diagnose, or directly control a configured qBittorrent, Transmission, or rTorrent instance. It exposes provider capabilities on demand without adding permanent Agent tools, and is suitable for task files and selection, trackers, peers, queue order, limits, tags, locations, rechecks, direct provider submissions, or batch task control.

Why use Downloader Operation on TypingMind?

Because you install it once and use it with any model. Downloader Operation is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Downloader Operation in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/jxxghp/MoviePilot/tree/v3/skills/downloader-operation. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Downloader Operation?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Downloader Operation?

As many as you like. As long as a model supports skills, you can use Downloader Operation with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Downloader Operation AI skill free?

Yes. It is published on GitHub by jxxghp under the GPL-3.0 license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇