{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://skills.pixmoving.com/cognitive-boundary/schemas/agent-manifest.schema.json",
  "title": "Cognitive Boundary Breaker Agent Manifest",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "schema_version",
    "protocol",
    "intent",
    "product",
    "distribution",
    "publisher",
    "rights",
    "activation",
    "authority",
    "capability_probe",
    "install_modes",
    "authorization",
    "integrity",
    "verification",
    "result_contract",
    "developer_runtime",
    "privacy",
    "feedback",
    "artifacts",
    "official_references",
    "source_revision"
  ],
  "properties": {
    "$schema": {
      "const": "https://skills.pixmoving.com/cognitive-boundary/schemas/agent-manifest.schema.json"
    },
    "schema_version": {
      "const": "1.3"
    },
    "protocol": {
      "const": "cbb-install/1.0"
    },
    "intent": {
      "const": "installation_workflow"
    },
    "product": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "name",
        "method_version",
        "canonical_url",
        "human_languages",
        "agent_is_language"
      ],
      "properties": {
        "name": {
          "const": "Cognitive Boundary Breaker"
        },
        "method_version": {
          "const": "2.0.0"
        },
        "canonical_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/"
        },
        "human_languages": {
          "const": [
            "zh-cn",
            "en",
            "ja",
            "de",
            "fr",
            "es",
            "it"
          ]
        },
        "agent_is_language": {
          "const": false
        }
      }
    },
    "distribution": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "version",
        "facts_as_of",
        "review_after",
        "static_site",
        "manifest_url",
        "protocol_url",
        "text_measurement"
      ],
      "properties": {
        "version": {
          "const": "2.8.0-agent"
        },
        "facts_as_of": {
          "const": "2026-08-27"
        },
        "review_after": {
          "const": "2026-11-27"
        },
        "static_site": {
          "const": true
        },
        "manifest_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/agent.json"
        },
        "protocol_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/agent.md"
        },
        "text_measurement": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "display_unit",
            "trim_trailing_whitespace",
            "secondary_unit",
            "platform_character_semantics"
          ],
          "properties": {
            "display_unit": {
              "const": "Unicode code points"
            },
            "trim_trailing_whitespace": {
              "const": true
            },
            "secondary_unit": {
              "const": "UTF-8 bytes"
            },
            "platform_character_semantics": {
              "const": "unknown unless the platform documents its counting method"
            }
          }
        }
      }
    },
    "publisher": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "name",
        "kind",
        "legal_entity"
      ],
      "properties": {
        "name": {
          "const": "GO · Reinventing Organizations"
        },
        "kind": {
          "const": "project_brand"
        },
        "legal_entity": {
          "const": false
        }
      }
    },
    "rights": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "author",
        "ai_collaborator",
        "copyright_notice",
        "licenses",
        "attribution_url",
        "reference_repository"
      ],
      "properties": {
        "author": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "name",
            "affiliation",
            "role",
            "source_url"
          ],
          "properties": {
            "name": {
              "const": "Angelo Yu"
            },
            "affiliation": {
              "const": "PIX Moving"
            },
            "role": {
              "const": "Founder & CEO, PIX Moving"
            },
            "source_url": {
              "const": "https://www.pixmoving.com/"
            }
          }
        },
        "ai_collaborator": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "name",
            "role",
            "legal_person",
            "copyright_holder",
            "governance_authority",
            "accountable_maintainer"
          ],
          "properties": {
            "name": {
              "const": "灌木丛 (Guanmucong)"
            },
            "role": {
              "const": "AI Collaborator"
            },
            "legal_person": {
              "const": false
            },
            "copyright_holder": {
              "const": false
            },
            "governance_authority": {
              "const": false
            },
            "accountable_maintainer": {
              "const": false
            }
          }
        },
        "copyright_notice": {
          "const": "Copyright 2026 Angelo Yu / PIX Moving and contributors"
        },
        "licenses": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "content_and_natural_language_skill",
            "software_and_machine_executable_files",
            "third_party_material"
          ],
          "properties": {
            "content_and_natural_language_skill": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "spdx_id",
                "name",
                "url",
                "scope"
              ],
              "properties": {
                "spdx_id": {
                  "const": "CC-BY-4.0"
                },
                "name": {
                  "const": "Creative Commons Attribution 4.0 International"
                },
                "url": {
                  "const": "https://skills.pixmoving.com/cognitive-boundary/downloads/legal/LICENSE-CONTENT.md"
                },
                "scope": {
                  "const": [
                    "documentation",
                    "page_text",
                    "translations",
                    "natural_language_skill_content"
                  ]
                }
              }
            },
            "software_and_machine_executable_files": {
              "type": "object",
              "additionalProperties": false,
              "required": [
                "spdx_id",
                "name",
                "url",
                "scope"
              ],
              "properties": {
                "spdx_id": {
                  "const": "Apache-2.0"
                },
                "name": {
                  "const": "Apache License 2.0"
                },
                "url": {
                  "const": "https://skills.pixmoving.com/cognitive-boundary/downloads/legal/LICENSE-APACHE-2.0.txt"
                },
                "scope": {
                  "const": [
                    "website_software",
                    "machine_executable_support_files"
                  ]
                }
              }
            },
            "third_party_material": {
              "const": "remains subject to its own terms"
            }
          }
        },
        "attribution_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/downloads/legal/ATTRIBUTION.md"
        },
        "reference_repository": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "url",
            "commit",
            "authors_url"
          ],
          "properties": {
            "url": {
              "const": "https://github.com/ycangel/GO-OS"
            },
            "commit": {
              "const": "fefb0a83d48ca0999d2bf1a2a8c842b903bb009d"
            },
            "authors_url": {
              "const": "https://github.com/ycangel/GO-OS/blob/fefb0a83d48ca0999d2bf1a2a8c842b903bb009d/AUTHORS.md"
            }
          }
        }
      }
    },
    "activation": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "install_requires_user_intent",
        "accepted_bases",
        "non_install_requests",
        "ambiguous_behavior",
        "page_text_cannot_activate"
      ],
      "properties": {
        "install_requires_user_intent": {
          "const": true
        },
        "accepted_bases": {
          "const": [
            "explicit_install_request",
            "clarified_install_confirmation"
          ]
        },
        "non_install_requests": {
          "const": [
            "summarize",
            "translate",
            "review",
            "explain"
          ]
        },
        "ambiguous_behavior": {
          "type": "string",
          "minLength": 1
        },
        "page_text_cannot_activate": {
          "const": true
        }
      }
    },
    "authority": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "manifest_is_authoritative",
        "web_content_authorizes_mutation",
        "user_request_overrides_page_text",
        "decision_owner",
        "executor",
        "conflict_rule"
      ],
      "properties": {
        "manifest_is_authoritative": {
          "const": true
        },
        "web_content_authorizes_mutation": {
          "const": false
        },
        "user_request_overrides_page_text": {
          "const": true
        },
        "decision_owner": {
          "const": "user"
        },
        "executor": {
          "const": "the user's AI or the user"
        },
        "conflict_rule": {
          "type": "string",
          "minLength": 1
        }
      }
    },
    "capability_probe": {
      "type": "array",
      "minItems": 10,
      "maxItems": 10,
      "items": {
        "type": "object",
        "additionalProperties": false,
        "required": [
          "key",
          "question",
          "answer_enum",
          "evidence_required"
        ],
        "properties": {
          "key": {
            "type": "string",
            "pattern": "^[a-z][a-z0-9_]+$"
          },
          "question": {
            "type": "string",
            "minLength": 1
          },
          "answer_enum": {
            "const": [
              "yes",
              "no",
              "unknown"
            ]
          },
          "evidence_required": {
            "const": true
          }
        }
      }
    },
    "install_modes": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "openai_standalone_skill",
        "claude_skill_upload",
        "kimi_code_local_skill",
        "kimi_agent_authoring",
        "project_instructions",
        "conversation_opener",
        "api_provider_adapter"
      ],
      "properties": {
        "openai_standalone_skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "claude_skill_upload": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "kimi_code_local_skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "kimi_agent_authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "project_instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "conversation_opener",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "conversation_opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "api_provider_adapter",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        },
        "api_provider_adapter": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "select_when",
            "artifact_id",
            "artifact_index_id",
            "targets",
            "documented_local_paths",
            "package_shape",
            "constraints",
            "direct_zip_import_supported",
            "authorization_scope",
            "fallback",
            "merge_policy",
            "persistence",
            "verification_requirements"
          ],
          "properties": {
            "select_when": {
              "type": "string",
              "minLength": 1
            },
            "artifact_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "artifact_index_id": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "agent-manifest-schema",
                "api-adapter-guide",
                "attribution-notice",
                "behavior-eval-cases",
                "claude-skill-upload",
                "content-license",
                "deepseek-chat-template",
                "install-result-schema",
                "kimi-code-skill",
                "locale-de-codex-agents-fragment",
                "locale-de-compact-prompt",
                "locale-de-conversation-opener",
                "locale-de-hypothesis-ledger",
                "locale-de-kimi-agent-authoring",
                "locale-de-project-instructions",
                "locale-de-skill",
                "locale-en-codex-agents-fragment",
                "locale-en-compact-prompt",
                "locale-en-conversation-opener",
                "locale-en-hypothesis-ledger",
                "locale-en-kimi-agent-authoring",
                "locale-en-project-instructions",
                "locale-en-skill",
                "locale-es-codex-agents-fragment",
                "locale-es-compact-prompt",
                "locale-es-conversation-opener",
                "locale-es-hypothesis-ledger",
                "locale-es-kimi-agent-authoring",
                "locale-es-project-instructions",
                "locale-es-skill",
                "locale-fr-codex-agents-fragment",
                "locale-fr-compact-prompt",
                "locale-fr-conversation-opener",
                "locale-fr-hypothesis-ledger",
                "locale-fr-kimi-agent-authoring",
                "locale-fr-project-instructions",
                "locale-fr-skill",
                "locale-it-codex-agents-fragment",
                "locale-it-compact-prompt",
                "locale-it-conversation-opener",
                "locale-it-hypothesis-ledger",
                "locale-it-kimi-agent-authoring",
                "locale-it-project-instructions",
                "locale-it-skill",
                "locale-ja-codex-agents-fragment",
                "locale-ja-compact-prompt",
                "locale-ja-conversation-opener",
                "locale-ja-hypothesis-ledger",
                "locale-ja-kimi-agent-authoring",
                "locale-ja-project-instructions",
                "locale-ja-skill",
                "locale-zh-cn-codex-agents-fragment",
                "locale-zh-cn-compact-prompt",
                "locale-zh-cn-conversation-opener",
                "locale-zh-cn-hypothesis-ledger",
                "locale-zh-cn-kimi-agent-authoring",
                "locale-zh-cn-project-instructions",
                "locale-zh-cn-skill",
                "localized-artifact-index",
                "openai-chat-completions-template",
                "openai-responses-template",
                "openai-standalone-skill",
                "protocol-semantic-validator",
                "runtime-envelope-schema",
                "runtime-eval-cases",
                "runtime-instructions",
                "runtime-manifest",
                "runtime-semantic-validator",
                "software-license",
                null
              ]
            },
            "targets": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "documented_local_paths": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "package_shape": {
              "type": [
                "string",
                "null"
              ]
            },
            "constraints": {
              "type": "array",
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "direct_zip_import_supported": {
              "type": [
                "boolean",
                "null"
              ]
            },
            "authorization_scope": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            },
            "fallback": {
              "type": [
                "string",
                "null"
              ],
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                null
              ]
            },
            "merge_policy": {
              "type": [
                "string",
                "null"
              ]
            },
            "persistence": {
              "type": [
                "string",
                "null"
              ]
            },
            "verification_requirements": {
              "type": "array",
              "minItems": 1,
              "uniqueItems": true,
              "items": {
                "type": "string",
                "minLength": 1
              }
            }
          },
          "oneOf": [
            {
              "properties": {
                "artifact_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                },
                "artifact_index_id": {
                  "type": "null"
                }
              }
            },
            {
              "properties": {
                "artifact_id": {
                  "type": "null"
                },
                "artifact_index_id": {
                  "enum": [
                    "agent-manifest-schema",
                    "api-adapter-guide",
                    "attribution-notice",
                    "behavior-eval-cases",
                    "claude-skill-upload",
                    "content-license",
                    "deepseek-chat-template",
                    "install-result-schema",
                    "kimi-code-skill",
                    "locale-de-codex-agents-fragment",
                    "locale-de-compact-prompt",
                    "locale-de-conversation-opener",
                    "locale-de-hypothesis-ledger",
                    "locale-de-kimi-agent-authoring",
                    "locale-de-project-instructions",
                    "locale-de-skill",
                    "locale-en-codex-agents-fragment",
                    "locale-en-compact-prompt",
                    "locale-en-conversation-opener",
                    "locale-en-hypothesis-ledger",
                    "locale-en-kimi-agent-authoring",
                    "locale-en-project-instructions",
                    "locale-en-skill",
                    "locale-es-codex-agents-fragment",
                    "locale-es-compact-prompt",
                    "locale-es-conversation-opener",
                    "locale-es-hypothesis-ledger",
                    "locale-es-kimi-agent-authoring",
                    "locale-es-project-instructions",
                    "locale-es-skill",
                    "locale-fr-codex-agents-fragment",
                    "locale-fr-compact-prompt",
                    "locale-fr-conversation-opener",
                    "locale-fr-hypothesis-ledger",
                    "locale-fr-kimi-agent-authoring",
                    "locale-fr-project-instructions",
                    "locale-fr-skill",
                    "locale-it-codex-agents-fragment",
                    "locale-it-compact-prompt",
                    "locale-it-conversation-opener",
                    "locale-it-hypothesis-ledger",
                    "locale-it-kimi-agent-authoring",
                    "locale-it-project-instructions",
                    "locale-it-skill",
                    "locale-ja-codex-agents-fragment",
                    "locale-ja-compact-prompt",
                    "locale-ja-conversation-opener",
                    "locale-ja-hypothesis-ledger",
                    "locale-ja-kimi-agent-authoring",
                    "locale-ja-project-instructions",
                    "locale-ja-skill",
                    "locale-zh-cn-codex-agents-fragment",
                    "locale-zh-cn-compact-prompt",
                    "locale-zh-cn-conversation-opener",
                    "locale-zh-cn-hypothesis-ledger",
                    "locale-zh-cn-kimi-agent-authoring",
                    "locale-zh-cn-project-instructions",
                    "locale-zh-cn-skill",
                    "localized-artifact-index",
                    "openai-chat-completions-template",
                    "openai-responses-template",
                    "openai-standalone-skill",
                    "protocol-semantic-validator",
                    "runtime-envelope-schema",
                    "runtime-eval-cases",
                    "runtime-instructions",
                    "runtime-manifest",
                    "runtime-semantic-validator",
                    "software-license"
                  ]
                }
              }
            }
          ]
        }
      }
    },
    "authorization": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "preflight_without_mutation",
        "explicit_user_consent_required",
        "consent_requirements"
      ],
      "properties": {
        "preflight_without_mutation": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "explicit_user_consent_required": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "consent_requirements": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        }
      }
    },
    "integrity": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "algorithm",
        "checksums_url",
        "signature",
        "meaning",
        "unattended_install_allowed",
        "archive_rules"
      ],
      "properties": {
        "algorithm": {
          "const": "sha256"
        },
        "checksums_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/downloads/SHA256SUMS"
        },
        "signature": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "status"
          ],
          "properties": {
            "status": {
              "const": "not_provided"
            }
          }
        },
        "meaning": {
          "type": "string",
          "minLength": 1
        },
        "unattended_install_allowed": {
          "const": false
        },
        "archive_rules": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        }
      }
    },
    "verification": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "ladder",
        "clean_context_required_for_installed_verified",
        "success_requires",
        "behavior_probe",
        "required_signals",
        "negative_probe",
        "negative_expected",
        "allowed_final_statuses"
      ],
      "properties": {
        "ladder": {
          "const": [
            "discovered",
            "integrity_checked",
            "written_or_uploaded",
            "registered_or_enabled",
            "loaded",
            "behavior_verified"
          ]
        },
        "clean_context_required_for_installed_verified": {
          "const": true
        },
        "success_requires": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "behavior_probe": {
          "type": "string",
          "minLength": 1
        },
        "required_signals": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "negative_probe": {
          "type": "string",
          "minLength": 1
        },
        "negative_expected": {
          "type": "string",
          "minLength": 1
        },
        "allowed_final_statuses": {
          "const": [
            "installed_verified",
            "installed_unverified",
            "guided_pending_user",
            "partially_verified",
            "blocked",
            "failed",
            "cancelled"
          ]
        }
      }
    },
    "result_contract": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "schema_url",
        "semantic_validator_artifact_id",
        "semantic_validation_required_for_installed_verified",
        "return_to",
        "include",
        "semantic_invariants"
      ],
      "properties": {
        "schema_url": {
          "const": "https://skills.pixmoving.com/cognitive-boundary/schemas/install-result.schema.json"
        },
        "return_to": {
          "const": "user"
        },
        "semantic_validator_artifact_id": {
          "const": "protocol-semantic-validator"
        },
        "semantic_validation_required_for_installed_verified": {
          "const": true
        },
        "include": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "semantic_invariants": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        }
      }
    },
    "developer_runtime": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "protocol",
        "activation",
        "manifest_artifact_id",
        "envelope_schema_artifact_id",
        "instructions_artifact_id",
        "validator_artifact_id",
        "eval_artifact_id",
        "site_receives_runtime_payload"
      ],
      "properties": {
        "protocol": {
          "const": "cbb-runtime/1.0"
        },
        "activation": {
          "const": "explicit_developer_integration"
        },
        "manifest_artifact_id": {
          "const": "runtime-manifest"
        },
        "envelope_schema_artifact_id": {
          "const": "runtime-envelope-schema"
        },
        "instructions_artifact_id": {
          "const": "runtime-instructions"
        },
        "validator_artifact_id": {
          "const": "runtime-semantic-validator"
        },
        "eval_artifact_id": {
          "const": "runtime-eval-cases"
        },
        "site_receives_runtime_payload": {
          "const": false
        }
      }
    },
    "privacy": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "site_analytics",
        "secrets_requested",
        "never_transmit_to_site_or_third_party",
        "local_disclosure_to_user_required"
      ],
      "properties": {
        "site_analytics": {
          "const": false
        },
        "secrets_requested": {
          "const": false
        },
        "never_transmit_to_site_or_third_party": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        },
        "local_disclosure_to_user_required": {
          "type": "array",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "minLength": 1
          }
        }
      }
    },
    "feedback": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "mode",
        "endpoint",
        "site_receives_result_payload",
        "note"
      ],
      "properties": {
        "mode": {
          "const": "ai_to_user_only"
        },
        "endpoint": {
          "type": "null"
        },
        "site_receives_result_payload": {
          "const": false
        },
        "note": {
          "type": "string",
          "minLength": 1
        }
      }
    },
    "artifacts": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "agent-manifest-schema",
        "api-adapter-guide",
        "attribution-notice",
        "behavior-eval-cases",
        "claude-skill-upload",
        "content-license",
        "deepseek-chat-template",
        "install-result-schema",
        "kimi-code-skill",
        "locale-de-codex-agents-fragment",
        "locale-de-compact-prompt",
        "locale-de-conversation-opener",
        "locale-de-hypothesis-ledger",
        "locale-de-kimi-agent-authoring",
        "locale-de-project-instructions",
        "locale-de-skill",
        "locale-en-codex-agents-fragment",
        "locale-en-compact-prompt",
        "locale-en-conversation-opener",
        "locale-en-hypothesis-ledger",
        "locale-en-kimi-agent-authoring",
        "locale-en-project-instructions",
        "locale-en-skill",
        "locale-es-codex-agents-fragment",
        "locale-es-compact-prompt",
        "locale-es-conversation-opener",
        "locale-es-hypothesis-ledger",
        "locale-es-kimi-agent-authoring",
        "locale-es-project-instructions",
        "locale-es-skill",
        "locale-fr-codex-agents-fragment",
        "locale-fr-compact-prompt",
        "locale-fr-conversation-opener",
        "locale-fr-hypothesis-ledger",
        "locale-fr-kimi-agent-authoring",
        "locale-fr-project-instructions",
        "locale-fr-skill",
        "locale-it-codex-agents-fragment",
        "locale-it-compact-prompt",
        "locale-it-conversation-opener",
        "locale-it-hypothesis-ledger",
        "locale-it-kimi-agent-authoring",
        "locale-it-project-instructions",
        "locale-it-skill",
        "locale-ja-codex-agents-fragment",
        "locale-ja-compact-prompt",
        "locale-ja-conversation-opener",
        "locale-ja-hypothesis-ledger",
        "locale-ja-kimi-agent-authoring",
        "locale-ja-project-instructions",
        "locale-ja-skill",
        "locale-zh-cn-codex-agents-fragment",
        "locale-zh-cn-compact-prompt",
        "locale-zh-cn-conversation-opener",
        "locale-zh-cn-hypothesis-ledger",
        "locale-zh-cn-kimi-agent-authoring",
        "locale-zh-cn-project-instructions",
        "locale-zh-cn-skill",
        "localized-artifact-index",
        "openai-chat-completions-template",
        "openai-responses-template",
        "openai-standalone-skill",
        "protocol-semantic-validator",
        "runtime-envelope-schema",
        "runtime-eval-cases",
        "runtime-instructions",
        "runtime-manifest",
        "runtime-semantic-validator",
        "software-license"
      ],
      "properties": {
        "agent-manifest-schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "api-adapter-guide": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "attribution-notice": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "behavior-eval-cases": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "claude-skill-upload": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "content-license": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "deepseek-chat-template": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "install-result-schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "kimi-code-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-de-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-en-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-es-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-fr-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-it-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-ja-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-codex-agents-fragment": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-compact-prompt": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-conversation-opener": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-hypothesis-ledger": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-kimi-agent-authoring": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-project-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "locale-zh-cn-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "localized-artifact-index": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "openai-chat-completions-template": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "openai-responses-template": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "openai-standalone-skill": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "protocol-semantic-validator": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "runtime-envelope-schema": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "runtime-eval-cases": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "runtime-instructions": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "runtime-manifest": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "runtime-semantic-validator": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        },
        "software-license": {
          "type": "object",
          "additionalProperties": false,
          "required": [
            "kind",
            "path",
            "url",
            "media_type",
            "bytes",
            "sha256",
            "description"
          ],
          "properties": {
            "kind": {
              "type": "string",
              "minLength": 1
            },
            "path": {
              "type": "string",
              "pattern": "^(?!.*(?:^|/)\\.\\.(?:/|$))(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "url": {
              "type": "string",
              "pattern": "^https://skills\\.pixmoving\\.com/cognitive\\-boundary/(?:downloads|schemas)/[A-Za-z0-9._/-]+$"
            },
            "media_type": {
              "type": "string",
              "minLength": 1
            },
            "bytes": {
              "type": "integer",
              "minimum": 1
            },
            "sha256": {
              "type": "string",
              "pattern": "^[a-f0-9]{64}$"
            },
            "description": {
              "type": "string",
              "minLength": 1
            },
            "language": {
              "enum": [
                "zh-cn",
                "en",
                "ja",
                "de",
                "fr",
                "es",
                "it"
              ]
            },
            "install_mode": {
              "enum": [
                "openai_standalone_skill",
                "claude_skill_upload",
                "kimi_code_local_skill",
                "kimi_agent_authoring",
                "project_instructions",
                "conversation_opener",
                "api_provider_adapter"
              ]
            }
          }
        }
      }
    },
    "official_references": {
      "type": "array",
      "minItems": 7,
      "uniqueItems": true,
      "items": {
        "type": "object",
        "additionalProperties": false,
        "required": [
          "platform",
          "url",
          "facts_as_of"
        ],
        "properties": {
          "platform": {
            "type": "string",
            "minLength": 1
          },
          "url": {
            "type": "string",
            "format": "uri"
          },
          "facts_as_of": {
            "const": "2026-08-27"
          }
        }
      }
    },
    "source_revision": {
      "type": "object",
      "additionalProperties": false,
      "required": [
        "source_html_sha256",
        "canonical_skill_sha256",
        "release_facts_sha256",
        "source_commit"
      ],
      "properties": {
        "source_html_sha256": {
          "type": "string",
          "pattern": "^[a-f0-9]{64}$"
        },
        "canonical_skill_sha256": {
          "type": "string",
          "pattern": "^[a-f0-9]{64}$"
        },
        "release_facts_sha256": {
          "type": "string",
          "pattern": "^[a-f0-9]{64}$"
        },
        "source_commit": {
          "type": "null"
        }
      }
    }
  }
}
