mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #24313] feat: introduce built-in tool for dynamic skill discovery #58928
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gvd22 on GitHub (May 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24313
Check Existing Issues
Verify Feature Scope
Problem Description
In setups where models are managed by admins and users do not have permission to edit model abstractions, users can still create skills, prompts, and knowledge.
However, skills are effectively unusable in this setup.
Why:
Result:
Observation:
Knowledge already follows a better pattern:
A comparable mechanism does not exist for skills.
Desired Solution you'd like
Introduce a built-in tool for agentic skill discovery.
Behavior:
Tool is automatically available when:
The tool returns:
Full skill content is loaded via
view_skillScoping:
Outcome:
Compatibility:
$<skill-name>still worksview_skillremains unchanged, besides the prompt description maybe.Alternatives Considered
1.
$<skill-name>invocation2. Custom models per use case
Additional Context
We already had an initial discussion on this topic here: https://github.com/open-webui/open-webui/discussions/23641#discussioncomment-16777150