Trigger another skill from fallback

Hi,

I was looking in the API but can’t seem to figure it out. Say I make a fallback skill that asks for some specifications (etc, etc) and then based on those I would like to trigger a skill; how do you trigger a skill from within a skill?

Thanks.

https://mycroft-ai.gitbook.io/docs/mycroft-technoloquestion:actiongies/mycroft-core/message-types#question-action I think mesagebus has something suitable for you. But you can also call intents from individual skills. But I have to search again for that, I haven’t done anything for a long time. But you can also do a hybrid skill and call up the function directly

can look at using the skill api Feature/skill api by forslund · Pull Request #1822 · MycroftAI/mycroft-core · GitHub

1 Like

Thanks, this is great! I had somehow missed out on this bit.