← All skills
Tencent SkillHub · Communication & Collaboration

LINE Rich Messages

Comprehensive guide for LINE Rich UI features (Flex Messages, buttons, quick replies, and markdown auto-conversion). Use this skill to provide a professional...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Comprehensive guide for LINE Rich UI features (Flex Messages, buttons, quick replies, and markdown auto-conversion). Use this skill to provide a professional...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, references/decision-matrix.md, references/directives.md, references/flex-templates.md, references/markdown-to-flex.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

LINE Rich Messages

This skill transforms the agent from a text-only bot into a professional LINE assistant with native UI capabilities.

Core Principle: Rich-UI 優先 (Low-Friction)

Typing on mobile is slow and error-prone. Always prioritize Rich UI elements to minimize the user's need to reply with text.

Quick Navigation

Detailed guides for each feature: decision-matrix.md: Choose the best UI element for your scenario. directives.md: Syntax for interactive cards and bubbles. flex-templates.md: Raw JSON Templates for 100% reliable UI creation. markdown-to-flex.md: Auto-美化 tables and code blocks.

Best Practices

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. Guided Choices: If you ask a question with 2-4 fixed answers, always include [[quick_replies: ...]]. Structured Data: Use Markdown tables for any multi-point information (e.g., flight times, order items). Destructive Actions: Use [[confirm: ...]] for actions like "Delete Memory" or "Cancel Project". UX Limitation (Crucial): Text within Flex Messages (including Markdown tables and auto-converted replies) cannot be selected or copied by the user. Rule: 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.

Security / Scope (Important)

This skill is documentation + templates for building a better LINE UX (Flex, buttons, quick replies). It does not ship credentials and does not automatically make external API calls. Anything that touches the network or third-party services must be explicitly requested by the user and only after the runtime is correctly configured.

Credentials / Setup Clarification

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. File delivery: Intentionally not included (removed for safety). Do not upload/share local files from an agent runtime.

🏆 終極解決方案:手工 Raw Flex (The Golden Path)

若系統標籤轉換失敗,請使用 手工構建 JSON。這是最穩定且能 100% 呈現自定義 UI 的方式。

穩定發送按鈕的 JSON 模板

將此 JSON 作為純文字發送,若系統支援自動偵測則會轉換;若不支援,請改走 OpenClaw 的 LINE plugin 正規發送路徑(或由管理員在已授權的環境中操作),避免在 skill 內容中引導直接 curl 呼叫外部 API。 { "type": "bubble", "body": { "type": "box", "layout": "vertical", "contents": [ { "type": "text", "text": "標題", "weight": "bold", "size": "lg" }, { "type": "text", "text": "內文描述", "wrap": true }, { "type": "button", "style": "primary", "color": "#1DB446", "action": { "type": "message", "label": "按鈕文字", "text": "回傳指令" } } ] } }

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • references/decision-matrix.md Docs
  • references/directives.md Docs
  • references/flex-templates.md Docs
  • references/markdown-to-flex.md Docs