{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skedgo-tripgo-api",
    "name": "SkedGo TripGo API",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/guanyu-zhang/skedgo-tripgo-api",
    "canonicalUrl": "https://clawhub.ai/guanyu-zhang/skedgo-tripgo-api",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/skedgo-tripgo-api",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skedgo-tripgo-api",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/configuration-available-regions.sh",
      "scripts/configuration-pois-for-a-transport-mode.sh",
      "scripts/configuration-tsps-per-region.sh",
      "scripts/geocode-search-and-autocompletion.sh",
      "scripts/locations-additional-details-for-a-coordinate.sh"
    ],
    "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",
      "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/skedgo-tripgo-api"
    },
    "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/skedgo-tripgo-api",
    "agentPageUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/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": "SkedGo TripGo API Skill",
        "body": "This skill provides a complete interface to the SkedGo TripGo API, enabling agents to perform multimodal routing, retrieve public transport information, manage trips, and perform geocoding."
      },
      {
        "title": "Overview",
        "body": "The TripGo API is a platform for multimodal transport, allowing users to plan trips combining public transport, car, bike, taxi, rideshare, and more. This skill encapsulates the API endpoints into modular scripts and documentation references.\n\nGlobal Skill Location: ~/.openclaw/skills/skedgo-tripgo-api/"
      },
      {
        "title": "Configuration",
        "body": "To use this skill, you must set the following environment variables:\n\nTRIPGO_API_KEY: Your TripGo API key (header: X-TripGo-Key).\nTRIPGO_BASE_URL: (Optional) Base URL for the API. Defaults to https://api.tripgo.com/v1.\nTRIPGO_WEBHOOK_ALLOWLIST: (Optional, recommended) Comma-separated allowlist of webhook domains (e.g. example.com,webhooks.example.org).\nTRIPGO_ALLOW_UNSAFE_WEBHOOK: (Optional, default false) Set to true to bypass webhook allowlist checks for trusted/manual debugging only."
      },
      {
        "title": "Runtime Requirements",
        "body": "Install these binaries before running scripts:\n\ncurl (required): API requests\njq (required): JSON validation, safe JSON construction, and URL encoding\npython3 (optional): pretty-printing for a few scripts"
      },
      {
        "title": "Security Notes",
        "body": "Scripts that accept JSON parameters validate those values with jq before sending requests.\nScripts that send query parameters URL-encode user-provided values.\nWebhook hook registration enforces https:// and domain allowlisting by default (TRIPGO_WEBHOOK_ALLOWLIST) to reduce exfiltration risk.\nAPI key usage is expected: requests send X-TripGo-Key to the configured TripGo base URL."
      },
      {
        "title": "Directory Structure",
        "body": "SKILL.md: This file.\nreferences/: Detailed documentation for each API section.\nscripts/: Executable Bash scripts for each API endpoint."
      },
      {
        "title": "References (references/)",
        "body": "Documentation is organized by API section. Load these files to understand specific endpoints, parameters, and response structures.\n\nreferences/configuration.md: Regions, TSPs, and POIs.\nreferences/routing.md: Journey planning and routing (A-to-B, multi-point).\nreferences/trips.md: Trip management (save, update, real-time hooks).\nreferences/ttp.md: Travelling Tourist Problem (Deprecated).\nreferences/geocode.md: Search and autocompletion.\nreferences/locations.md: Location services and POIs.\nreferences/public-transport.md: Public transport operators, routes, services, and real-time data."
      },
      {
        "title": "Scripts (scripts/)",
        "body": "Each script corresponds to a specific API endpoint. They are designed to be executed directly or used as templates.\n\nNaming Convention: scripts/<section>-<function-name>.sh\n\nConfiguration\n\nscripts/configuration-available-regions.sh\nscripts/configuration-tsps-per-region.sh\nscripts/configuration-pois-for-a-transport-mode.sh\n\nRouting\n\nscripts/routing-a-to-b-trips.sh\nscripts/routing-a-to-b-to-c-trip.sh\nscripts/routing-all-day-routing-between-events.sh\nscripts/routing-all-day-routing-between-events-deprecated.sh (Deprecated)\n\nTrips\n\nscripts/trips-retrieve-previously-computed-trip.sh\nscripts/trips-save-trip-for-later-use.sh\nscripts/trips-update-trip-with-real-time-data.sh\nscripts/trips-gets-hooked-urls.sh\nscripts/trips-hooks-a-trip-to-real-time-updates.sh\nscripts/trips-removes-a-hooks-from-a-trip.sh\nscripts/trips-mark-trip-as-planned-by-a-user.sh\n\nTTP (Deprecated)\n\nscripts/ttp-create-travelling-tourist-problem-deprecated.sh\nscripts/ttp-delete-travelling-tourist-problem-deprecated.sh\nscripts/ttp-delete-travelling-tourist-problem-solution-deprecated.sh\n\nGeocode\n\nscripts/geocode-search-and-autocompletion.sh\n\nLocations\n\nscripts/locations-pois-for-a-circular-region.sh\nscripts/locations-pois-for-map-region-using-cell-ids.sh\nscripts/locations-additional-details-for-a-coordinate.sh\n\nPublic Transport\n\nscripts/public-transport-operators-for-a-region-or-group-of-regions.sh\nscripts/public-transport-routes-for-a-region-or-operator.sh\nscripts/public-transport-details-of-a-route.sh\nscripts/public-transport-services-for-a-route.sh\nscripts/public-transport-departure-timetable-for-a-stop.sh\nscripts/public-transport-real-time-information-for-a-service.sh\nscripts/public-transport-get-details-of-a-service.sh\nscripts/public-transport-get-real-time-alerts.sh"
      },
      {
        "title": "Usage Constraints",
        "body": "Do NOT invent parameters. All scripts use parameters explicitly documented in references/.\nDeprecated Endpoints: Some scripts are marked as deprecated (e.g., TTP section). Use with caution or avoid if possible.\nVerification: If a parameter or field is marked as \"To be confirmed\" in the references, verify with a live API call before relying on it in production.\nEnvironment: Ensure TRIPGO_API_KEY is set in the environment before running any script."
      },
      {
        "title": "Example",
        "body": "Searching for a location:\n\nexport TRIPGO_API_KEY=\"your_key_here\"\n./scripts/geocode-search-and-autocompletion.sh --query \"Sydney Opera House\" --near \"(-33.8688,151.2093)\"\n\nPlanning a trip:\n\n./scripts/routing-a-to-b-trips.sh --from \"(lat,lng)\" --to \"(lat,lng)\" --region \"AU_NSW_Sydney\""
      }
    ],
    "body": "SkedGo TripGo API Skill\n\nThis skill provides a complete interface to the SkedGo TripGo API, enabling agents to perform multimodal routing, retrieve public transport information, manage trips, and perform geocoding.\n\nOverview\n\nThe TripGo API is a platform for multimodal transport, allowing users to plan trips combining public transport, car, bike, taxi, rideshare, and more. This skill encapsulates the API endpoints into modular scripts and documentation references.\n\nGlobal Skill Location: ~/.openclaw/skills/skedgo-tripgo-api/\n\nConfiguration\n\nTo use this skill, you must set the following environment variables:\n\nTRIPGO_API_KEY: Your TripGo API key (header: X-TripGo-Key).\nTRIPGO_BASE_URL: (Optional) Base URL for the API. Defaults to https://api.tripgo.com/v1.\nTRIPGO_WEBHOOK_ALLOWLIST: (Optional, recommended) Comma-separated allowlist of webhook domains (e.g. example.com,webhooks.example.org).\nTRIPGO_ALLOW_UNSAFE_WEBHOOK: (Optional, default false) Set to true to bypass webhook allowlist checks for trusted/manual debugging only.\nRuntime Requirements\n\nInstall these binaries before running scripts:\n\ncurl (required): API requests\njq (required): JSON validation, safe JSON construction, and URL encoding\npython3 (optional): pretty-printing for a few scripts\nSecurity Notes\nScripts that accept JSON parameters validate those values with jq before sending requests.\nScripts that send query parameters URL-encode user-provided values.\nWebhook hook registration enforces https:// and domain allowlisting by default (TRIPGO_WEBHOOK_ALLOWLIST) to reduce exfiltration risk.\nAPI key usage is expected: requests send X-TripGo-Key to the configured TripGo base URL.\nDirectory Structure\nSKILL.md: This file.\nreferences/: Detailed documentation for each API section.\nscripts/: Executable Bash scripts for each API endpoint.\nReferences (references/)\n\nDocumentation is organized by API section. Load these files to understand specific endpoints, parameters, and response structures.\n\nreferences/configuration.md: Regions, TSPs, and POIs.\nreferences/routing.md: Journey planning and routing (A-to-B, multi-point).\nreferences/trips.md: Trip management (save, update, real-time hooks).\nreferences/ttp.md: Travelling Tourist Problem (Deprecated).\nreferences/geocode.md: Search and autocompletion.\nreferences/locations.md: Location services and POIs.\nreferences/public-transport.md: Public transport operators, routes, services, and real-time data.\nScripts (scripts/)\n\nEach script corresponds to a specific API endpoint. They are designed to be executed directly or used as templates.\n\nNaming Convention: scripts/<section>-<function-name>.sh\n\nConfiguration\nscripts/configuration-available-regions.sh\nscripts/configuration-tsps-per-region.sh\nscripts/configuration-pois-for-a-transport-mode.sh\nRouting\nscripts/routing-a-to-b-trips.sh\nscripts/routing-a-to-b-to-c-trip.sh\nscripts/routing-all-day-routing-between-events.sh\nscripts/routing-all-day-routing-between-events-deprecated.sh (Deprecated)\nTrips\nscripts/trips-retrieve-previously-computed-trip.sh\nscripts/trips-save-trip-for-later-use.sh\nscripts/trips-update-trip-with-real-time-data.sh\nscripts/trips-gets-hooked-urls.sh\nscripts/trips-hooks-a-trip-to-real-time-updates.sh\nscripts/trips-removes-a-hooks-from-a-trip.sh\nscripts/trips-mark-trip-as-planned-by-a-user.sh\nTTP (Deprecated)\nscripts/ttp-create-travelling-tourist-problem-deprecated.sh\nscripts/ttp-delete-travelling-tourist-problem-deprecated.sh\nscripts/ttp-delete-travelling-tourist-problem-solution-deprecated.sh\nGeocode\nscripts/geocode-search-and-autocompletion.sh\nLocations\nscripts/locations-pois-for-a-circular-region.sh\nscripts/locations-pois-for-map-region-using-cell-ids.sh\nscripts/locations-additional-details-for-a-coordinate.sh\nPublic Transport\nscripts/public-transport-operators-for-a-region-or-group-of-regions.sh\nscripts/public-transport-routes-for-a-region-or-operator.sh\nscripts/public-transport-details-of-a-route.sh\nscripts/public-transport-services-for-a-route.sh\nscripts/public-transport-departure-timetable-for-a-stop.sh\nscripts/public-transport-real-time-information-for-a-service.sh\nscripts/public-transport-get-details-of-a-service.sh\nscripts/public-transport-get-real-time-alerts.sh\nUsage Constraints\nDo NOT invent parameters. All scripts use parameters explicitly documented in references/.\nDeprecated Endpoints: Some scripts are marked as deprecated (e.g., TTP section). Use with caution or avoid if possible.\nVerification: If a parameter or field is marked as \"To be confirmed\" in the references, verify with a live API call before relying on it in production.\nEnvironment: Ensure TRIPGO_API_KEY is set in the environment before running any script.\nExample\n\nSearching for a location:\n\nexport TRIPGO_API_KEY=\"your_key_here\"\n./scripts/geocode-search-and-autocompletion.sh --query \"Sydney Opera House\" --near \"(-33.8688,151.2093)\"\n\n\nPlanning a trip:\n\n./scripts/routing-a-to-b-trips.sh --from \"(lat,lng)\" --to \"(lat,lng)\" --region \"AU_NSW_Sydney\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/guanyu-zhang/skedgo-tripgo-api",
    "publisherUrl": "https://clawhub.ai/guanyu-zhang/skedgo-tripgo-api",
    "owner": "guanyu-zhang",
    "version": "1.0.3",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api",
    "downloadUrl": "https://openagent3.xyz/downloads/skedgo-tripgo-api",
    "agentUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skedgo-tripgo-api/agent.md"
  }
}