{
  "schemaVersion": "1.0",
  "item": {
    "slug": "stravacli",
    "name": "Strava CLI Skill",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Brainsoft-Raxat/stravacli",
    "canonicalUrl": "https://clawhub.ai/Brainsoft-Raxat/stravacli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/stravacli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stravacli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "stravacli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T12:27:56.369Z",
      "expiresAt": "2026-05-16T12:27:56.369Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stravacli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=stravacli",
        "contentDisposition": "attachment; filename=\"stravacli-2.2.98.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "stravacli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/stravacli"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/stravacli",
    "agentPageUrl": "https://openagent3.xyz/skills/stravacli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stravacli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stravacli/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "stravacli",
        "body": "Use stravacli for Strava operations from terminal."
      },
      {
        "title": "Prerequisites",
        "body": "This skill depends on the external CLI project:\n\nSource: https://github.com/Brainsoft-Raxat/strava-cli\n\nInstall stravacli before using this skill:\n\nRecommended (release binary):\n\nDownload latest from: https://github.com/Brainsoft-Raxat/strava-cli/releases/latest\n\n\nOr with Go:\n\ngo install github.com/Brainsoft-Raxat/strava-cli/cmd/stravacli@latest\n\nThen verify binary is available in PATH:\n\nstravacli --version"
      },
      {
        "title": "Setup",
        "body": "Authenticate before data commands:\n\nLocal: stravacli auth login\nHeadless/VPS: stravacli auth login --remote, then complete with stravacli auth login --auth-url '<callback-url>'\n\n\nVerify auth: stravacli auth status"
      },
      {
        "title": "Read commands (preferred by default)",
        "body": "Athlete profile: stravacli athlete me --json\nAthlete stats: stravacli athlete stats --json\nAthlete zones: stravacli athlete zones --json\nList activities: stravacli activities list --per-page 10 --json\nActivity details: stravacli activities get <id> --json\nActivity laps: stravacli activities laps <id> --json\nActivity streams: stravacli activities streams <id> --json\nRoutes list/get: stravacli routes list --json / stravacli routes get <id> --json\nExport route file: stravacli routes export <id> --format gpx --out ./route.gpx\nSegments/starred/explore: stravacli segments starred --json, stravacli segments explore --bounds <swlat,swlng,nelat,nelng> --json\nClubs: stravacli clubs list --json\nGear: stravacli gear get <id> --json\nUpload status: stravacli uploads get <uploadId> --json"
      },
      {
        "title": "Write commands (ask/confirm first)",
        "body": "Update activity metadata: stravacli activities update <id> --name 'New name' --description '...'\nUpload activity file: stravacli activities upload --file ./run.fit --yes --json\n\nAlways confirm intent before write actions."
      },
      {
        "title": "Output conventions",
        "body": "Use --json when results need parsing or reuse.\nKeep user summaries concise; include key metrics and IDs.\nIf a command fails with auth errors, suggest stravacli auth status then re-login."
      }
    ],
    "body": "stravacli\n\nUse stravacli for Strava operations from terminal.\n\nPrerequisites\n\nThis skill depends on the external CLI project:\n\nSource: https://github.com/Brainsoft-Raxat/strava-cli\n\nInstall stravacli before using this skill:\n\nRecommended (release binary):\nDownload latest from: https://github.com/Brainsoft-Raxat/strava-cli/releases/latest\nOr with Go:\ngo install github.com/Brainsoft-Raxat/strava-cli/cmd/stravacli@latest\n\nThen verify binary is available in PATH:\n\nstravacli --version\nSetup\nAuthenticate before data commands:\nLocal: stravacli auth login\nHeadless/VPS: stravacli auth login --remote, then complete with stravacli auth login --auth-url '<callback-url>'\nVerify auth: stravacli auth status\nRead commands (preferred by default)\nAthlete profile: stravacli athlete me --json\nAthlete stats: stravacli athlete stats --json\nAthlete zones: stravacli athlete zones --json\nList activities: stravacli activities list --per-page 10 --json\nActivity details: stravacli activities get <id> --json\nActivity laps: stravacli activities laps <id> --json\nActivity streams: stravacli activities streams <id> --json\nRoutes list/get: stravacli routes list --json / stravacli routes get <id> --json\nExport route file: stravacli routes export <id> --format gpx --out ./route.gpx\nSegments/starred/explore: stravacli segments starred --json, stravacli segments explore --bounds <swlat,swlng,nelat,nelng> --json\nClubs: stravacli clubs list --json\nGear: stravacli gear get <id> --json\nUpload status: stravacli uploads get <uploadId> --json\nWrite commands (ask/confirm first)\nUpdate activity metadata: stravacli activities update <id> --name 'New name' --description '...'\nUpload activity file: stravacli activities upload --file ./run.fit --yes --json\n\nAlways confirm intent before write actions.\n\nOutput conventions\nUse --json when results need parsing or reuse.\nKeep user summaries concise; include key metrics and IDs.\nIf a command fails with auth errors, suggest stravacli auth status then re-login."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Brainsoft-Raxat/stravacli",
    "publisherUrl": "https://clawhub.ai/Brainsoft-Raxat/stravacli",
    "owner": "Brainsoft-Raxat",
    "version": "2.2.98",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/stravacli",
    "downloadUrl": "https://openagent3.xyz/downloads/stravacli",
    "agentUrl": "https://openagent3.xyz/skills/stravacli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/stravacli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/stravacli/agent.md"
  }
}