I am learning Vagrant and friends. I am currently writing a document in Org Mode where I intend to compare different providers and boxes. Ideally I’d like to automate and generate the comparision dynamically. Vagrant provides an API to query their box cloud registry. It is not very sofisticated in terms of searching but it sort of works.
My initial efforts with verb.el are geared towards getting simple results, then maybe I can manage to generalize the functions and code blocks in order for them to accept arguments.