Skip to content

Bug: kimi-datasource CHANGELOG.md incorrectly listed as a skill #2491

Description

@zhangleilaoge

Bug Description

When using the /skill autocomplete, CHANGELOG appears as a skill option. It points to the plugin's CHANGELOG.md instead of an actual skill.

Expected Behavior

Per the Plugins docs:

When omitted, the SKILL.md in the root directory is treated as a single Skill root.

So when skills is omitted from the plugin manifest, only SKILL.md should be treated as a skill root.

Actual Behavior

The kimi-datasource plugin does not declare a skills field in its manifest, but skill discovery also picks up CHANGELOG.md in the plugin root.

Reproduction Steps

  1. Install and enable the official kimi-datasource plugin
  2. Start a new session or run /reload
  3. Type / to open skill autocomplete
  4. Observe CHANGELOG listed as a skill

Environment

Suggested Fix

Add an explicit skills field to kimi-datasource/kimi.plugin.json:

"skills": "./SKILL.md"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions