{
  "schemaVersion": "1.0",
  "item": {
    "slug": "camino-relationship",
    "name": "Geospacial relationship between two locations",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/James-southendsolutions/camino-relationship",
    "canonicalUrl": "https://clawhub.ai/James-southendsolutions/camino-relationship",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/camino-relationship",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=camino-relationship",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/relationship.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-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-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/camino-relationship"
    },
    "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/camino-relationship",
    "agentPageUrl": "https://openagent3.xyz/skills/camino-relationship/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-relationship/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-relationship/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": "Installation",
        "body": "Companion Skills: This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage.\n\n# Install all skills from repo\nnpx skills add https://github.com/barneyjm/camino-skills\n\n# Or install specific skills\nnpx skills add https://github.com/barneyjm/camino-skills --skill relationship\n\nVia clawhub:\n\nnpx clawhub@latest install relationship\n# or: pnpm dlx clawhub@latest install relationship\n# or: bunx clawhub@latest install relationship"
      },
      {
        "title": "Relationship - Spatial Calculations",
        "body": "Calculate distance, direction, travel time, and human-readable descriptions between two points."
      },
      {
        "title": "Setup",
        "body": "Instant Trial (no signup required): Get a temporary API key with 25 calls:\n\ncurl -s -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"you@example.com\"}' \\\n  https://api.getcamino.ai/trial/start\n\nReturns: {\"api_key\": \"camino-xxx...\", \"calls_remaining\": 25, ...}\n\nFor 1,000 free calls/month, sign up at https://app.getcamino.ai/skills/activate.\n\nAdd your key to Claude Code:\n\nAdd to your ~/.claude/settings.json:\n\n{\n  \"env\": {\n    \"CAMINO_API_KEY\": \"your-api-key-here\"\n  }\n}\n\nRestart Claude Code."
      },
      {
        "title": "Via Shell Script",
        "body": "# Calculate relationship between two points\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851}\n}'\n\n# Include specific calculations\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include\": [\"distance\", \"direction\", \"travel_time\", \"description\"]\n}'"
      },
      {
        "title": "Via curl",
        "body": "curl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"start\": {\"lat\": 40.7128, \"lon\": -74.0060}, \"end\": {\"lat\": 40.7589, \"lon\": -73.9851}}' \\\n  \"https://api.getcamino.ai/relationship\""
      },
      {
        "title": "Parameters",
        "body": "FieldTypeRequiredDescriptionstartobjectYesStarting point with lat/lonendobjectYesEnding point with lat/lonincludearrayNoWhat to include: distance, direction, travel_time, description"
      },
      {
        "title": "Response Format",
        "body": "{\n  \"distance\": {\n    \"meters\": 5420,\n    \"kilometers\": 5.42,\n    \"miles\": 3.37\n  },\n  \"direction\": {\n    \"bearing\": 42,\n    \"cardinal\": \"NE\",\n    \"description\": \"northeast\"\n  },\n  \"travel_time\": {\n    \"walking_minutes\": 68,\n    \"driving_minutes\": 15,\n    \"cycling_minutes\": 22\n  },\n  \"description\": \"5.4 km northeast, about 15 minutes by car\"\n}"
      },
      {
        "title": "Simple distance check",
        "body": "./scripts/relationship.sh '{\n  \"start\": {\"lat\": 51.5074, \"lon\": -0.1278},\n  \"end\": {\"lat\": 48.8566, \"lon\": 2.3522}\n}'"
      },
      {
        "title": "Get only distance and direction",
        "body": "./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include\": [\"distance\", \"direction\"]\n}'"
      },
      {
        "title": "Use Cases",
        "body": "Proximity checks: Determine if two locations are within a certain distance\nDirection guidance: Provide cardinal direction context (north, southeast, etc.)\nTravel planning: Estimate travel times for different transport modes\nLocation context: Generate human-readable descriptions of spatial relationships"
      }
    ],
    "body": "Installation\n\nCompanion Skills: This is part of the Camino AI location intelligence suite. Install all available skills (query, places, relationship, context, route, journey, real-estate, hotel-finder, ev-charger, school-finder, parking-finder, fitness-finder, safety-checker, travel-planner) for comprehensive coverage.\n\n# Install all skills from repo\nnpx skills add https://github.com/barneyjm/camino-skills\n\n# Or install specific skills\nnpx skills add https://github.com/barneyjm/camino-skills --skill relationship\n\n\nVia clawhub:\n\nnpx clawhub@latest install relationship\n# or: pnpm dlx clawhub@latest install relationship\n# or: bunx clawhub@latest install relationship\n\nRelationship - Spatial Calculations\n\nCalculate distance, direction, travel time, and human-readable descriptions between two points.\n\nSetup\n\nInstant Trial (no signup required): Get a temporary API key with 25 calls:\n\ncurl -s -X POST -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"you@example.com\"}' \\\n  https://api.getcamino.ai/trial/start\n\n\nReturns: {\"api_key\": \"camino-xxx...\", \"calls_remaining\": 25, ...}\n\nFor 1,000 free calls/month, sign up at https://app.getcamino.ai/skills/activate.\n\nAdd your key to Claude Code:\n\nAdd to your ~/.claude/settings.json:\n\n{\n  \"env\": {\n    \"CAMINO_API_KEY\": \"your-api-key-here\"\n  }\n}\n\n\nRestart Claude Code.\n\nUsage\nVia Shell Script\n# Calculate relationship between two points\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851}\n}'\n\n# Include specific calculations\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include\": [\"distance\", \"direction\", \"travel_time\", \"description\"]\n}'\n\nVia curl\ncurl -X POST -H \"X-API-Key: $CAMINO_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"start\": {\"lat\": 40.7128, \"lon\": -74.0060}, \"end\": {\"lat\": 40.7589, \"lon\": -73.9851}}' \\\n  \"https://api.getcamino.ai/relationship\"\n\nParameters\nField\tType\tRequired\tDescription\nstart\tobject\tYes\tStarting point with lat/lon\nend\tobject\tYes\tEnding point with lat/lon\ninclude\tarray\tNo\tWhat to include: distance, direction, travel_time, description\nResponse Format\n{\n  \"distance\": {\n    \"meters\": 5420,\n    \"kilometers\": 5.42,\n    \"miles\": 3.37\n  },\n  \"direction\": {\n    \"bearing\": 42,\n    \"cardinal\": \"NE\",\n    \"description\": \"northeast\"\n  },\n  \"travel_time\": {\n    \"walking_minutes\": 68,\n    \"driving_minutes\": 15,\n    \"cycling_minutes\": 22\n  },\n  \"description\": \"5.4 km northeast, about 15 minutes by car\"\n}\n\nExamples\nSimple distance check\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 51.5074, \"lon\": -0.1278},\n  \"end\": {\"lat\": 48.8566, \"lon\": 2.3522}\n}'\n\nGet only distance and direction\n./scripts/relationship.sh '{\n  \"start\": {\"lat\": 40.7128, \"lon\": -74.0060},\n  \"end\": {\"lat\": 40.7589, \"lon\": -73.9851},\n  \"include\": [\"distance\", \"direction\"]\n}'\n\nUse Cases\nProximity checks: Determine if two locations are within a certain distance\nDirection guidance: Provide cardinal direction context (north, southeast, etc.)\nTravel planning: Estimate travel times for different transport modes\nLocation context: Generate human-readable descriptions of spatial relationships"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/James-southendsolutions/camino-relationship",
    "publisherUrl": "https://clawhub.ai/James-southendsolutions/camino-relationship",
    "owner": "James-southendsolutions",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/camino-relationship",
    "downloadUrl": "https://openagent3.xyz/downloads/camino-relationship",
    "agentUrl": "https://openagent3.xyz/skills/camino-relationship/agent",
    "manifestUrl": "https://openagent3.xyz/skills/camino-relationship/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/camino-relationship/agent.md"
  }
}