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 duringinstall_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
titleas a name fallback whennameis 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.
Version Changes
Plugin Updates
- OpenWebUI Skills Manager Tool: v0.3.0 → v0.3.1 | 📖 README