Use when the user wants to add, remove, or rename a tag across many documents — "Tag X bei allen Y-Dokumenten setzen", "Tag rebenennen", "alle Dokumente von Korrespondent Z einen Tag verleihen". Wraps the bulk_add_tag / bulk_remove_tag / bulk_modify_tags MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/paperless-bulk-plugin:bulk-retagThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Add, remove, or migrate tags across a set of Paperless-ngx documents in one operation.
Add, remove, or migrate tags across a set of Paperless-ngx documents in one operation.
Trigger when the user wants tag changes across many documents:
list_documents with filter parameters (correspondent, document_type, tags, query).find_tag_by_name (icontains-filter).bulk_add_tag with [doc_ids] + tag_id.Same as add, with bulk_remove_tag.
Wenn ein Tag in einen anderen migriert werden soll:
bulk_modify_tags mit add_tags=[new_id] + remove_tags=[old_id] in einem Aufruf (atomar).list_documents?tags__id=<old_id> dass keine Doks mehr den alten Tag haben.find_tag_by_name lookup. IDs ändern sich nicht, aber Tags können umbenannt werden — der Lookup ist robust gegen Tag-Drift.categorize-inbox-batch Anti-Pattern). Tag-Duplikate sind chronisch lästig.08-resources für die aktuelle Taxonomie-Doku (falls dort dokumentiert).npx claudepluginhub mccavity/paperless-bulk-plugin --plugin paperless-bulk-pluginCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.