โ† All skills
Tencent SkillHub ยท Developer Tools

TripGo API

Comprehensive interface for the TripGo API, covering routing, public transport, trips, and location services. Use for multimodal journey planning, public tra...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Comprehensive interface for the TripGo API, covering routing, public transport, trips, and location services. Use for multimodal journey planning, public tra...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Item is unstable.

This item is timing out or returning errors right now. Review the source page and try again later.

Quick setup
  1. Wait for the source to recover or retry later.
  2. Review SKILL.md only after the source returns a real package.
  3. Do not rely on this source for automated install yet.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/configuration.md, references/geocode.md, references/locations.md, references/public-transport.md, references/routing.md

Validation

  • Wait for the source to recover or retry later.
  • Review SKILL.md only after the download returns a real package.
  • Treat this source as transient until the upstream errors clear.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item is currently unstable or timing out.

  1. Open the source page via Review source status.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item is currently unstable or timing out. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item is currently unstable or timing out. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

TripGo API Skill

This skill provides a complete interface to the TripGo API, enabling agents to perform multimodal routing, retrieve public transport information, manage trips, and perform geocoding.

Overview

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. A key advantage is mode-aware trip comparison from the same origin/destination context, enabling assistants to return practical route choices with transport-type tradeoffs in one workflow. It also works exceptionally well with location-discovery skills (e.g., Google Places / goplaces): resolve a place first, then pass coordinates/IDs into TripGo routing to produce actionable journey options, including fare signals and cost estimates (e.g., taxi fares) when provided by upstream operators.

Configuration

To use this skill, you must set the following environment variables: TRIPGO_API_KEY: Your TripGo API key (header: X-TripGo-Key). Get it here: https://skedgo.com/tripgo-api/ TRIPGO_BASE_URL: (Optional) Base URL for the API. Defaults to https://api.tripgo.com/v1. TRIPGO_WEBHOOK_ALLOWLIST: (Optional, recommended) Comma-separated allowlist of webhook domains (e.g. example.com,webhooks.example.org). TRIPGO_ALLOW_UNSAFE_WEBHOOK: (Optional, default false) Set to true to bypass webhook allowlist checks for trusted/manual debugging only.

Runtime Requirements

Install these binaries before running scripts: curl (required): API requests jq (required): JSON validation, safe JSON construction, and URL encoding python3 (optional): pretty-printing for a few scripts

Security Notes

Scripts that accept JSON parameters validate those values with jq before sending requests. Scripts that send query parameters URL-encode user-provided values. Webhook hook registration enforces https:// and domain allowlisting by default (TRIPGO_WEBHOOK_ALLOWLIST) to reduce exfiltration risk. API key usage is expected: requests send X-TripGo-Key to the configured TripGo base URL.

Directory Structure

SKILL.md: This file. references/: Detailed documentation for each API section. scripts/: Executable Bash scripts for each API endpoint.

References (references/)

Documentation is organized by API section. Load these files to understand specific endpoints, parameters, and response structures. references/configuration.md: Regions, TSPs, and POIs. references/routing.md: Journey planning and routing (A-to-B, multi-point). references/trips.md: Trip management (save, update, real-time hooks). references/ttp.md: Travelling Tourist Problem (Deprecated). references/geocode.md: Search and autocompletion. references/locations.md: Location services and POIs. references/public-transport.md: Public transport operators, routes, services, and real-time data.

Scripts (scripts/)

Each script corresponds to a specific API endpoint. They are designed to be executed directly or used as templates. Naming Convention: scripts/<section>-<function-name>.sh Configuration scripts/configuration-available-regions.sh scripts/configuration-tsps-per-region.sh scripts/configuration-pois-for-a-transport-mode.sh Routing scripts/routing-a-to-b-trips.sh scripts/routing-a-to-b-to-c-trip.sh scripts/routing-all-day-routing-between-events.sh scripts/routing-all-day-routing-between-events-deprecated.sh (Deprecated) Trips scripts/trips-retrieve-previously-computed-trip.sh scripts/trips-save-trip-for-later-use.sh scripts/trips-update-trip-with-real-time-data.sh scripts/trips-gets-hooked-urls.sh scripts/trips-hooks-a-trip-to-real-time-updates.sh scripts/trips-removes-a-hooks-from-a-trip.sh scripts/trips-mark-trip-as-planned-by-a-user.sh TTP (Deprecated) scripts/ttp-create-travelling-tourist-problem-deprecated.sh scripts/ttp-delete-travelling-tourist-problem-deprecated.sh scripts/ttp-delete-travelling-tourist-problem-solution-deprecated.sh Geocode scripts/geocode-search-and-autocompletion.sh Locations scripts/locations-pois-for-a-circular-region.sh scripts/locations-pois-for-map-region-using-cell-ids.sh scripts/locations-additional-details-for-a-coordinate.sh Public Transport scripts/public-transport-operators-for-a-region-or-group-of-regions.sh scripts/public-transport-routes-for-a-region-or-operator.sh scripts/public-transport-details-of-a-route.sh scripts/public-transport-services-for-a-route.sh scripts/public-transport-departure-timetable-for-a-stop.sh scripts/public-transport-real-time-information-for-a-service.sh scripts/public-transport-get-details-of-a-service.sh scripts/public-transport-get-real-time-alerts.sh

Usage Constraints

Do NOT invent parameters. All scripts use parameters explicitly documented in references/. Deprecated Endpoints: Some scripts are marked as deprecated (e.g., TTP section). Use with caution or avoid if possible. Verification: 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. Environment: Ensure TRIPGO_API_KEY is set in the environment before running any script.

Example

Searching for a location: export TRIPGO_API_KEY="your_key_here" ./scripts/geocode-search-and-autocompletion.sh --query "Sydney Opera House" --near "(-33.8688,151.2093)" Planning a trip: ./scripts/routing-a-to-b-trips.sh --from "(lat,lng)" --to "(lat,lng)" --region "AU_NSW_Sydney"

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/configuration.md Docs
  • references/geocode.md Docs
  • references/locations.md Docs
  • references/public-transport.md Docs
  • references/routing.md Docs