{
  "schemaVersion": "1.0",
  "item": {
    "slug": "race-finder",
    "name": "Race Finder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nftechie/race-finder",
    "canonicalUrl": "https://clawhub.ai/nftechie/race-finder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/race-finder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=race-finder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/race-finder"
    },
    "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/race-finder",
    "agentPageUrl": "https://openagent3.xyz/skills/race-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/race-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/race-finder/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Race Finder Skill",
        "body": "Search for upcoming races across the US and internationally. Data sourced from RunSignUp, the largest endurance event registration platform."
      },
      {
        "title": "API",
        "body": "Base URL: https://api.racefinder.net"
      },
      {
        "title": "Search Races",
        "body": "GET /api/v1/races\n\nAll parameters are optional. Returns upcoming races sorted by date.\n\nQuery Parameters\n\nParameterTypeDescriptionExampleqstringSearch by race nameq=Austin MarathoncitystringCity namecity=AustinstatestringUS state codestate=TXcountrystringTwo-letter country code (default: US)country=CAsportstringSport type (see below)sport=runningdistancestringDistance category (see below)distance=marathonstart_datestringRaces on or after this date (YYYY-MM-DD, default: today)start_date=2026-06-01end_datestringRaces on or before this date (YYYY-MM-DD)end_date=2026-12-31zipcodestringUS zipcode (requires radius)zipcode=78701radiusstringMiles from zipcoderadius=25pageintPage number (default: 1)page=2per_pageintResults per page (default: 20, max: 50)per_page=10\n\nSport Values\n\nValueDescriptionrunningRoad running racestrailTrail running & ultrastriathlonTriathlons & duathlonscyclingBike races & ridesswimmingSwimming & open waterobstacleObstacle courses & mud runs\n\nDistance Values\n\nValueRange5k~2–4 miles10k~5–8 mileshalf-marathon~12–15 milesmarathon~25–28 milesultra30+ miles\n\nResponse Format\n\n{\n  \"races\": [\n    {\n      \"id\": \"12345\",\n      \"name\": \"Austin Marathon\",\n      \"date\": \"2026-03-15\",\n      \"start_time\": \"7:00 AM\",\n      \"sport\": \"running\",\n      \"city\": \"Austin\",\n      \"region\": \"Texas\",\n      \"country\": \"US\",\n      \"distances\": [\n        {\"name\": \"Marathon\", \"miles\": 26.2, \"km\": 42.2, \"category\": \"marathon\"},\n        {\"name\": \"Half Marathon\", \"miles\": 13.1, \"km\": 21.1, \"category\": \"half-marathon\"}\n      ],\n      \"prices\": [\n        {\"name\": \"Marathon — $120\", \"price\": 120, \"currency\": \"USD\", \"available\": true}\n      ],\n      \"image_url\": \"https://...\",\n      \"details_url\": \"https://racefinder.net/race/12345\",\n      \"register_url\": \"https://runsignup.com/Race/12345?rsu_aff=...\"\n    }\n  ],\n  \"page\": 1,\n  \"total_results\": 20\n}\n\nNo authentication required."
      },
      {
        "title": "Find races in a city",
        "body": "curl \"https://api.racefinder.net/api/v1/races?city=Austin&state=TX\""
      },
      {
        "title": "Find marathons near a zipcode",
        "body": "curl \"https://api.racefinder.net/api/v1/races?zipcode=78701&radius=50&distance=marathon\""
      },
      {
        "title": "Find trail races in Colorado this summer",
        "body": "curl \"https://api.racefinder.net/api/v1/races?state=CO&sport=trail&start_date=2026-06-01&end_date=2026-08-31\""
      },
      {
        "title": "Search by race name",
        "body": "curl \"https://api.racefinder.net/api/v1/races?q=Ironman\""
      },
      {
        "title": "Find 5Ks in California",
        "body": "curl \"https://api.racefinder.net/api/v1/races?state=CA&sport=running&distance=5k\""
      },
      {
        "title": "Tips for Agents",
        "body": "Use details_url when users want to learn more about a race — it links to the full race page on racefinder.net\nUse register_url when users are ready to sign up — it links directly to registration\nDefault search returns races starting from today, sorted by date\nCombine zipcode + radius for location-based search (US only)\nCombine sport + distance to narrow results (e.g., sport=running&distance=half-marathon)\nThe total_results field shows how many results were returned on this page; use page to paginate"
      }
    ],
    "body": "Race Finder Skill\n\nSearch for upcoming races across the US and internationally. Data sourced from RunSignUp, the largest endurance event registration platform.\n\nAPI\n\nBase URL: https://api.racefinder.net\n\nSearch Races\nGET /api/v1/races\n\n\nAll parameters are optional. Returns upcoming races sorted by date.\n\nQuery Parameters\nParameter\tType\tDescription\tExample\nq\tstring\tSearch by race name\tq=Austin Marathon\ncity\tstring\tCity name\tcity=Austin\nstate\tstring\tUS state code\tstate=TX\ncountry\tstring\tTwo-letter country code (default: US)\tcountry=CA\nsport\tstring\tSport type (see below)\tsport=running\ndistance\tstring\tDistance category (see below)\tdistance=marathon\nstart_date\tstring\tRaces on or after this date (YYYY-MM-DD, default: today)\tstart_date=2026-06-01\nend_date\tstring\tRaces on or before this date (YYYY-MM-DD)\tend_date=2026-12-31\nzipcode\tstring\tUS zipcode (requires radius)\tzipcode=78701\nradius\tstring\tMiles from zipcode\tradius=25\npage\tint\tPage number (default: 1)\tpage=2\nper_page\tint\tResults per page (default: 20, max: 50)\tper_page=10\nSport Values\nValue\tDescription\nrunning\tRoad running races\ntrail\tTrail running & ultras\ntriathlon\tTriathlons & duathlons\ncycling\tBike races & rides\nswimming\tSwimming & open water\nobstacle\tObstacle courses & mud runs\nDistance Values\nValue\tRange\n5k\t~2–4 miles\n10k\t~5–8 miles\nhalf-marathon\t~12–15 miles\nmarathon\t~25–28 miles\nultra\t30+ miles\nResponse Format\n{\n  \"races\": [\n    {\n      \"id\": \"12345\",\n      \"name\": \"Austin Marathon\",\n      \"date\": \"2026-03-15\",\n      \"start_time\": \"7:00 AM\",\n      \"sport\": \"running\",\n      \"city\": \"Austin\",\n      \"region\": \"Texas\",\n      \"country\": \"US\",\n      \"distances\": [\n        {\"name\": \"Marathon\", \"miles\": 26.2, \"km\": 42.2, \"category\": \"marathon\"},\n        {\"name\": \"Half Marathon\", \"miles\": 13.1, \"km\": 21.1, \"category\": \"half-marathon\"}\n      ],\n      \"prices\": [\n        {\"name\": \"Marathon — $120\", \"price\": 120, \"currency\": \"USD\", \"available\": true}\n      ],\n      \"image_url\": \"https://...\",\n      \"details_url\": \"https://racefinder.net/race/12345\",\n      \"register_url\": \"https://runsignup.com/Race/12345?rsu_aff=...\"\n    }\n  ],\n  \"page\": 1,\n  \"total_results\": 20\n}\n\n\nNo authentication required.\n\nExamples\nFind races in a city\ncurl \"https://api.racefinder.net/api/v1/races?city=Austin&state=TX\"\n\nFind marathons near a zipcode\ncurl \"https://api.racefinder.net/api/v1/races?zipcode=78701&radius=50&distance=marathon\"\n\nFind trail races in Colorado this summer\ncurl \"https://api.racefinder.net/api/v1/races?state=CO&sport=trail&start_date=2026-06-01&end_date=2026-08-31\"\n\nSearch by race name\ncurl \"https://api.racefinder.net/api/v1/races?q=Ironman\"\n\nFind 5Ks in California\ncurl \"https://api.racefinder.net/api/v1/races?state=CA&sport=running&distance=5k\"\n\nTips for Agents\nUse details_url when users want to learn more about a race — it links to the full race page on racefinder.net\nUse register_url when users are ready to sign up — it links directly to registration\nDefault search returns races starting from today, sorted by date\nCombine zipcode + radius for location-based search (US only)\nCombine sport + distance to narrow results (e.g., sport=running&distance=half-marathon)\nThe total_results field shows how many results were returned on this page; use page to paginate"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nftechie/race-finder",
    "publisherUrl": "https://clawhub.ai/nftechie/race-finder",
    "owner": "nftechie",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/race-finder",
    "downloadUrl": "https://openagent3.xyz/downloads/race-finder",
    "agentUrl": "https://openagent3.xyz/skills/race-finder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/race-finder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/race-finder/agent.md"
  }
}