Skip to content

[Bug]: Can't disable bundled skill via Web #875

@faevourite

Description

@faevourite

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • I am using the latest version of Moltis
  • If this happened during a chat session, I included as much full session context as possible and redacted secrets

What happened?

Getting an error when trying to disable bundled skills:

WARN moltis_gateway::methods::dispatch: method error method="skills.skill.disable" request_id=ui-7 code=INTERNAL msg=skill 'apple-notes' not found in repo 'bundled'

Expected behavior

Skill successfully disabled.

Steps to reproduce

  1. Open Web UI
  2. Go to Settings > Skills
  3. Open a skill like "apple-notes".
  4. Click the Disable button

Did this happen during a chat session?

No

Chat session context (if applicable)

Error messages / logs

WS message:

{"type":"req","id":"ui-7","method":"skills.skill.disable","params":{"source":"bundled","skill":"apple-notes"}}


WS response:

{"type":"res","id":"ui-7","ok":false,"error":{"code":"INTERNAL","message":"skill 'apple-notes' not found in repo 'bundled'"}}


Log:

WARN moltis_gateway::methods::dispatch: method error method="skills.skill.disable" request_id=ui-7 code=INTERNAL msg=skill 'apple-notes' not found in repo 'bundled'

Is this a regression?

I don't know

Last working version

No response

Moltis version

moltis 20260425.08

Component

Gateway / Web UI

Install method

Docker

Operating system

Ubuntu / Debian

Additional context

No response

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