{
  "schemaVersion": "1.0",
  "item": {
    "slug": "qr",
    "name": "QR",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/qr",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/qr",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/qr",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=qr",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "deployment.md",
      "types.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/qr"
    },
    "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/qr",
    "agentPageUrl": "https://openagent3.xyz/skills/qr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qr/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": "Before Generating",
        "body": "Choose correct type — URL is not the only option. See types.md for vCard, WiFi, email, SMS, geo, etc.\nShorten dynamic URLs — Long URLs = dense codes = harder to scan. Use short links for tracking too.\nSet error correction — L (7%) for clean environments, M (15%) default, Q (25%) with logos, H (30%) for harsh conditions"
      },
      {
        "title": "Sizing Rules",
        "body": "Minimum sizes by scan distance:\n\nPhone at arm's length (~30cm): 2x2 cm minimum\nTable tent (~50cm): 3x3 cm\nPoster (~1m): 5x5 cm\nBillboard (~5m): 25x25 cm\n\nFormula: QR size = scan distance ÷ 10"
      },
      {
        "title": "Color & Contrast",
        "body": "Minimum 70% contrast between foreground and background\nDark on light ONLY — scanners expect dark modules\nNever invert (white on black fails on many readers)\nAvoid gradients on modules — solid colors only\nBackground can have subtle texture if contrast maintained"
      },
      {
        "title": "Testing Checklist",
        "body": "Before printing/deploying:\n\nScan with 3+ different phones (iOS, Android old/new)\n Test in target lighting conditions\n Verify destination loads correctly\n Check at actual print size, not screen preview\n Test after any logo/customization applied"
      },
      {
        "title": "Common Failures",
        "body": "SymptomCauseFixWon't scanToo small / low contrastIncrease size, check colorsScans but wrong contentURL changed after printUse dynamic QR / redirectWorks on some phonesOver-customized, low error correctionReduce customization, increase ECSlow to recognizeToo denseShorten URL, reduce data"
      },
      {
        "title": "Use Case Guides",
        "body": "ContextSeeData types (WiFi, vCard, etc.)types.mdBusiness deployment patternsdeployment.md"
      }
    ],
    "body": "Before Generating\nChoose correct type — URL is not the only option. See types.md for vCard, WiFi, email, SMS, geo, etc.\nShorten dynamic URLs — Long URLs = dense codes = harder to scan. Use short links for tracking too.\nSet error correction — L (7%) for clean environments, M (15%) default, Q (25%) with logos, H (30%) for harsh conditions\nSizing Rules\n\nMinimum sizes by scan distance:\n\nPhone at arm's length (~30cm): 2x2 cm minimum\nTable tent (~50cm): 3x3 cm\nPoster (~1m): 5x5 cm\nBillboard (~5m): 25x25 cm\n\nFormula: QR size = scan distance ÷ 10\n\nColor & Contrast\nMinimum 70% contrast between foreground and background\nDark on light ONLY — scanners expect dark modules\nNever invert (white on black fails on many readers)\nAvoid gradients on modules — solid colors only\nBackground can have subtle texture if contrast maintained\nTesting Checklist\n\nBefore printing/deploying:\n\n Scan with 3+ different phones (iOS, Android old/new)\n Test in target lighting conditions\n Verify destination loads correctly\n Check at actual print size, not screen preview\n Test after any logo/customization applied\nCommon Failures\nSymptom\tCause\tFix\nWon't scan\tToo small / low contrast\tIncrease size, check colors\nScans but wrong content\tURL changed after print\tUse dynamic QR / redirect\nWorks on some phones\tOver-customized, low error correction\tReduce customization, increase EC\nSlow to recognize\tToo dense\tShorten URL, reduce data\nUse Case Guides\nContext\tSee\nData types (WiFi, vCard, etc.)\ttypes.md\nBusiness deployment patterns\tdeployment.md"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/ivangdavila/qr",
    "publisherUrl": "https://clawhub.ai/ivangdavila/qr",
    "owner": "ivangdavila",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/qr",
    "downloadUrl": "https://openagent3.xyz/downloads/qr",
    "agentUrl": "https://openagent3.xyz/skills/qr/agent",
    "manifestUrl": "https://openagent3.xyz/skills/qr/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/qr/agent.md"
  }
}