← 返回
AI智能 Key 中文

Strava Skill

Talk to your Strava data — ask questions about your activities, fitness trends, PRs, and training load using AI.
与你的Strava数据对话——用AI查询活动、健身趋势、个人最佳和训练负荷。
nftechie
AI智能 clawhub v1.0.0 1 版本 99838.1 Key: 需要
★ 0
Stars
📥 1,233
下载
💾 36
安装
1
版本
#latest

概述

Strava Skill

Chat with your Strava data using AI. Ask about your activities, fitness trends, personal records, training load, and more. Powered by Transition, which syncs with Strava to give AI agents access to your training data.

Setup

  1. Download Transition and connect your Strava account
  2. Go to Settings > API Keys and tap Generate New Key
  3. Set the environment variable:
export TRANSITION_API_KEY="tr_live_xxxxxxxxxxxxxxxxxxxxx"

No Auth Required

Workout of the Day

Generate a random structured workout — no account needed.

curl "https://api.transition.fun/api/v1/wod?sport=run&duration=45"

Parameters:

  • sportrun, bike, swim, or strength (default: run)
  • duration — minutes, 10-300 (default: 45)

Authenticated Endpoints

Base URL: https://api.transition.fun

Auth: Pass X-API-Key header on every request.

AI Coach Chat

Ask questions about your Strava data. The AI coach has full context on your activities and performance.

curl -X POST -H "X-API-Key: $TRANSITION_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"message": "How did my long run this week compare to last week?"}' \
  "https://api.transition.fun/api/v1/coach/chat"

Example questions:

  • "What's my weekly mileage trend over the last month?"
  • "How is my cycling FTP progressing?"
  • "Am I running more or less than usual this week?"
  • "What was my fastest 5K effort recently?"
  • "Should I rest or train today based on my recent activity?"

Get Workouts

Retrieve scheduled workouts for a date range.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/workouts?start=2026-02-09&end=2026-02-15"

Parameters:

  • start — Start date (YYYY-MM-DD, required)
  • end — End date (YYYY-MM-DD, required)
  • Maximum range between start and end is 90 days.

Performance Management Chart (PMC)

Get CTL (fitness), ATL (fatigue), and TSB (form) calculated from your Strava activities.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/performance/pmc"

Performance Stats

Get FTP, threshold paces, heart rate zones, and other metrics derived from your Strava data.

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/performance/stats"

Athlete Profile

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/profile"

Chat History

curl -H "X-API-Key: $TRANSITION_API_KEY" \
  "https://api.transition.fun/api/v1/coach/history"

Rate Limits

TierRead EndpointsAI Endpoints
----------------------------------
Free100/day3/day
Paid10,000/day100/day

Tips for Agents

  1. Use coach chat as the primary interface. It has full context on the user's Strava activities, training load, and performance — just ask natural questions.
  1. Check fatigue before recommending hard workouts. Call GET /api/v1/performance/pmc and look at TSB. If TSB is below -20, the athlete is fatigued.
  1. Use the free WOD endpoint for quick workouts. No auth needed — great for users who just want a workout suggestion.
  1. Date format is always YYYY-MM-DD for all date parameters.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 02:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Transition MCP

nftechie
AI驱动的多项运动教练——为跑步、骑行、游泳和铁人三项提供个性化训练、计划及表现分析。
★ 0 📥 1,179
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,131
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,365