Strava Skill Interact with Strava to load activities, analyze workouts, and track fitness data. Setup 1. Create a Strava API Application 1. Go to https://www.strava.com/settings/api 2. Create an app (use as callback for testing) 3. Note your Client ID and Client Secret 2. Get Initial OAuth Tokens Visit this URL in your browser (replace CLIENT ID): After authorizing, you'll be redirected to Exchange the code for tokens: This returns and . 3. Configure Credentials Add to : Or use environment variables: Usage List Recent Activities Get the last 30 activities: Get the last 10 activities: Filter A…