From line
查詢 LINE channel 的對外 webhook URL 與 listen port。子指令:status / url。透過 _tunnel_* MCP tools 操作。
How this skill is triggered — by the user, by Claude, or both
Slash command
/line:tunnelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **重點**:channel 不再代管 tunnel(v0.3.0 起移除自動 spawn cloudflared)。tunnel 由使用者自管成常駐服務,channel 只 listen 本機 port、並用 `.env` 的 `LINE_PUBLIC_URL` 顯示對外 URL。
重點:channel 不再代管 tunnel(v0.3.0 起移除自動 spawn cloudflared)。tunnel 由使用者自管成常駐服務,channel 只 listen 本機 port、並用
.env的LINE_PUBLIC_URL顯示對外 URL。
解析使用者輸入 $ARGUMENTS:
status → _tunnel_status,把 url / port / state 條列顯示。url → _tunnel_url,把 <URL>/webhook 印出,方便使用者複製貼到 LINE Developers Console。_tunnel_status 回傳的 url 來自 .env 的 LINE_PUBLIC_URL,只代表設定值,不代表 tunnel 真的活著。要確認 tunnel 健康,提醒使用者在另一個終端跑:
cloudflared tunnel info <tunnel-name>(看到 4 條 connection 即正常),或pgrep -f "cloudflared tunnel run" / launchctl list | grep cloudflared。LINE_PUBLIC_URL 沒設。提醒使用者:先用 /line:configure public-url <URL> 設好自管常駐 tunnel 的固定網域,再重啟 channel。sudo cloudflared service install)或 LaunchAgent,詳見 README「Quick Start 步驟 2-1」。restart 子指令了——channel 不管 tunnel 生命週期;要重啟 tunnel 請操作對應的服務(launchctl / systemctl / kill 後重跑)。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