MoonshotAI / MoonshotAI/kimi-cli
Bug: kimi-datasource CHANGELOG.md incorrectly listed as a skill
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 11.4k
- Forks
- 1.3k
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 2
Description
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.mdin 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
- Install and enable the official
kimi-datasourceplugin - Start a new session or run
/reload - Type
/to open skill autocomplete - Observe
CHANGELOGlisted as a skill
Environment
- Kimi Code CLI: 0.23.5
- Plugin: kimi-datasource v3.2.0
- Source: https://code.kimi.com/kimi-code/plugins/official/kimi-datasource.zip
Suggested Fix
Add an explicit skills field to kimi-datasource/kimi.plugin.json:
"skills": "./SKILL.md"
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with kimi-datasource/kimi.plugin.json and compare its manifest with the Plugins documentation. Reproduce the /skill autocomplete issue after installing or reloading the plugin, then verify that explicitly declaring ./SKILL.md prevents CHANGELOG from appearing as a skill.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100