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.
npx claudepluginhub oleophilic-artiste710/claude-channel-lineThis skill uses the workspace's default tool permissions.
設定 LINE Messaging API 憑證,並顯示目前設定狀態。
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
設定 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 鎖定存取權限