Stats
Actions
Tags
From line
Set up the LINE channel — save credentials and review access policy. Use when the user pastes LINE credentials, asks to configure LINE, or wants to check channel status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/line:configureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Arguments: `$ARGUMENTS`
Arguments: $ARGUMENTS
~/.claude/channels/line/.env for LINE_CHANNEL_SECRET and LINE_CHANNEL_ACCESS_TOKEN.
Show set/not-set. If set, show first 8 chars of each value.~/.claude/channels/line/access.json (missing = defaults: dmPolicy "pairing", empty allowlist).
Show: dmPolicy meaning, allowed sender count and list, pending pairing count.Run /line:configure <secret> <token>Message your LINE bot — it replies with a pairing code, then run /line:access pair <code>Ready. Message your LINE bot.<secret> <token> — save credentialsmkdir -p ~/.claude/channels/line.env if present; update/add LINE_CHANNEL_SECRET and LINE_CHANNEL_ACCESS_TOKEN lines.
Preserve other keys. No quotes around values.chmod 600 ~/.claude/channels/line/.envclear — remove credentialsDelete both credential lines (or the file if those are the only lines).
Uf followed by alphanumeric chars..env once at boot — credential changes need a session restart.access.json is re-read on every inbound message — policy changes take effect immediately.npx claudepluginhub opentech-lab/claude-plugin-lineCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.