{
  "schemaVersion": "1.0",
  "item": {
    "slug": "whcli",
    "name": "Willhaben CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pasogott/whcli",
    "canonicalUrl": "https://clawhub.ai/pasogott/whcli",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/whcli",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=whcli",
    "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",
      "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/whcli"
    },
    "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/whcli",
    "agentPageUrl": "https://openagent3.xyz/skills/whcli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/whcli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/whcli/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": "whcli - Willhaben CLI 🏠",
        "body": "Search and browse willhaben.at, Austria's largest classifieds marketplace from the command line."
      },
      {
        "title": "Homebrew (recommended)",
        "body": "brew install pasogott/tap/whcli"
      },
      {
        "title": "From source (with uv)",
        "body": "git clone https://github.com/pasogott/whcli.git\ncd whcli\nuv sync\nuv run whcli --help"
      },
      {
        "title": "Search",
        "body": "# Basic search\nwhcli search \"iphone 15\"\n\n# With filters\nwhcli search \"rtx 4090\" --category grafikkarten --max-price 1500\n\n# Location filter\nwhcli search \"bicycle\" -l Wien -n 20\n\n# Only PayLivery (buyer protection)\nwhcli search \"playstation\" --paylivery\n\n# Output as JSON for scripting\nwhcli search \"laptop\" --format json\n\nOptions:\n\nOptionShortDescription--category-cCategory slug (grafikkarten, smartphones, etc.)--min-priceMinimum price in EUR--max-priceMaximum price in EUR--conditionneu, gebraucht, defekt, neuwertig--location-lLocation/region filter--rows-nNumber of results (default: 30)--page-pPage number--payliveryOnly PayLivery listings--format-ftable, json, csv"
      },
      {
        "title": "Show Listing Details",
        "body": "# View listing by ID\nwhcli show 1993072190\n\n# JSON output\nwhcli show 1993072190 --format json"
      },
      {
        "title": "Seller Profile",
        "body": "# View seller profile and ratings\nwhcli seller 29159134"
      },
      {
        "title": "Examples",
        "body": "# Find cheap iPhones in Vienna\nwhcli search \"iphone\" -l Wien --max-price 500\n\n# Graphics cards under €1000\nwhcli search \"grafikkarte\" --category grafikkarten --max-price 1000\n\n# New condition only\nwhcli search \"ps5\" --condition neu\n\n# Export search results as CSV\nwhcli search \"furniture\" -l \"1220\" -n 50 --format csv > results.csv"
      },
      {
        "title": "Common Categories",
        "body": "grafikkarten - Graphics cards\nsmartphones - Phones\nnotebooks-laptops - Laptops\nspielkonsolen - Gaming consoles\nfahrraeder - Bicycles\nmoebel - Furniture"
      },
      {
        "title": "Known Limitations",
        "body": "⚠️ show command has a bug (being fixed)\nLocation filter works but may include nearby regions\nNo OAuth login yet (messaging/watching not available)"
      },
      {
        "title": "Links",
        "body": "Repository: https://github.com/pasogott/whcli\nIssues: https://github.com/pasogott/whcli/issues\nHomebrew Tap: https://github.com/pasogott/homebrew-tap"
      }
    ],
    "body": "whcli - Willhaben CLI 🏠\n\nSearch and browse willhaben.at, Austria's largest classifieds marketplace from the command line.\n\nInstallation\nHomebrew (recommended)\nbrew install pasogott/tap/whcli\n\nFrom source (with uv)\ngit clone https://github.com/pasogott/whcli.git\ncd whcli\nuv sync\nuv run whcli --help\n\nCommands\nSearch\n# Basic search\nwhcli search \"iphone 15\"\n\n# With filters\nwhcli search \"rtx 4090\" --category grafikkarten --max-price 1500\n\n# Location filter\nwhcli search \"bicycle\" -l Wien -n 20\n\n# Only PayLivery (buyer protection)\nwhcli search \"playstation\" --paylivery\n\n# Output as JSON for scripting\nwhcli search \"laptop\" --format json\n\n\nOptions:\n\nOption\tShort\tDescription\n--category\t-c\tCategory slug (grafikkarten, smartphones, etc.)\n--min-price\t\tMinimum price in EUR\n--max-price\t\tMaximum price in EUR\n--condition\t\tneu, gebraucht, defekt, neuwertig\n--location\t-l\tLocation/region filter\n--rows\t-n\tNumber of results (default: 30)\n--page\t-p\tPage number\n--paylivery\t\tOnly PayLivery listings\n--format\t-f\ttable, json, csv\nShow Listing Details\n# View listing by ID\nwhcli show 1993072190\n\n# JSON output\nwhcli show 1993072190 --format json\n\nSeller Profile\n# View seller profile and ratings\nwhcli seller 29159134\n\nExamples\n# Find cheap iPhones in Vienna\nwhcli search \"iphone\" -l Wien --max-price 500\n\n# Graphics cards under €1000\nwhcli search \"grafikkarte\" --category grafikkarten --max-price 1000\n\n# New condition only\nwhcli search \"ps5\" --condition neu\n\n# Export search results as CSV\nwhcli search \"furniture\" -l \"1220\" -n 50 --format csv > results.csv\n\nCommon Categories\ngrafikkarten - Graphics cards\nsmartphones - Phones\nnotebooks-laptops - Laptops\nspielkonsolen - Gaming consoles\nfahrraeder - Bicycles\nmoebel - Furniture\nKnown Limitations\n⚠️ show command has a bug (being fixed)\nLocation filter works but may include nearby regions\nNo OAuth login yet (messaging/watching not available)\nLinks\nRepository: https://github.com/pasogott/whcli\nIssues: https://github.com/pasogott/whcli/issues\nHomebrew Tap: https://github.com/pasogott/homebrew-tap"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/pasogott/whcli",
    "publisherUrl": "https://clawhub.ai/pasogott/whcli",
    "owner": "pasogott",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/whcli",
    "downloadUrl": "https://openagent3.xyz/downloads/whcli",
    "agentUrl": "https://openagent3.xyz/skills/whcli/agent",
    "manifestUrl": "https://openagent3.xyz/skills/whcli/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/whcli/agent.md"
  }
}