Using google to look up arduino is the only skill needed to learn..
The #1 Super thing about the arduino framework is that EVERYTHING you can plug into the arduino has its own working example program (in arduino-speak a program is a 'sketch') - And these example programs/sketches are laid out with comments/instructions to teach you about how to use them..
So programming becomes a task of finding all the example sketches for the h/w needed for your project, and using the cut and paste editing features to build your program from the building blocks of the examples..
Yes there is more too it - its called programming, but with a lot of the hassle and hard work already done for you leaving you to to stitch the relevant copied blocks together with common variables etc.. So an evening reading the first few chapters of any
C primer will get you going.
Start with just a bare £2 arduino uno clone and the
blink sketch and if that makes sense to you - the sky is the limit..
If it rings your bells there's a lot more toys out there to play with too.. esp8266/32 devices, tasmota and node red are some of my favourites..