feat: install all skills from recoupable/skills repo#134
feat: install all skills from recoupable/skills repo#134sidneyswift wants to merge 5 commits intomainfrom
Conversation
Instead of installing 3 skills individually from standalone repos (now archived), install the entire recoupable/skills repo at once. New skills added to the repo are automatically available in sandboxes. - Rename installSkill -> installSkills (installs whole repo, copies all) - Replace 3 installSkill calls with single installSkills call - Rename /setup-artist -> /artist-workspace in agent prompts Made-with: Cursor
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 55 minutes and 34 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Aligns the file and function name with the renamed skill. Made-with: Cursor
…older The skill is a guide for navigating artist workspaces, not a command to execute repeatedly. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
|
Superseded by #140 which includes these changes plus the gitlink fix, skip check, and setup-artist removal. |
Summary
recoupable/skillsin one shot instead of 3 individual standalone repos/setup-artistto/artist-workspacein agent prompts (skill was renamed)Changes
installSkill.ts->installSkills.ts— installs whole repo, copies all skills to OpenClaw workspaceensureSetupSandbox.ts— singleinstallSkills(sandbox, "recoupable/skills")replaces 3 callsrunSetupArtistSkill.ts— prompt updated from/setup-artistto/artist-workspaceContext
The 3 old standalone skill repos (
recoupable/setup-sandbox,recoupable/setup-artist,recoupable/release-management) have been archived. All skills now live inrecoupable/skills.Made with Cursor
Summary by cubic
Install all skills from
recoupable/skillsin one step, replacing three separate installs, so new skills auto-appear in sandboxes. Rename the agent skill to/artist-workspaceand update the prompt so the agent reads it once and decides what to do (no per-folder runs).Refactors
installSkills.tsto install the whole repo and copy to~/.openclaw/workspace/skills/; removedinstallSkill.ts.ensureSetupSandboxwithinstallSkills(sandbox, "recoupable/skills").runSetupArtistSkill->runArtistWorkspaceSkilland updated labels.cp -r .agents/skills/* ~/.openclaw/workspace/skills/.Bug Fixes
/artist-workspaceprompt to read the skill once, let the agent choose next steps, and clarify context (mentionsRECOUP_API_KEY/RECOUP_ACCOUNT_ID).Written for commit 56f0339. Summary will update on new commits.