Overview
- Skill Key
- guanyu-zhang/skedgo-tripgo-api
- Author
- guanyu-zhang
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/guanyu-zhang/skedgo-tripgo-api
- Latest Commit SHA
- c097490a29c141b5d882d19fd660285f995f3436
Comprehensive interface for the SkedGo TripGo API, covering routing, public transport, trips, and location services. Use for multimodal journey planning, public transport data, and geocoding.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 skedgo-tripgo-api 技能。 若已安装,则直接安装 skedgo-tripgo-api 技能。
# SkedGo TripGo API Skill 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. ## 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. **Global Skill Location:** `~/.openclaw/skills/skedgo-tripgo-api/` ## Configuration To use this skill, you must set the following environment variables: - `TRIPGO_API_KEY`: Your TripGo API key (header: `X-TripGo-Key`). - `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...
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
alirezarezvani
Analyzes campaign performance with multi-touch attribution, funnel conversion analysis, and ROI calculation for marketing optimization. Use when analyzing marketing campaigns, ad performance, attribution models, conversion rates, or calculating marketing ROI, ROAS, CPA, and campaign metrics across channels.
27555402-spec
Scan Freelancer.com for new projects matching your skills, draft personalized bid proposals, and track bidding history. Use when you want to find freelance jobs, write winning bid proposals, or monitor new project postings on Freelancer.com.
cezexpl
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memory, and restoring agent state.
chenhaox
Upload PDFs and manage items in a Zotero Web Library. Supports both personal and group libraries. Use when a user wants to add papers/PDFs to Zotero, organize collections, or manage their Zotero library through the API.