how to use apex methods in skuid pages??

Your APEX code has to be written in invocable annotation. If it is, then when you click the drop down arrow in that field it sill appear as an option and allow you to define your inputs. If it is not written in invocable notation, then it will not show in the drop down.

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_InvocableMethod.htm