Update skills README#38
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
✅ Files skipped from review due to trivial changes (8)
📝 WalkthroughWalkthroughREADME rewritten as a structured catalog (published skills, slash commands, plugin, install guidance, repo layout). Multiple manifests and skill docs updated to use the agentrelay.com domain instead of agentrelay.dev. ChangesDocs and domain metadata updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
| npx skills add https://github.com/agentworkforce/skills --skill using-agent-relay | ||
| npx skills add https://github.com/agentworkforce/skills --skill running-headless-orchestrator | ||
| npx skills add https://github.com/agentworkforce/skills --skill relay-80-100-workflow | ||
| npx skills add https://github.com/agentworkforce/skills --skill agent-relay-orchestrator |
There was a problem hiding this comment.
🟡 Install command references agent-relay-orchestrator but skill directory is openclaw-orchestrator
The install command on line 78 uses --skill agent-relay-orchestrator, but the actual directory in the repo is skills/openclaw-orchestrator/. If the skills add --skill flag resolves by directory name (which is the common convention, and how all other install commands in this README work — e.g. --skill choosing-swarm-patterns maps to skills/choosing-swarm-patterns/), this command will fail to find the skill. While the SKILL.md frontmatter has name: agent-relay-orchestrator (skills/openclaw-orchestrator/SKILL.md:2), every other --skill value in the README matches its directory name exactly.
| npx skills add https://github.com/agentworkforce/skills --skill agent-relay-orchestrator | |
| npx skills add https://github.com/agentworkforce/skills --skill openclaw-orchestrator |
Was this helpful? React with 👍 or 👎 to provide feedback.
Summary
Verification