anysearch
API key for higher rate limits. Anonymous access available with lower rate limits.
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,
$ npx -y skills add jxxghp/moviepilot --skill create-moviepilot-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/create-moviepilot-skillContext preview
The summary Claude sees to decide when to auto-load this skill.
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,
name: create-moviepilot-skill version: 3 description: >- 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 when needed, and bumping the built-in skill `version` so changes can sync into `config/agent/skills`. allowed-tools: read_file write_file edit_file apply_patch execute_command
This skill guides you through creating or updating a built-in MoviePilot agent skill in this repository.
Use this workflow for repository built-in skills:
explicitly asks for a local override instead of a built-in skill
built-in skills.
existing built-in skill, increment `version`, or users may continue using an older copied version.
digits, and hyphens only.
duplicate.
helper scripts are necessary.
ask one focused clarification question. Otherwise proceed with a reasonable default.
adding a near-duplicate.
description, and procedural body sections.
`transfer-failed-retry`, `moviepilot-api`, or `create-moviepilot-skill`.
Use this shape:
--- name: create-moviepilot-skill version: 1 description: >- Explain what the skill does and exactly when to use it. allowed-tools: read_file write_file edit_file execute_command ---
Rules:
scenarios there.
built-in revision.
set.
The body should contain:
Prefer:
Avoid:
rewritten repeatedly.
For a new built-in skill:
1. Create `skills/<skill-id>/` 2. Create `SKILL.md` 3. Add helper scripts only if they are justified
For an existing built-in skill:
1. Edit `skills/<skill-id>/SKILL.md` 2. Increment `version` 3. Update helper files in the same directory if needed
latest built-in skill into `config/agent/skills`.
User request:
`给 MoviePilot agent 加一个处理站点 Cookie 更新的内置技能`
Expected outcome:
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 you need to inspect, query, maintain, or carefully modify the MoviePilot database. This skill uses the bundled scripts/mp-db.py helper,…
Use this skill when the user asks to inspect, diagnose, or directly control a configured qBittorrent, Transmission, or rTorrent instance. It exposes provider…