Doing something while the animation is running in animationclipplayable

how to access frame-by-frame animationClipPlayable. the only way I found is to create a scriptPlayable and execute something in PrepareFrame() while adding animationClipPlayable to the input. is it possible to access prepareFrame in animationClipPlayable without creating an additional scriptPlayable