jinko-output-set
Installation
SKILL.md
Jinkō Output Set SDK Workflows
Use this skill for output-set mechanics through the SDK: creating, validating, inspecting, and incrementally editing simple and advanced output sets.
Keep trial attachment in jinko-trial, calibration attachment in jinko-calibration-cmaes, and data tables in jinko-data-table.
PREREQUISITE: This skill needs an initialized
jinko-sdkconnection and an SDK satisfying itsmetadata.requires_sdkrange. Run thejinko-sdk-setupskill (../jinko-sdk-setup/SKILL.md) and proceed only once its check passes. If that skill is not found, install it fromnovainsilico/jinko-skills.
Core Concepts
Jinkō uses different names for the same objects in the UI, the API, and the SDK.
| UI wording | API project-item type | SDK entry points |
|---|---|---|
| Simple output set | MeasureDesign |
client.create_simple_output_set(...), SimpleOutputSet |
| Advanced output set | ScoringDesign |
client.create_advanced_output_set(...), AdvancedOutputSet |