What problem does it solve?
Writing MaaNTE task configuration JSON files often leads to errors like missing registrations in interface.json, incorrect pipeline_override syntax, or missing i18n keys, which prevent tasks from loading correctly in MaaFramework and waste developer time on debugging.
Core Features & Use Cases
- Covers all core task config fields: task entry, option types (switch/input/select), pipeline_override rules, i18n requirements, and controller restrictions
- Includes guidance for cascading sub-options, custom action parameters, and cross-language OCR text configuration
- Use case: When adding a new daily dungeon automation task to MaaNTE, use this guide to correctly define toggle options for auto-skip, set input limits for run counts, and register the config to the required import list without trial and error.
Quick Start
Use the task-config skill to write a new task JSON config for a daily login task with a toggle for auto-claiming rewards and register it to assets/interface.json.