Back to Registry View Author Profile
Official Verified
line-bridge-shrimp
專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/stu24801/line-bridge-shrimpOr
LINE Bridge (by 蝦蝦)
這是一個將 LINE Messaging API 與 Clawdbot 大腦串接的技能。
特點
- 身份識別:大腦能辨識說話者的 LINE 顯示名稱。
- 門禁系統:僅限授權的群組或用戶對話。
- 安全設計:所有機敏 ID 與 Token 均儲存於外部隱藏檔。
安裝與設定
本技能預設會從您的家目錄 (~) 讀取設定檔。您也可以透過環境變數 LINE_BRIDGE_CONFIG_DIR 自定義存放路徑。
請在指定目錄下建立以下檔案:
.line_token: 填入您的 LINE Channel Access Token。.line_secret: 填入您的 LINE Channel Secret。.line_allowed_sources: 每行填入一個授權的 User ID 或 Group ID。
進階設定:
如果您想自定義目錄,啟動時請執行:
LINE_BRIDGE_CONFIG_DIR=/your/path node index.js
執行
安裝後,服務會預設在 8081 埠口啟動。請將您的 LINE Webhook URL 指向 https://您的網域/line/webhook。
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-stu24801-line-bridge-shrimp": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.