What problem does it solve?
Adding a new item to the MaaEnd ItemTransfer (库存转移) automation task requires coordinated, order-sensitive edits across a task JSON file, an item-order data file, and five locale files. This Skill guides the AI through that multi-file insertion workflow without breaking JSON structure or ordering invariants.
Core Features & Use Cases
- Order-aware insertion: Inserts new item entries into
assets/tasks/ItemTransfer.json and five locale files (zh_cn, zh_tw, en_us, ja_jp, ko_kr) at positions derived from category_order in item_order.json.
- Four pipeline templates: Selects the correct
pipeline_override template based on recognition mode (model-based vs pure OCR) and sort direction (ascending vs descending).
- Class ID safety rules: Looks up real model class IDs from the
items table for recognizable items and forbids inventing IDs, falling back to OCR when no class exists.
- Use Case: A user says "给库存转移加 xxx" after inserting the item name into
category_order; the Skill then writes the locale keys and the correct case object into ItemTransfer.json and runs a self-check checklist.
Quick Start
Tell the AI to add a specific new item to the ItemTransfer task, stating whether it is model-recognizable or pure OCR and whether it sorts ascending or descending.