{
  "schemaVersion": "1.0",
  "item": {
    "slug": "caoliao-qrcode-markdown-content-skill",
    "name": "Caoliao Qrcode Markdown Content",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nbjedi/caoliao-qrcode-markdown-content-skill",
    "canonicalUrl": "https://clawhub.ai/nbjedi/caoliao-qrcode-markdown-content-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/caoliao-qrcode-markdown-content-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=caoliao-qrcode-markdown-content-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/caoliao-qrcode-markdown-content-skill"
    },
    "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/caoliao-qrcode-markdown-content-skill",
    "agentPageUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "草料二维码 Markdown 内容获取",
        "body": "在草料二维码短链接末尾拼接 .md 后缀，获取页面的 Markdown 格式内容。"
      },
      {
        "title": "URL 格式",
        "body": "匹配规则：https://qr61.cn/{segment1}/{segment2}\n\n域名：qr61.cn\n路径：恰好两段（如 oZwrwZ/q2wR1WE），每段为字母数字字符\n\n示例：https://qr61.cn/oZwrwZ/q2wR1WE"
      },
      {
        "title": "工作流程",
        "body": "校验 URL — 确认域名为 qr61.cn，路径恰好为两段且非空。\n\n\n构造请求 URL — 在原始 URL 末尾追加 .md：\nhttps://qr61.cn/oZwrwZ/q2wR1WE  →  https://qr61.cn/oZwrwZ/q2wR1WE.md\n\n\n\n通过 Shell 工具使用 curl 获取内容，根据操作系统选择对应命令：\nWindows (PowerShell):\ncurl.exe -L -s \"https://qr61.cn/oZwrwZ/q2wR1WE.md\"\n\nmacOS / Linux:\ncurl -L -s \"https://qr61.cn/oZwrwZ/q2wR1WE.md\"\n\n\nWindows 下必须使用 curl.exe 而非 curl，避免 PowerShell 将其解析为 Invoke-WebRequest。\n\n\n\n将获取到的 Markdown 内容返回给用户。若请求失败或返回错误，告知用户具体问题。"
      },
      {
        "title": "注意事项",
        "body": "-L 参数用于跟随重定向。\n-s 参数用于静默输出，不显示进度信息。\n如果 URL 末尾有斜杠 /，需先移除再拼接 .md。"
      }
    ],
    "body": "草料二维码 Markdown 内容获取\n\n在草料二维码短链接末尾拼接 .md 后缀，获取页面的 Markdown 格式内容。\n\nURL 格式\n\n匹配规则：https://qr61.cn/{segment1}/{segment2}\n\n域名：qr61.cn\n路径：恰好两段（如 oZwrwZ/q2wR1WE），每段为字母数字字符\n\n示例：https://qr61.cn/oZwrwZ/q2wR1WE\n\n工作流程\n\n校验 URL — 确认域名为 qr61.cn，路径恰好为两段且非空。\n\n构造请求 URL — 在原始 URL 末尾追加 .md：\n\nhttps://qr61.cn/oZwrwZ/q2wR1WE  →  https://qr61.cn/oZwrwZ/q2wR1WE.md\n\n\n通过 Shell 工具使用 curl 获取内容，根据操作系统选择对应命令：\n\nWindows (PowerShell):\n\ncurl.exe -L -s \"https://qr61.cn/oZwrwZ/q2wR1WE.md\"\n\n\nmacOS / Linux:\n\ncurl -L -s \"https://qr61.cn/oZwrwZ/q2wR1WE.md\"\n\n\nWindows 下必须使用 curl.exe 而非 curl，避免 PowerShell 将其解析为 Invoke-WebRequest。\n\n将获取到的 Markdown 内容返回给用户。若请求失败或返回错误，告知用户具体问题。\n\n注意事项\n-L 参数用于跟随重定向。\n-s 参数用于静默输出，不显示进度信息。\n如果 URL 末尾有斜杠 /，需先移除再拼接 .md。"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nbjedi/caoliao-qrcode-markdown-content-skill",
    "publisherUrl": "https://clawhub.ai/nbjedi/caoliao-qrcode-markdown-content-skill",
    "owner": "nbjedi",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/caoliao-qrcode-markdown-content-skill",
    "agentUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/caoliao-qrcode-markdown-content-skill/agent.md"
  }
}