Manage bookmarks with Hubot. Bookmarks get stored in the robot brain.
In the hubot project repo, run:
$ npm install hubot-bookmark --save
Then add hubot-bookmark to your external-scripts.json
:
["hubot-bookmark"]
$ hubot bookmark add <url> as <description>
$ hubot bookmark find <description>
$ hubot bookmark list