Files
Fu-Jie_openwebui-extensions/plugins/tools/openwebui-skills-manager/v0.3.1.md
fujie fbd68ad042 chore(openwebui-skills-manager): release v0.3.1
- support multi-line SKILL.md frontmatter descriptions during install

- sync README, docs, and release notes for v0.3.1

- add regression coverage for YAML block scalars and CRLF inputs
2026-03-25 19:26:44 +08:00

906 B

OpenWebUI Skills Manager v0.3.1 Release Notes

This patch release improves compatibility when importing external SKILL.md files by correctly handling multi-line YAML frontmatter descriptions and safer metadata fallbacks.

New Features

  • Support folded (description: >) and literal (description: |) multi-line descriptions during install_skill.
  • Normalize CRLF/CR line endings before parsing skill frontmatter metadata.

Bug Fixes

  • Fixed imported skill descriptions being truncated or reduced to a single line when source frontmatter used YAML block scalars.
  • Added title as a name fallback when name is absent, reducing generic directory-name fallbacks for third-party skills.

Enhancements

  • Added focused regression tests for folded/literal YAML blocks and CRLF inputs.
  • Synced README and docs mirrors so the latest release surface documents the new metadata compatibility.