#The orchestrator skill
1 messages · Page 1 of 1 (latest)
That command in the docs is stale. kanban-orchestrator is a bundled skill, so hermes skills install devops/kanban-orchestrator tries to fetch it from the skills hub and fails.
It should already be synced into your local bundled skills after install/update.
Try this:
hermes update
Then check the orchestrator profile:
hermes -p orchestrator skills list | grep kanban-orchestrator
If it still does not show up, restore the bundled copy for that profile:
hermes -p orchestrator skills reset kanban-orchestrator --restore
Then restart anything using that profile.
The current bundled skill page is here:
https://hermes-agent.nousresearch.com/docs/user-guide/skills/bundled/devops/devops-kanban-orchestrator
The Kanban page has the bad install command here, so we need to fix that doc:
https://hermes-agent.nousresearch.com/docs/user-guide/features/kanban#the-orchestrator-skill
lmk if that works out for you
root@srv1546686:~# hermes -p orchestrator skills reset kanban-orchestrator --restore
Restore 'kanban-orchestrator' from bundled source?
This will DELETE your current copy and re-copy the bundled version.
Confirm [y/N]: y
Restored 'kanban-orchestrator' (no prior user copy, re-copied from bundled).
Copied: kanban-orchestrator
root@srv1546686:~#
Perfect, that means the bundled skill is now present in the orchestrator profile.
Next step is just to verify it shows up:
hermes -p orchestrator skills list | grep kanban-orchestrator
Then restart the gateway/dashboard or start a fresh orchestrator session so the profile reloads its skills.
I’ll get the stale docs command fixed so the page stops sending people through hermes skills install devops/kanban-orchestrator.
cc @obtuse creek or @smoky iron for review https://github.com/NousResearch/hermes-agent/pull/20958
You guys are AMAZING 🤩
You all set and good to go?
Awesome! I'll close out the thread for you. Feel free to open a new one with any further issues you run into. Thanks!
still need merge right?
yes please!
docs merge. Would you like me to keep these open until merge?
Ty for merge. Looks like I had a couple linting errors. I'll keep these open if they have merges that need to be done from now on.