Stats
Actions
Tags
From line
設定 LINE Messaging API channel access token、channel secret、tunnel mode 與 webhook port。透過 _configure_set / _configure_show MCP tools 寫入 ~/.claude/channels/line/.env。
How this skill is triggered — by the user, by Claude, or both
Slash command
/line:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
解析使用者輸入 `$ARGUMENTS` 並協助寫入設定檔。
解析使用者輸入 $ARGUMENTS 並協助寫入設定檔。
show → 呼叫 MCP tool _configure_show,把回傳的 JSON 用條列顯示,token / secret 已遮罩。set-token <token> → 呼叫 _configure_set 帶 channel_access_token。set-secret <secret> → 呼叫 _configure_set 帶 channel_secret。tunnel-mode <quick|named|external> → 呼叫 _configure_set 帶 tunnel_mode。port <number> → 呼叫 _configure_set 帶 webhook_port。public-url <url> → 呼叫 _configure_set 帶 public_url(named/external 模式必填)。wizard 或無法解析的輸入 → 進入互動模式:依序問 token、secret、tunnel mode,每輸入一筆即呼叫 _configure_set 一次。claude --channels plugin:line@wcc723/2026-line-bot-channel-mcp)以套用新設定」。_tunnel_url 取當前 URL,貼到 console 的 webhook URL 欄位。Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wcc723/2026-line-bot-channel-mcp --plugin line