{
  "schemaVersion": "1.0",
  "item": {
    "slug": "line-rich-messages",
    "name": "LINE Rich Messages",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/shingo0620/line-rich-messages",
    "canonicalUrl": "https://clawhub.ai/shingo0620/line-rich-messages",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/line-rich-messages",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=line-rich-messages",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "references/decision-matrix.md",
      "references/directives.md",
      "references/flex-templates.md",
      "references/markdown-to-flex.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-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/line-rich-messages"
    },
    "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/line-rich-messages",
    "agentPageUrl": "https://openagent3.xyz/skills/line-rich-messages/agent",
    "manifestUrl": "https://openagent3.xyz/skills/line-rich-messages/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/line-rich-messages/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": "LINE Rich Messages",
        "body": "This skill transforms the agent from a text-only bot into a professional LINE assistant with native UI capabilities."
      },
      {
        "title": "Core Principle: Rich-UI 優先 (Low-Friction)",
        "body": "Typing on mobile is slow and error-prone. Always prioritize Rich UI elements to minimize the user's need to reply with text."
      },
      {
        "title": "Quick Navigation",
        "body": "Detailed guides for each feature:\n\ndecision-matrix.md: Choose the best UI element for your scenario.\ndirectives.md: Syntax for interactive cards and bubbles.\nflex-templates.md: Raw JSON Templates for 100% reliable UI creation.\nmarkdown-to-flex.md: Auto-美化 tables and code blocks."
      },
      {
        "title": "Best Practices",
        "body": "No file delivery: For security, this skill intentionally does not include any workflow for uploading/sharing files (e.g., Google Drive). If you need file delivery, implement it in a separate, tightly-scoped skill with explicit allowlists and safeguards.\nGuided Choices: If you ask a question with 2-4 fixed answers, always include [[quick_replies: ...]].\nStructured Data: Use Markdown tables for any multi-point information (e.g., flight times, order items).\nDestructive Actions: Use [[confirm: ...]] for actions like \"Delete Memory\" or \"Cancel Project\".\nUX Limitation (Crucial): Text within Flex Messages (including Markdown tables and auto-converted replies) cannot be selected or copied by the user.\n\nRule: If the data is meant to be copied (e.g., SSH keys, IDs, URLs), always send it as plain text without Markdown formatting or directives that trigger Flex conversion."
      },
      {
        "title": "Security / Scope (Important)",
        "body": "This skill is documentation + templates for building a better LINE UX (Flex, buttons, quick replies).\nIt does not ship credentials and does not automatically make external API calls.\nAnything that touches the network or third-party services must be explicitly requested by the user and only after the runtime is correctly configured."
      },
      {
        "title": "Credentials / Setup Clarification",
        "body": "LINE: Sending messages is handled by your OpenClaw LINE channel/plugin setup. This skill does not require you to declare or embed LINE_CHANNEL_ACCESS_TOKEN / LINE_CHANNEL_SECRET.\nFile delivery: Intentionally not included (removed for safety). Do not upload/share local files from an agent runtime."
      },
      {
        "title": "🏆 終極解決方案：手工 Raw Flex (The Golden Path)",
        "body": "若系統標籤轉換失敗，請使用 手工構建 JSON。這是最穩定且能 100% 呈現自定義 UI 的方式。"
      },
      {
        "title": "穩定發送按鈕的 JSON 模板",
        "body": "將此 JSON 作為純文字發送，若系統支援自動偵測則會轉換；若不支援，請改走 OpenClaw 的 LINE plugin 正規發送路徑（或由管理員在已授權的環境中操作），避免在 skill 內容中引導直接 curl 呼叫外部 API。\n\n{\n  \"type\": \"bubble\",\n  \"body\": {\n    \"type\": \"box\",\n    \"layout\": \"vertical\",\n    \"contents\": [\n      { \"type\": \"text\", \"text\": \"標題\", \"weight\": \"bold\", \"size\": \"lg\" },\n      { \"type\": \"text\", \"text\": \"內文描述\", \"wrap\": true },\n      {\n        \"type\": \"button\",\n        \"style\": \"primary\",\n        \"color\": \"#1DB446\",\n        \"action\": {\n          \"type\": \"message\",\n          \"label\": \"按鈕文字\",\n          \"text\": \"回傳指令\"\n        }\n      }\n    ]\n  }\n}"
      }
    ],
    "body": "LINE Rich Messages\n\nThis skill transforms the agent from a text-only bot into a professional LINE assistant with native UI capabilities.\n\nCore Principle: Rich-UI 優先 (Low-Friction)\n\nTyping on mobile is slow and error-prone. Always prioritize Rich UI elements to minimize the user's need to reply with text.\n\nQuick Navigation\n\nDetailed guides for each feature:\n\ndecision-matrix.md: Choose the best UI element for your scenario.\ndirectives.md: Syntax for interactive cards and bubbles.\nflex-templates.md: Raw JSON Templates for 100% reliable UI creation.\nmarkdown-to-flex.md: Auto-美化 tables and code blocks.\n<!-- file delivery removed for security -->\nBest Practices\nNo file delivery: For security, this skill intentionally does not include any workflow for uploading/sharing files (e.g., Google Drive). If you need file delivery, implement it in a separate, tightly-scoped skill with explicit allowlists and safeguards.\nGuided Choices: If you ask a question with 2-4 fixed answers, always include [[quick_replies: ...]].\nStructured Data: Use Markdown tables for any multi-point information (e.g., flight times, order items).\nDestructive Actions: Use [[confirm: ...]] for actions like \"Delete Memory\" or \"Cancel Project\".\nUX Limitation (Crucial): Text within Flex Messages (including Markdown tables and auto-converted replies) cannot be selected or copied by the user.\nRule: If the data is meant to be copied (e.g., SSH keys, IDs, URLs), always send it as plain text without Markdown formatting or directives that trigger Flex conversion.\nSecurity / Scope (Important)\nThis skill is documentation + templates for building a better LINE UX (Flex, buttons, quick replies).\nIt does not ship credentials and does not automatically make external API calls.\nAnything that touches the network or third-party services must be explicitly requested by the user and only after the runtime is correctly configured.\nCredentials / Setup Clarification\nLINE: Sending messages is handled by your OpenClaw LINE channel/plugin setup. This skill does not require you to declare or embed LINE_CHANNEL_ACCESS_TOKEN / LINE_CHANNEL_SECRET.\nFile delivery: Intentionally not included (removed for safety). Do not upload/share local files from an agent runtime.\n🏆 終極解決方案：手工 Raw Flex (The Golden Path)\n\n若系統標籤轉換失敗，請使用 手工構建 JSON。這是最穩定且能 100% 呈現自定義 UI 的方式。\n\n穩定發送按鈕的 JSON 模板\n\n將此 JSON 作為純文字發送，若系統支援自動偵測則會轉換；若不支援，請改走 OpenClaw 的 LINE plugin 正規發送路徑（或由管理員在已授權的環境中操作），避免在 skill 內容中引導直接 curl 呼叫外部 API。\n\n{\n  \"type\": \"bubble\",\n  \"body\": {\n    \"type\": \"box\",\n    \"layout\": \"vertical\",\n    \"contents\": [\n      { \"type\": \"text\", \"text\": \"標題\", \"weight\": \"bold\", \"size\": \"lg\" },\n      { \"type\": \"text\", \"text\": \"內文描述\", \"wrap\": true },\n      {\n        \"type\": \"button\",\n        \"style\": \"primary\",\n        \"color\": \"#1DB446\",\n        \"action\": {\n          \"type\": \"message\",\n          \"label\": \"按鈕文字\",\n          \"text\": \"回傳指令\"\n        }\n      }\n    ]\n  }\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shingo0620/line-rich-messages",
    "publisherUrl": "https://clawhub.ai/shingo0620/line-rich-messages",
    "owner": "shingo0620",
    "version": "1.0.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/line-rich-messages",
    "downloadUrl": "https://openagent3.xyz/downloads/line-rich-messages",
    "agentUrl": "https://openagent3.xyz/skills/line-rich-messages/agent",
    "manifestUrl": "https://openagent3.xyz/skills/line-rich-messages/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/line-rich-messages/agent.md"
  }
}