← ClaudeAtlas

messaging-apilisted

Comprehensive reference for LINE Messaging API — webhook setup, message sending, Flex Message design, Rich Menu management, audience targeting, insights, coupons, and channel access tokens. This skill should be used when the user asks to "build a LINE Bot", "set up a webhook", "send a push message", "design a Flex Message", "create a Rich Menu", "manage audience targeting", "get messaging insights", "create a coupon campaign", "debug webhook signature verification", or mentions LINE Messaging API, LINE OA chatbot, reply/push/multicast/narrowcast/broadcast, Flex Message JSON, Rich Menu, group chat bot, channel access token, or URL schemes. Always use this skill whenever the user mentions LINE bots, chatbots, LINE OA, or any messaging-related LINE integration, even if they don't explicitly say "Messaging API".
abgne/line-dev · ★ 0 · AI & Automation · score 72
Install: claude install-skill abgne/line-dev
# LINE Messaging API **Do not answer LINE API questions from memory — LINE updates APIs frequently and training data is unreliable. Always consult the references below.** Reference for building, reviewing, and debugging LINE Bots and LINE Messaging API integrations. ## Workflow ### Build 1. Read [references/api-common.md](references/api-common.md) (rate limits, forward compatibility, error handling) 2. Load the relevant reference for the feature being implemented 3. For architecture or design choices, consult [references/experts.md](references/experts.md) for directional guidance 4. Write code following specs and constraints from references ### Review / Debug 1. Read [references/api-common.md](references/api-common.md) (rate limits, error codes) 2. Load relevant references for the code being reviewed 3. Cross-check code against specs (size limits, token expiry, counting rules, required fields) 4. For design pattern concerns, consult [references/experts.md](references/experts.md) 5. Report violations with reference to specific constraints ## Environment Variables ``` LINE_CHANNEL_ACCESS_TOKEN=Bot access token LINE_CHANNEL_SECRET=Channel secret (webhook signature verification) ``` ## Common Specifications **Read [references/api-common.md](references/api-common.md) before writing any LINE bot code.** Contains rules that affect all API interactions: forward compatibility (don't use strict schemas — LINE adds fields without notice), rate limits, error handling, retry poli