#The orchestrator skill

1 messages · Page 1 of 1 (latest)

knotty ember
#

Load it into your orchestrator profile:
hermes skills install devops/kanban-orchestrator

😭 can't make it work ... I get:

root@srv1546686:~# hermes skills install devops/kanban-orchestrator

Fetching: devops/kanban-orchestrator
Error: Could not fetch 'devops/kanban-orchestrator' from any source.

root@srv1546686:~#

orchid ridge
#

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

orchid ridge
knotty ember
#

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:~#

orchid ridge
#

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.

knotty ember
#

You guys are AMAZING 🤩

orchid ridge
#

You all set and good to go?

knotty ember
#

🦾 🤖

#

Yes!

orchid ridge
#

Awesome! I'll close out the thread for you. Feel free to open a new one with any further issues you run into. Thanks!

orchid ridge
orchid ridge
#

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.