I’m trying to build a wikipedia skill for my rhasspy assistant.
I would like to say something like “wikipedia $(some long search query)” but i don’t know how to match the long search query which can be anything.
[Wikipedia]
Wikipedia [.*] {searchQuery} (where .* can be any python/javascript regex)
I know i can switch rhasspy to an open transcription mode but wouldn’t i loose all my other intents commands ?
Is there a simple way to do something llike this ?
By the way, thanks again for this huge and highly qualitative job that is rhasspy !