{"schema_version":"0.2","name":"ELDRICK","description":"AI-powered golf club fitting engine. Submit swing metrics and golfer specs to receive precise club fitting recommendations for drivers and irons.","version":"1.0.0","url":"https://eldrick.golf/a2a","authentication":{"schemes":["Bearer"]},"capabilities":{"streaming":false,"pushNotifications":false},"skills":[{"id":"driver_fitting","name":"Driver Fitting","description":"Analyze a golfer's swing metrics and physical specs to recommend the optimal driver head, shaft, loft, length, and setup. Provide clubType as 'driver'.","input_modes":["application/json"],"output_modes":["application/json"],"examples":[{"role":"user","parts":[{"type":"data","data":{"clubType":"driver","swingSpeed":95,"ballSpeed":138,"launchAngle":12.5,"spinRate":2800,"handedness":"right","handicap":12,"tempo":"medium","transition":"smooth"}}]}]},{"id":"iron_fitting","name":"Iron Fitting","description":"Analyze a golfer's swing metrics and physical specs to recommend the optimal iron head category, shaft weight, flex, length, and lie angle. Provide clubType as 'iron'.","input_modes":["application/json"],"output_modes":["application/json"],"examples":[{"role":"user","parts":[{"type":"data","data":{"clubType":"iron","swingSpeed":80,"ballSpeed":110,"launchAngle":18,"spinRate":5500,"handedness":"right","handicap":18,"tempo":"medium","transition":"smooth"}}]}]}]}