{
  "schemaVersion": "1.0",
  "item": {
    "slug": "productboard-search",
    "name": "Productboard Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/robertoamoreno/productboard-search",
    "canonicalUrl": "https://clawhub.ai/robertoamoreno/productboard-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/productboard-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=productboard-search",
    "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-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/productboard-search"
    },
    "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/productboard-search",
    "agentPageUrl": "https://openagent3.xyz/skills/productboard-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/productboard-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/productboard-search/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": "ProductBoard Search Skill",
        "body": "Search and explore your ProductBoard workspace to find features, products, components, and customer feedback."
      },
      {
        "title": "Available Tools",
        "body": "pb_search - Global search across all ProductBoard entities\npb_feature_list - List features with filters\npb_feature_get - Get detailed feature information\npb_feature_search - Search features by name/description\npb_product_list - List all products\npb_product_get - Get product details with components\npb_product_hierarchy - View full product/component tree\npb_note_list - List customer feedback notes"
      },
      {
        "title": "Finding Features",
        "body": "By keyword: Use pb_feature_search with a query term\nBy product: Use pb_feature_list with productId filter\nBy status: Use pb_feature_list with status filter (new, in-progress, shipped, archived)\nBy component: Use pb_feature_list with componentId filter"
      },
      {
        "title": "Understanding Structure",
        "body": "Start with pb_product_hierarchy to see the complete workspace organization\nUse pb_product_get to explore a specific product and its components\nFilter features by product or component to narrow down results"
      },
      {
        "title": "Finding Customer Feedback",
        "body": "Use pb_note_list to see recent feedback\nFilter by date range using createdFrom and createdTo\nUse pb_search with type note to find specific feedback"
      },
      {
        "title": "Example Queries",
        "body": "User: \"Find all features related to authentication\"\nAction: Use pb_feature_search with query \"authentication\"\n\nUser: \"What features are currently in progress?\"\nAction: Use pb_feature_list with status \"in-progress\"\n\nUser: \"Show me the product structure\"\nAction: Use pb_product_hierarchy to get the full tree\n\nUser: \"Find customer feedback about performance\"\nAction: Use pb_search with query \"performance\" and type \"note\""
      },
      {
        "title": "Tips",
        "body": "Start broad with pb_search, then narrow down with specific tools\nUse pb_product_hierarchy first when exploring an unfamiliar workspace\nThe search is case-insensitive and matches partial words\nResults include direct links to ProductBoard for quick access"
      }
    ],
    "body": "ProductBoard Search Skill\n\nSearch and explore your ProductBoard workspace to find features, products, components, and customer feedback.\n\nAvailable Tools\npb_search - Global search across all ProductBoard entities\npb_feature_list - List features with filters\npb_feature_get - Get detailed feature information\npb_feature_search - Search features by name/description\npb_product_list - List all products\npb_product_get - Get product details with components\npb_product_hierarchy - View full product/component tree\npb_note_list - List customer feedback notes\nSearch Strategies\nFinding Features\nBy keyword: Use pb_feature_search with a query term\nBy product: Use pb_feature_list with productId filter\nBy status: Use pb_feature_list with status filter (new, in-progress, shipped, archived)\nBy component: Use pb_feature_list with componentId filter\nUnderstanding Structure\nStart with pb_product_hierarchy to see the complete workspace organization\nUse pb_product_get to explore a specific product and its components\nFilter features by product or component to narrow down results\nFinding Customer Feedback\nUse pb_note_list to see recent feedback\nFilter by date range using createdFrom and createdTo\nUse pb_search with type note to find specific feedback\nExample Queries\n\nUser: \"Find all features related to authentication\" Action: Use pb_feature_search with query \"authentication\"\n\nUser: \"What features are currently in progress?\" Action: Use pb_feature_list with status \"in-progress\"\n\nUser: \"Show me the product structure\" Action: Use pb_product_hierarchy to get the full tree\n\nUser: \"Find customer feedback about performance\" Action: Use pb_search with query \"performance\" and type \"note\"\n\nTips\nStart broad with pb_search, then narrow down with specific tools\nUse pb_product_hierarchy first when exploring an unfamiliar workspace\nThe search is case-insensitive and matches partial words\nResults include direct links to ProductBoard for quick access"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/robertoamoreno/productboard-search",
    "publisherUrl": "https://clawhub.ai/robertoamoreno/productboard-search",
    "owner": "robertoamoreno",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/productboard-search",
    "downloadUrl": "https://openagent3.xyz/downloads/productboard-search",
    "agentUrl": "https://openagent3.xyz/skills/productboard-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/productboard-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/productboard-search/agent.md"
  }
}