How to add plugins in Capacitor app

i need to install cordova-clipboard plugin in capacitor project
by typing this lines
1- npm install cordova-clipboard
2- npm install @ionic-native/clipboard
3- ionic cap sync
but the plugin wasn’t added to the plugins file in android platform
also it wasn’t added to the config.xml
what should i do ??