Fix YAML parsing error in argument-hint field
Wrap value in single quotes to properly escape nested double quotes. This fixes skills CLI installation. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: last30days
|
||||
description: Research a topic from the last 30 days on Reddit + X + Web with Bird CLI support.
|
||||
argument-hint: "[topic] for [tool]" or "[topic]"
|
||||
argument-hint: '"[topic] for [tool]" or "[topic]"'
|
||||
context: fork
|
||||
agent: Explore
|
||||
disable-model-invocation: true
|
||||
|
||||
Reference in New Issue
Block a user