How to skip aut0 login page and directly redirect in to social login site?

In this case, you pass it as an option in loginWithRedirect as per https://auth0.github.io/auth0-spa-js/interfaces/redirectloginoptions.html#connection

await auth0.loginWithRedirect({connection: '[Connection name]'});