Hi,
It can sure be used to trigger other extensions as long as the corresponding plugins are developed to make the link.
How to do it depends on what you're trying to achieve.
For example, if you want the HikaShop user points to be usable to pay for booking in solidres, you would need to develop a solidres payment plugin which would use the points from the HikaShop user and update the value in the database.
If you want the booking in solidres to add points to the user points in HikaShop, then it would require the development of a solidres plugin which would update the points of the user after the payment of the booking for example.
If you want to trigger solidres events after points are added, removed, etc then it would require a HikaShop plugin implementing the onBeforeUserUpdate and onAfterUserUpdate events to check the points value before and after and trigger the event of solidres.
We've only built things for HikaShop because that was our main concern at the time, but many integrations could be stacked on what we've made, it just require developing the integration each time.