helm-ash.el is helm interface for ash.
Clone this repo. Add path to repo directory into load path & require into your Emacs init file.
(add-to-list 'load-path "/path/to/helm-ash/repo")
(require 'helm-ash)
(global-set-key (kbd "C-x c C-r") 'helm-ash-inbox)