Do we have any capacitor plugin for reading sms

Do we have any exclusive capacitor plugin, neither asking for any ionic-native or Cordova plugin, just capacitor plugin.
Requirement: my app will receive OTP after successful validation and I want to watch for SMS incoming, and apply that OTP from incoming SMS into my input field.

So if there is any exclusive capacitor app or any other way to implement this feature?

Though recently I came to know about input’s autocomplete attribute autocomplete=“one-time-code”, but that will be last option.