From line
Configures LINE Messaging API bot credentials (Channel Access Token and Channel Secret) for Claude Code. Stores to .env, displays status or pairing info, clears config.
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
設定 LINE Messaging API 憑證,並顯示目前設定狀態。
設定 LINE Messaging API 憑證,並顯示目前設定狀態。
/line:configure # 顯示目前狀態
/line:configure <token> <secret> # 儲存憑證
/line:configure clear # 清除憑證
讀取 ~/.claude/channels/line/.env 和 ~/.claude/channels/line/access.json,顯示:
/line:configure <token> <secret>將以下內容寫入 ~/.claude/channels/line/.env:
LINE_CHANNEL_ACCESS_TOKEN=<token>
LINE_CHANNEL_SECRET=<secret>
建立目錄(若不存在),然後顯示設定後的狀態。
/line:configure clear刪除 ~/.claude/channels/line/.env,清除所有憑證。
/line:configure <token> <secret> 儲存憑證--dangerously-load-development-channels 啟動 Claude Code(開發測試時)/line:access pair <code> 完成配對/line:access policy allowlist 鎖定存取權限npx claudepluginhub moksa1123/claude-channel-lineManages access control for Claude Code's LINE channels: pairing verification with codes, user whitelists, and policy modes (pairing, allowlist, open).
Configures Linq credentials for Claude Code's iMessage channel: sets or updates LINQ_TOKEN, LINQ_FROM_PHONE, clears config, or adds default recipient in .env and config.json.
Configures Feishu channel for Claude Code: saves App ID/Secret to ~/.claude/channels/feishu/.env, creates directories, checks status. Use for credential setup or verification.