From the official documentation I saw that to get the list of skills we use this line of code:
- abilities = await self.services.get('data_svc').locate('abilities')
I need to create an Adversary profile and an operation from the plugin code, what should I do?