Skip to content

An error occurs when specifying a zip file directly in Chat on the dashboard. #2882

@sasaki000

Description

@sasaki000

Confirm this is an issue with the Python library and not an underlying OpenAI API

  • This is an issue with the Python library

Describe the bug

This ossie is about Dashboard.https://platform.openai.com/chat.

Summary:
When running the simplest Skill (SKILL.md YAML front matter only) in the OpenAI Dashboard, the following error occurs:

Inline skill name/description must match the values ​​in SKILL.md/Skills.md front matter.

  • Actual behavior:
    Even with the simplest SKILL.md, the above error occurs and chat is not possible.

  • Environment:
    -Zip file structure:

sample-skill.zip
└sample-skill
└SKILL.md

  • SKILL.md contents:

name: sample-skill
description: This is sample skills.

(No body text)

To Reproduce

  • Steps to reproduce:
  1. Create a minimal SKILL.md and compress it to ZIP format.
    2.Create a chat prompt from the Chat menu in the Dashboard.
    https://platform.openai.com/chat
  2. Select “Shell” from “+Add” in the Tools section. The “Hosted Shell” dialog box will appear.
  3. Select “Upload Skills” in the Skills section and upload the ZIP file. Click the “Add” button.
  4. Try chatting. The above error message will appear.
  5. Expected behavior:
    You should be able to chat.

Code snippets

OS

Windows11

Python version

v3.12

Library version

1.109.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions