{
  "schemaVersion": "1.0",
  "item": {
    "slug": "idealista-cli",
    "name": "Idealista Cli",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pjtf93/idealista-cli",
    "canonicalUrl": "https://clawhub.ai/pjtf93/idealista-cli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/idealista-cli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idealista-cli",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.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",
      "slug": "idealista-cli",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T07:54:32.615Z",
      "expiresAt": "2026-05-11T07:54:32.615Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idealista-cli",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=idealista-cli",
        "contentDisposition": "attachment; filename=\"idealista-cli-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "idealista-cli"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/idealista-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/idealista-cli",
    "agentPageUrl": "https://openagent3.xyz/skills/idealista-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/idealista-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/idealista-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": "Purpose",
        "body": "Search Idealista listings and fetch listing details."
      },
      {
        "title": "When to use",
        "body": "User wants Idealista searches by city/town/area/street.\nUser needs listing detail by ad ID.\nUser wants JSON output for scripting."
      },
      {
        "title": "Location suggestions",
        "body": "idealista locations \"<query>\" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land>"
      },
      {
        "title": "Search listings",
        "body": "idealista search \"<query>\" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land>\n\nOptional filters:\n\n--page <n>\n--limit <n>\n--min-price <amount> / --max-price <amount>\n--min-size <sqm> / --max-size <sqm>\n--bedrooms <count>\n--order <field> / --sort <order>\n--location-id <id> to skip lookup"
      },
      {
        "title": "Listing detail",
        "body": "idealista listing <adId>"
      },
      {
        "title": "JSON output",
        "body": "Add --json to any command:\n\nidealista search \"madrid\" --json\nidealista listing 123456789 --json"
      },
      {
        "title": "Configuration",
        "body": "Defaults are prefilled from APK, override via env vars if needed:\n\nIDEALISTA_API_KEY\nIDEALISTA_SIGNATURE_SECRET\nIDEALISTA_OAUTH_CONSUMER_KEY\nIDEALISTA_OAUTH_CONSUMER_SECRET\nIDEALISTA_DEVICE_ID\nIDEALISTA_APP_VERSION\nIDEALISTA_BASE_URL\nIDEALISTA_USER_AGENT\nIDEALISTA_DNT"
      },
      {
        "title": "Output expectations",
        "body": "Locations: table or JSON with locationId, name, type.\nSearch: table or JSON with id, price, rooms, size, address, location, url.\nListing: table or JSON with price, rooms, size, address, url, description."
      },
      {
        "title": "Examples",
        "body": "idealista locations \"madrid\" --operation sale --property-type homes\nidealista search \"madrid\" --operation rent --property-type homes --limit 20\nidealista listing 123456789"
      },
      {
        "title": "Error handling",
        "body": "Non-zero exit code on failure.\nFor scripting, use --json and check exit code."
      }
    ],
    "body": "Purpose\n\nSearch Idealista listings and fetch listing details.\n\nWhen to use\nUser wants Idealista searches by city/town/area/street.\nUser needs listing detail by ad ID.\nUser wants JSON output for scripting.\nCommands\nLocation suggestions\nidealista locations \"<query>\" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land>\n\nSearch listings\nidealista search \"<query>\" --operation <sale|rent|transfer> --property-type <homes|rooms|offices|garages|land>\n\n\nOptional filters:\n\n--page <n>\n--limit <n>\n--min-price <amount> / --max-price <amount>\n--min-size <sqm> / --max-size <sqm>\n--bedrooms <count>\n--order <field> / --sort <order>\n--location-id <id> to skip lookup\nListing detail\nidealista listing <adId>\n\nJSON output\n\nAdd --json to any command:\n\nidealista search \"madrid\" --json\nidealista listing 123456789 --json\n\nConfiguration\n\nDefaults are prefilled from APK, override via env vars if needed:\n\nIDEALISTA_API_KEY\nIDEALISTA_SIGNATURE_SECRET\nIDEALISTA_OAUTH_CONSUMER_KEY\nIDEALISTA_OAUTH_CONSUMER_SECRET\nIDEALISTA_DEVICE_ID\nIDEALISTA_APP_VERSION\nIDEALISTA_BASE_URL\nIDEALISTA_USER_AGENT\nIDEALISTA_DNT\nOutput expectations\nLocations: table or JSON with locationId, name, type.\nSearch: table or JSON with id, price, rooms, size, address, location, url.\nListing: table or JSON with price, rooms, size, address, url, description.\nExamples\nidealista locations \"madrid\" --operation sale --property-type homes\nidealista search \"madrid\" --operation rent --property-type homes --limit 20\nidealista listing 123456789\n\nError handling\nNon-zero exit code on failure.\nFor scripting, use --json and check exit code."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pjtf93/idealista-cli",
    "publisherUrl": "https://clawhub.ai/pjtf93/idealista-cli",
    "owner": "pjtf93",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/idealista-cli",
    "downloadUrl": "https://openagent3.xyz/downloads/idealista-cli",
    "agentUrl": "https://openagent3.xyz/skills/idealista-cli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/idealista-cli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/idealista-cli/agent.md"
  }
}