You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I tried listing the different skills available to use, only to find a single one available: skill-ovos-boot-finished.openvoiceos
How do I add the other ones?
FYI, I have all of those containers running:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
60362f7085ea smartgic/hivemind-cli:alpha "sleep infinity" 10 hours ago Up 10 hours hivemind_cli
65f8e2d91ca2 smartgic/hivemind-listener:alpha "hivemind-core listen" 10 hours ago Up 10 hours hivemind_listener
c8e7ceb63267 smartgic/ovos-skill-volume:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_volume
02ffcd6cd206 smartgic/ovos-skill-weather:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_weather
498951f7f2f5 smartgic/ovos-skill-duckduckgo:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_duckduckgo
86942bf6442f smartgic/ovos-skill-fallback-unknown:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_fallback_unknown
5152123c8ac2 smartgic/ovos-skill-alerts:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_alerts
f7fdf79b1259 smartgic/ovos-skill-wikipedia:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_wikipedia
e6622e96a0c0 smartgic/ovos-skill-date-time:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_date_time
73619d4f9b69 smartgic/ovos-skill-ggwave:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_ggwave
baa4b7411321 smartgic/ovos-skill-hello-world:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_hello_world
b6274dc49d59 smartgic/ovos-skill-personal:alpha "ovos-skill-launcher…" 11 hours ago Up 10 hours ovos_skill_personal
367b1f9c265c smartgic/ovos-listener-dinkum:alpha "/bin/bash /usr/loca…" 11 hours ago Up 10 hours (healthy) ovos_listener
8392d514325c smartgic/ovos-audio:alpha "/bin/bash /usr/loca…" 11 hours ago Up 10 hours (healthy) ovos_audio
a2719930b01c smartgic/ovos-core:alpha "/bin/bash /usr/loca…" 11 hours ago Up 10 hours (healthy) ovos_core
2d6ceb525d38 smartgic/ovos-plugin-ggwave:alpha "/bin/bash -c ovos-g…" 11 hours ago Up 10 hours ovos_plugin_ggwave
215ac3abd013 smartgic/ovos-phal-admin:alpha "/bin/bash /usr/loca…" 11 hours ago Up 10 hours (healthy) ovos_phal_admin
973013feb0d8 smartgic/ovos-phal:alpha "/bin/bash /usr/loca…" 11 hours ago Up 10 hours (healthy) ovos_phal
f412fbeeba59 smartgic/ovos-cli:alpha "sleep infinity" 11 hours ago Up 10 hours ovos_cli
840b3c28b92b smartgic/ovos-messagebus:alpha "/bin/bash -c ovos-m…" 11 hours ago Up 10 hours (healthy) ovos_messagebus
I don't really know how I should tackle troubleshooting. I'll anticipate some questions:
I'm running everything from portainer, with an env file correctly set and a single docker-compose file. I basically copy-pasted the different compose files into a single one. Here it is:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there,
I've been following the tutorial until here: https://openvoiceos.github.io/ovos-docker/getting-started/docker/cli/
Then I tried listing the different skills available to use, only to find a single one available: skill-ovos-boot-finished.openvoiceos
How do I add the other ones?
FYI, I have all of those containers running:
I don't really know how I should tackle troubleshooting. I'll anticipate some questions:
I'm running everything from portainer, with an env file correctly set and a single docker-compose file. I basically copy-pasted the different compose files into a single one. Here it is:
Here are my env variables:
where dreadfog is the user on the host machine
Here are the skills that are (supposedly) installed:
Here is the "skills" section of the
docker exec --interactive --tty ovos_cli ovos-config show
commandBeta Was this translation helpful? Give feedback.
All reactions