{
  "schemaVersion": "1.0",
  "item": {
    "slug": "translink-cli",
    "name": "Translink CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/alanburchill/translink-cli",
    "canonicalUrl": "https://clawhub.ai/alanburchill/translink-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/translink-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=translink-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/schema.md",
      "references/column-meanings.md",
      "references/schema-generated.md",
      "references/usage.md",
      "references/schema-static.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",
      "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/translink-cli"
    },
    "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/translink-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/translink-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/translink-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/translink-cli/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": "Translink CLI Skill",
        "body": "Use when working with Translink data in this environment."
      },
      {
        "title": "Prerequisite",
        "body": "This skill requires the Translink CLI scripts to be installed and available in PATH.\n\nCLI repo: https://github.com/alanburchill/traslink-cli-scripts\nExpected commands: translink_* (or equivalent wrappers that expose the same command names)\n\nIf the CLI is not installed, stop and ask the user to install it first."
      },
      {
        "title": "Command surfaces",
        "body": "Shell CLI: translink_*\nPlugin slash commands: /translink_* and /translink <command> [args...]"
      },
      {
        "title": "Core workflow",
        "body": "Refresh or validate cache/schema with translink_schedule_refresh when freshness is uncertain.\nQuery with shared parameters (--where, --contains, --in, --page, --per-page, etc.).\nOn strict field errors, use fuzzy suggestions in the JSON error payload to auto-correct.\nUse PK/FK references for joins across routes/trips/stops/stop_times/calendar/shapes.\nFor authoritative current schema, read generated schema docs first."
      },
      {
        "title": "Shared parameter contract",
        "body": "All commands support:\n\n--where field=value (repeatable)\n--contains field=text (repeatable)\n--in field=v1,v2,... (repeatable)\n--fields a,b,c\n--sort field\n--order asc|desc\n--page N\n--per-page N (default 20)\n--format table|json|csv\n--count-only\n\nRealtime extras:\n\n--expand (include nested JSON fields)\n--raw (include full raw entity JSON)\n--time epoch|iso\n\nSchedule extras:\n\n--refresh\n--schema"
      },
      {
        "title": "Runtime behavior",
        "body": "Static cache: ~/.openclaw/cache/translink/\nTTL: 24h\nDaily refresh cron (example): 5:00 AM local time (translink:schedule-refresh)\nRefresh lock prevents concurrent extract races.\nSchema is header-driven and auto-adapts to added columns."
      },
      {
        "title": "Read these references as needed",
        "body": "references/commands.md — command/param/error contract\nreferences/usage.md — examples\nreferences/relationships.md — PK/FK joins\nreferences/schema-generated.md — auto-generated live schema (authoritative)\nreferences/column-meanings.md — GTFS field semantics"
      }
    ],
    "body": "Translink CLI Skill\n\nUse when working with Translink data in this environment.\n\nPrerequisite\n\nThis skill requires the Translink CLI scripts to be installed and available in PATH.\n\nCLI repo: https://github.com/alanburchill/traslink-cli-scripts\nExpected commands: translink_* (or equivalent wrappers that expose the same command names)\n\nIf the CLI is not installed, stop and ask the user to install it first.\n\nCommand surfaces\nShell CLI: translink_*\nPlugin slash commands: /translink_* and /translink <command> [args...]\nCore workflow\nRefresh or validate cache/schema with translink_schedule_refresh when freshness is uncertain.\nQuery with shared parameters (--where, --contains, --in, --page, --per-page, etc.).\nOn strict field errors, use fuzzy suggestions in the JSON error payload to auto-correct.\nUse PK/FK references for joins across routes/trips/stops/stop_times/calendar/shapes.\nFor authoritative current schema, read generated schema docs first.\nShared parameter contract\n\nAll commands support:\n\n--where field=value (repeatable)\n--contains field=text (repeatable)\n--in field=v1,v2,... (repeatable)\n--fields a,b,c\n--sort field\n--order asc|desc\n--page N\n--per-page N (default 20)\n--format table|json|csv\n--count-only\n\nRealtime extras:\n\n--expand (include nested JSON fields)\n--raw (include full raw entity JSON)\n--time epoch|iso\n\nSchedule extras:\n\n--refresh\n--schema\nRuntime behavior\nStatic cache: ~/.openclaw/cache/translink/\nTTL: 24h\nDaily refresh cron (example): 5:00 AM local time (translink:schedule-refresh)\nRefresh lock prevents concurrent extract races.\nSchema is header-driven and auto-adapts to added columns.\nRead these references as needed\nreferences/commands.md — command/param/error contract\nreferences/usage.md — examples\nreferences/relationships.md — PK/FK joins\nreferences/schema-generated.md — auto-generated live schema (authoritative)\nreferences/column-meanings.md — GTFS field semantics"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/alanburchill/translink-cli",
    "publisherUrl": "https://clawhub.ai/alanburchill/translink-cli",
    "owner": "alanburchill",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/translink-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/translink-cli",
    "agentUrl": "https://openagent3.xyz/skills/translink-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/translink-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/translink-cli/agent.md"
  }
}