What problem does it solve? Kingdee K/3 Cloud consultants occasionally need brand-new business objects (bills, base data, reports, dynamic forms) that no standard object covers, and creating them normally requires manual work in BOS Designer. This Skill provides the decision framework and tool-call sequences to create new metaobjects programmatically through template inheritance, equivalent to BOS Designer's New Wizard. ## Core Features & Use Cases - Template-based creation: Create bills (ModelType 100), base data (400), dynamic forms (500), and reports (900) from 27 registered BOS_* templates via k3cloud_create_from_template. - New-vs-extend decision tree: Enforces the rule that 99% of requirements should extend existing standard objects, with explicit anti-patterns and justified creation scenarios. - SysReport end-to-end pipeline: Chain create_from_template, add_sysreport_filter_parameters, add_sysreport_columns, and register_sysreport_python_plugins into a runnable report. - Use Case: A client needs a quality traceability report with date range, customer, and bill number filters. Load this Skill, select BOS_SimpleSysReport, create the report, add filter parameters and columns, then register an IronPython service plugin whose SQL column names match the fieldKey definitions. ## Quick Start Ask the agent to create a new K/3 Cloud report named Customer Sales Summary with date and customer filters using the BOS_SimpleSysReport template.