line-broadcast

Sends LINE messages to customer segments after verifying reach counts and monthly quota.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill line-broadcast-techno-rocky
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: line-broadcast
Source: https://github.com/Techno-Rocky/rocky-regi-plugins/tree/main/plugins/rocky-hq/skills/line-broadcast
Command: npx skills add https://github.com/Techno-Rocky/rocky-regi-plugins --skill line-broadcast-techno-rocky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Sending LINE broadcasts without checking how many customers are actually reachable or how much monthly quota remains leads to wasted sends, quota exhaustion, and duplicate deliveries. This Skill enforces a gated workflow that verifies reach and quota before any irreversible broadcast is sent. ## Core Features & Use Cases - Pre-send verification: Checks the actual reachable audience (LINE-linked customers) via segment preview and reconciles it against the remaining monthly messaging quota before composing anything. - Owner approval gate: Presents target segment, reach count, quota status, message copy, and image assets in one summary and sends only a single broadcast after explicit approval. - Safe content handling: Blocks customer free-text (allergies, preferences, survey answers) from being inserted into message copy and requires EXIF-stripped, SVG-sanitized images only. - Use Case: After a churn-winback analysis builds a lapsed-customer segment, use this Skill to confirm 120 of 300 listed customers are LINE-reachable, verify 500 remaining quota, get owner approval, and send exactly one broadcast. ## Quick Start Send a LINE broadcast to the regulars segment announcing the new seasonal menu, but first confirm how many will actually receive it and how much quota is left this month.

Frequently Asked Questions about line-broadcast

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a LINE broadcast to a customer segment safely?▼

First preview the segment to get the actual reachable count of LINE-linked customers, then check the remaining monthly messaging quota. Present the target, reach, quota, and message copy to the owner for approval, then execute exactly one send.

How to check LINE message reach before sending a broadcast?▼

Use the segment preview tool, which returns how many LINE-linked customers in that segment will actually receive the message. The segment's roster size and reachable count always differ because some customers are unlinked or have blocked the account.

What happens if the LINE messaging quota is insufficient?▼

The broadcast is not sent. The shortfall is reported with options to narrow the target, limit to priority customers, or wait for next month's quota, since partially sending makes it impossible to know who received the message.

Can customer survey answers be inserted into LINE message copy?▼

No. Customer free-text such as allergies, preferences, and survey responses is treated as untrusted data and must never be embedded in broadcast copy. Personalization uses LINE-side template variables instead of raw personal values.

Why does a LINE broadcast show zero reachable customers?▼

A zero reach count means no customers in the segment have linked their LINE account or all have blocked the official account. The send is aborted and the recommended next step is promoting LINE account linkage before retrying.

Does this Skill measure campaign effectiveness after sending?▼

No. Delivery measurement such as visits, coupon redemption, and sales attribution is handed off to a separate campaign-effectiveness skill. This Skill is limited to reach verification through safe transmission.