Skip to content

fix: quote YAML description values in openclaw skills#950

Open
Damin-Lee wants to merge 1 commit intogarrytan:mainfrom
Damin-Lee:fix/openclaw-yaml-quoting
Open

fix: quote YAML description values in openclaw skills#950
Damin-Lee wants to merge 1 commit intogarrytan:mainfrom
Damin-Lee:fix/openclaw-yaml-quoting

Conversation

@Damin-Lee
Copy link
Copy Markdown

Summary

Quote description values in 3 openclaw skill SKILL.md files. Unquoted colons in the YAML frontmatter caused Claude Code to skip loading these skills with invalid YAML: mapping values are not allowed in this context.

What Changed

  • openclaw/skills/gstack-openclaw-investigate/SKILL.md — wrapped description in quotes
  • openclaw/skills/gstack-openclaw-office-hours/SKILL.md — wrapped description in quotes
  • openclaw/skills/gstack-openclaw-ceo-review/SKILL.md — wrapped description in quotes

Test plan

  • python3 -c "import yaml; yaml.safe_load(...)" passes on all 3 files
  • Claude Code no longer shows "Skipped loading" warnings for these skills

🤖 Generated with Claude Code

The description fields contained unquoted colons which broke YAML parsing
in Claude Code skill discovery. Wrap them in double quotes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant