專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill line-bridge-shrimp --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Line Bridge Shrimp?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-line-bridge-shrimp)More formats (shields.io, HTML) on the badges page.
---
name: line-bridge-shrimp
description: 專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。
---
# LINE Bridge (by 蝦蝦)
這是一個將 LINE Messaging API 與 Clawdbot 大腦串接的技能。
## 特點
- **身份識別**:大腦能辨識說話者的 LINE 顯示名稱。
- **門禁系統**:僅限授權的群組或用戶對話。
- **安全設計**:所有機敏 ID 與 Token 均儲存於外部隱藏檔。
## 安裝與設定
本技能預設會從您的家目錄 (`~`) 讀取設定檔。您也可以透過環境變數 `LINE_BRIDGE_CONFIG_DIR` 自定義存放路徑。
請在指定目錄下建立以下檔案:
1. `.line_token`: 填入您的 LINE Channel Access Token。
2. `.line_secret`: 填入您的 LINE Channel Secret。
3. `.line_allowed_sources`: 每行填入一個授權的 User ID 或 Group ID。
**進階設定**:
如果您想自定義目錄,啟動時請執行:
`LINE_BRIDGE_CONFIG_DIR=/your/path node index.js`
## 執行
安裝後,服務會預設在 `8081` 埠口啟動。請將您的 LINE Webhook URL 指向 `https://您的網域/line/webhook`。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!