Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

ai-running-coachAI 跑步教练

Agent Skill

ai-running-coach 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

9,684

周安装

416

GitHub Stars

公开资料未说明

下载量

3,395
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ai-running-coach(AI 跑步教练)
来源仓库:https://github.com/aplomb2/ai-running-coach
安装命令:
openclaw skills install ai-running-coach
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install ai-running-coach

简介

AI 跑步教练 — 通过 IM 进行个性化训练,并自动调整 Strava 驱动的计划。当用户询问跑步训练、锻炼计划等时使用

SKILL.md

name
ai-running-coach
description
>

AI Running Coach

OpenClaw-powered running coach that delivers personalized training via IM. The core value: Strava data flows in automatically, and the AI adjusts your plan in real-time.

Setup

The arc CLI handles all API calls. Token stored at ~/.config/airunningcoach/config.json.

First-Time Onboarding

If no token is configured (arc config show returns "not set"):

  1. Send the user this welcome message:
🏃 Welcome to AI Running Coach!

To connect your account:
1. Register → https://airunningcoach.net/register
2. Choose Pro (3-day free trial, cancel anytime)
3. Connect Strava → Profile page
4. Generate API Token → Profile page
5. Paste your arc_xxx token here

Already have an account? Just paste your token!
  1. When user pastes a token: arc config set-token <token> then arc config test
  2. After successful connection, suggest: "Want me to check your Strava data and create a plan?"

Core Workflows

1. Daily Check-In

arc today    # Today's workout
arc week     # Full week view

Format the output in a friendly IM message. Add encouragement.

2. AI Coach Chat (THE MAIN INTERFACE)

arc coach "user's message"

The coach endpoint has full context: active plan, Strava history, body feedback, personal records. Use this for ALL conversational interactions — it handles:

  • Training questions ("How should I pace today's tempo?")
  • Data queries ("What's my fastest 5K?" "How many km did I run this month?")
  • Plan adjustments ("I'm injured, what should I do?")
  • Motivation and encouragement

3. Creating a Plan via IM (CONVERSATIONAL FLOW)

Do NOT ask for all parameters at once. Guide the user through a conversation:

Step 1 — Ask: "What distance are you training for? (5K / 10K / Half Marathon / Marathon)"

Step 2 — Ask: "How many weeks do you have? (4-16 weeks)"

Step 3 — Ask: "What's your goal? (Race a specific time / General fitness / Weight loss)"

  • If race: "Do you have a target finish time?" (can suggest based on Strava data)

Step 4 — Ask: "Any days you can't run? (e.g., Monday, Sunday)"

Step 5 — Confirm and generate:

arc plan create --race <type> --weeks <n> [--target <time>] [--goal <goal>] [--mileage <level>]

If user has Strava data, check their current mileage first:

arc strava summary

Then auto-fill --mileage based on their actual weekly average.

4. Strava Data & Records

arc strava recent     # Last 5 activities
arc strava summary    # Full stats: records, PBs, weekly avg, monthly breakdown

Use strava summary when user asks about:

  • "What's my fastest pace?"
  • "How far have I run this month?"
  • "What's my longest run?"
  • "Am I running more than last month?"

5. Adaptive Coaching (AUTO-ADJUSTMENT)

When user reports fatigue/injury:

arc feedback --type <fatigue|injury|soreness|illness> --severity <1-5> --message "description"

Then use arc coach to get adjusted recommendations. The coach considers all feedback.

When Strava data shows:

  • Declining pace → Coach suggests recovery
  • Missed workouts → Coach adjusts plan
  • Faster than expected → Coach may increase intensity

6. Stats & Progress

arc stats    # Completion rate, streaks, totals

Command Reference

CommandPurpose
arc config set-token <t>Save API token
arc config testVerify connection
arc todayToday's workout
arc weekThis week's plan
arc statsRunning statistics
arc coach "msg"Chat with AI coach
arc plan create --race X --weeks NGenerate plan
arc strava recentRecent activities
arc strava summaryFull Strava analytics
arc feedback --type T --message "M"Report body status

Error Handling

  • 401: Token expired → arc config set-token <new_token> (regenerate at profile page)
  • 403: Subscription needed → https://airunningcoach.net/choose-plan (3-day free trial!)
  • 404: No plan → Start conversational plan creation flow

External Endpoints

EndpointData Sent
airunningcoach.net/api/v1/*API token, training queries, plan parameters

Security & Privacy

  • Token stored locally at ~/.config/airunningcoach/config.json
  • All data sent to airunningcoach.net via HTTPS
  • Strava data accessed through user's own OAuth connection

Trust Statement

This skill sends running data and queries to airunningcoach.net. Install only if you trust this service. Privacy policy: https://airunningcoach.net/privacy

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.74%
按下载量换算3,216

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills