{
  "schemaVersion": "1.0",
  "item": {
    "slug": "quote0",
    "name": "Quote/0",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/YangguangZhou/quote0",
    "canonicalUrl": "https://clawhub.ai/YangguangZhou/quote0",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/quote0",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=quote0",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "quote0.js"
    ],
    "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/quote0"
    },
    "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/quote0",
    "agentPageUrl": "https://openagent3.xyz/skills/quote0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quote0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quote0/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": "Quote/0 技能（v1.0.4）",
        "body": "使用本地脚本调用 Dot Developer Platform API：\n\nnode quote0.js <command> [options]\n\n在技能目录内执行命令。"
      },
      {
        "title": "必需凭据",
        "body": "DOT_API_KEY（必需）\nDOT_DEVICE_ID（设备相关命令必需，如 status|next|list|text|image）"
      },
      {
        "title": "禁止事项",
        "body": "不要把 API Key / Device ID 硬编码到脚本、SKILL.md、Git 提交。\n不要把敏感文件路径传给 --imageFile（脚本会读取该路径对应的本地文件并上传）。"
      },
      {
        "title": "推荐注入方式（按安全优先级）",
        "body": "单次命令传参（最推荐）\n当前终端临时环境变量\n长期写入 shell 配置（仅在用户明确同意后）\n\n若要持久保存环境变量（如写入 ~/.zshrc / ~/.bashrc / PowerShell profile），必须先征得用户明确同意。"
      },
      {
        "title": "2) 跨平台运行方式（macOS / Linux / Windows）",
        "body": "先进入技能目录：\n\ncd /path/to/quote0"
      },
      {
        "title": "方式 A：单次命令传参（推荐）",
        "body": "node quote0.js devices --apiKey \"...\"\nnode quote0.js status --apiKey \"...\" --deviceId \"...\""
      },
      {
        "title": "方式 B：临时环境变量",
        "body": "macOS / Linux（bash/zsh）\n\nexport DOT_API_KEY=\"你的_key\"\nexport DOT_DEVICE_ID=\"你的_id\"\nnode quote0.js devices\nnode quote0.js status\n\nWindows PowerShell\n\n$env:DOT_API_KEY=\"你的_key\"\n$env:DOT_DEVICE_ID=\"你的_id\"\nnode .\\quote0.js devices\nnode .\\quote0.js status\n\nWindows CMD\n\nset DOT_API_KEY=你的_key\nset DOT_DEVICE_ID=你的_id\nnode .\\quote0.js devices\nnode .\\quote0.js status"
      },
      {
        "title": "方式 C：持久环境变量（需用户同意）",
        "body": "仅在用户明确授权后再执行。"
      },
      {
        "title": "3) 首次配置（避免 404/403）",
        "body": "在 Dot App 完成设备配对、联网、在线确认\n创建 API Key：More → API Key → Create API Key\n获取 Device Serial Number（作为 DOT_DEVICE_ID）\n在 Content Studio 至少添加：\n\n一个 Text API 内容项\n一个 Image API 内容项\n\n\n运行：\n\ndevices 确认设备可见\nstatus 确认设备在线"
      },
      {
        "title": "4) 命令总览",
        "body": "node quote0.js --help\n\ndevices：获取设备列表\nstatus：获取设备状态\nnext：切换下一条内容\nlist：列出设备内容项\ntext：推送文本内容\nimage：推送图像内容"
      },
      {
        "title": "devices",
        "body": "API: GET /api/authV2/open/devices\n\nnode quote0.js devices"
      },
      {
        "title": "status",
        "body": "API: GET /api/authV2/open/device/:id/status\n\nnode quote0.js status\nnode quote0.js status --deviceId \"ABCD1234ABCD\""
      },
      {
        "title": "next",
        "body": "API: POST /api/authV2/open/device/:id/next\n\nnode quote0.js next"
      },
      {
        "title": "list",
        "body": "API: GET /api/authV2/open/device/:deviceId/:taskType/list\n\nnode quote0.js list --taskType loop"
      },
      {
        "title": "text",
        "body": "API: POST /api/authV2/open/device/:deviceId/text\n\nnode quote0.js text --message \"你好，Quote/0\"\nnode quote0.js text --title \"验证码助手\" --message \"你的验证码：205112\" --signature \"2026-02-25 00:40\" --refresh true\n\n关键参数：\n\n--message 必填\n--title / --signature / --icon / --link / --taskKey 可选\n--refresh 默认 true"
      },
      {
        "title": "image",
        "body": "API: POST /api/authV2/open/device/:deviceId/image\n\nnode quote0.js image --imageFile ./card.png\nnode quote0.js image --imageFile ./text-card.png --border 0 --ditherType NONE --refresh true\n\n关键参数：\n\n--image 或 --imageFile 二选一\n--imageFile 必须是 .png 普通文件，且大小不超过 5MB\n脚本会校验 PNG 文件头（不可绕过）\n--border：0 白边 / 1 黑边\n--ditherType：DIFFUSION | ORDERED | NONE\n--ditherKernel：THRESHOLD | ATKINSON | BURKES | FLOYD_STEINBERG | ..."
      },
      {
        "title": "6) 常见错误排查",
        "body": "401 Unauthorized：API Key 错误/过期\n403 Forbidden：Key 无此设备权限\n404 Not Found：设备 ID 不存在，或未添加 Text/Image API 内容项\n400 Invalid Params：参数非法（如 border、image、dither）\n500 Device response failure：设备离线/网络异常\n限流：10 requests/second"
      },
      {
        "title": "7) 官方文档",
        "body": "总览：https://dot.mindreset.tech/docs/service/open\nAPI Key：https://dot.mindreset.tech/docs/service/open/get_api\nDevice ID：https://dot.mindreset.tech/docs/service/open/get_device_id\nDevice List：https://dot.mindreset.tech/docs/service/open/list_devices_api\nDevice Status：https://dot.mindreset.tech/docs/service/open/device_status_api\nDevice Next：https://dot.mindreset.tech/docs/service/open/device_next_api\nList Device Content：https://dot.mindreset.tech/docs/service/open/list_device_tasks_api\nText API：https://dot.mindreset.tech/docs/service/open/text_api\nImage API：https://dot.mindreset.tech/docs/service/open/image_api"
      }
    ],
    "body": "Quote/0 技能（v1.0.4）\n\n使用本地脚本调用 Dot Developer Platform API：\n\nnode quote0.js <command> [options]\n\n\n在技能目录内执行命令。\n\n1) 凭据与安全（必须遵守）\n必需凭据\nDOT_API_KEY（必需）\nDOT_DEVICE_ID（设备相关命令必需，如 status|next|list|text|image）\n禁止事项\n不要把 API Key / Device ID 硬编码到脚本、SKILL.md、Git 提交。\n不要把敏感文件路径传给 --imageFile（脚本会读取该路径对应的本地文件并上传）。\n推荐注入方式（按安全优先级）\n单次命令传参（最推荐）\n当前终端临时环境变量\n长期写入 shell 配置（仅在用户明确同意后）\n\n若要持久保存环境变量（如写入 ~/.zshrc / ~/.bashrc / PowerShell profile），必须先征得用户明确同意。\n\n2) 跨平台运行方式（macOS / Linux / Windows）\n\n先进入技能目录：\n\ncd /path/to/quote0\n\n方式 A：单次命令传参（推荐）\nnode quote0.js devices --apiKey \"...\"\nnode quote0.js status --apiKey \"...\" --deviceId \"...\"\n\n方式 B：临时环境变量\nmacOS / Linux（bash/zsh）\nexport DOT_API_KEY=\"你的_key\"\nexport DOT_DEVICE_ID=\"你的_id\"\nnode quote0.js devices\nnode quote0.js status\n\nWindows PowerShell\n$env:DOT_API_KEY=\"你的_key\"\n$env:DOT_DEVICE_ID=\"你的_id\"\nnode .\\quote0.js devices\nnode .\\quote0.js status\n\nWindows CMD\nset DOT_API_KEY=你的_key\nset DOT_DEVICE_ID=你的_id\nnode .\\quote0.js devices\nnode .\\quote0.js status\n\n方式 C：持久环境变量（需用户同意）\n\n仅在用户明确授权后再执行。\n\n3) 首次配置（避免 404/403）\n在 Dot App 完成设备配对、联网、在线确认\n创建 API Key：More → API Key → Create API Key\n获取 Device Serial Number（作为 DOT_DEVICE_ID）\n在 Content Studio 至少添加：\n一个 Text API 内容项\n一个 Image API 内容项\n运行：\ndevices 确认设备可见\nstatus 确认设备在线\n4) 命令总览\nnode quote0.js --help\n\ndevices：获取设备列表\nstatus：获取设备状态\nnext：切换下一条内容\nlist：列出设备内容项\ntext：推送文本内容\nimage：推送图像内容\n5) 命令与 API 对应\ndevices\nAPI: GET /api/authV2/open/devices\nnode quote0.js devices\n\nstatus\nAPI: GET /api/authV2/open/device/:id/status\nnode quote0.js status\nnode quote0.js status --deviceId \"ABCD1234ABCD\"\n\nnext\nAPI: POST /api/authV2/open/device/:id/next\nnode quote0.js next\n\nlist\nAPI: GET /api/authV2/open/device/:deviceId/:taskType/list\nnode quote0.js list --taskType loop\n\ntext\nAPI: POST /api/authV2/open/device/:deviceId/text\nnode quote0.js text --message \"你好，Quote/0\"\nnode quote0.js text --title \"验证码助手\" --message \"你的验证码：205112\" --signature \"2026-02-25 00:40\" --refresh true\n\n\n关键参数：\n\n--message 必填\n--title / --signature / --icon / --link / --taskKey 可选\n--refresh 默认 true\nimage\nAPI: POST /api/authV2/open/device/:deviceId/image\nnode quote0.js image --imageFile ./card.png\nnode quote0.js image --imageFile ./text-card.png --border 0 --ditherType NONE --refresh true\n\n\n关键参数：\n\n--image 或 --imageFile 二选一\n--imageFile 必须是 .png 普通文件，且大小不超过 5MB\n脚本会校验 PNG 文件头（不可绕过）\n--border：0 白边 / 1 黑边\n--ditherType：DIFFUSION | ORDERED | NONE\n--ditherKernel：THRESHOLD | ATKINSON | BURKES | FLOYD_STEINBERG | ...\n6) 常见错误排查\n401 Unauthorized：API Key 错误/过期\n403 Forbidden：Key 无此设备权限\n404 Not Found：设备 ID 不存在，或未添加 Text/Image API 内容项\n400 Invalid Params：参数非法（如 border、image、dither）\n500 Device response failure：设备离线/网络异常\n限流：10 requests/second\n7) 官方文档\n总览：https://dot.mindreset.tech/docs/service/open\nAPI Key：https://dot.mindreset.tech/docs/service/open/get_api\nDevice ID：https://dot.mindreset.tech/docs/service/open/get_device_id\nDevice List：https://dot.mindreset.tech/docs/service/open/list_devices_api\nDevice Status：https://dot.mindreset.tech/docs/service/open/device_status_api\nDevice Next：https://dot.mindreset.tech/docs/service/open/device_next_api\nList Device Content：https://dot.mindreset.tech/docs/service/open/list_device_tasks_api\nText API：https://dot.mindreset.tech/docs/service/open/text_api\nImage API：https://dot.mindreset.tech/docs/service/open/image_api"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/YangguangZhou/quote0",
    "publisherUrl": "https://clawhub.ai/YangguangZhou/quote0",
    "owner": "YangguangZhou",
    "version": "1.0.4",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/quote0",
    "downloadUrl": "https://openagent3.xyz/downloads/quote0",
    "agentUrl": "https://openagent3.xyz/skills/quote0/agent",
    "manifestUrl": "https://openagent3.xyz/skills/quote0/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/quote0/agent.md"
  }
}