fix: SKILL.md os 字段 macos 改为 darwin,修复 macOS 上技能被 blocked
OpenClaw 使用 Node.js process.platform 匹配平台,macOS 对应值为 darwin 而非 macos,导致所有 6 个技能在 macOS 上被标记为 Missing requirements 无法使用。 Closes #21
Showing
6 changed files
with
6 additions
and
6 deletions
| @@ -13,7 +13,7 @@ metadata: | @@ -13,7 +13,7 @@ metadata: | ||
| 13 | emoji: "\U0001F4D5" | 13 | emoji: "\U0001F4D5" |
| 14 | homepage: https://github.com/xpzouying/xiaohongshu-skills | 14 | homepage: https://github.com/xpzouying/xiaohongshu-skills |
| 15 | os: | 15 | os: |
| 16 | - - macos | 16 | + - darwin |
| 17 | - linux | 17 | - linux |
| 18 | --- | 18 | --- |
| 19 | 19 |
-
Please register or login to post a comment