Fix SKILL.md metadata namespace: clawdbot → openclaw#3
Conversation
OpenClaw resolves skill metadata from the 'openclaw' key only. The 'clawdbot' namespace is silently ignored, breaking env gating, emoji display, install specs, and binary checks. Also adds 'postiz' to requires.bins since the CLI is required. Fixes gitroomhq#2
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the SKILL.md metadata configuration: changed the namespace key from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can generate a title for your PR based on the changes.Add |
|
@nevo-david Hola David, First thanks for the work. Can you merge this tiny change in. It would help dramatically. So I can stick to the official postiz skill instead of maintaing my own. Make replicate a bit easier. Love what you are doing. Best regrads, |
Summary
clawdbottoopenclawinSKILL.mdpostiztorequires.bins(the CLI binary is required)Problem
OpenClaw resolves skill metadata only from the
openclawkey (src/compat/legacy-names.tshas an emptyLEGACY_PROJECT_NAMES). Theclawdbotkey is silently ignored, which breaks:POSTIZ_API_KEYis missingrequires.binsvalidationThe skill still loads (name/description from frontmatter work), but all metadata-driven features are broken.
Fixes #2
Summary by CodeRabbit