skills$openclaw/line-bridge-shrimp
stu248014.8k

by stu24801

line-bridge-shrimp – OpenClaw Skill

line-bridge-shrimp is an OpenClaw Skills integration for coding workflows. 專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。

4.8k stars5.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameline-bridge-shrimp
description專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。 OpenClaw Skills integration.
ownerstu24801
repositorystu24801/line-bridge-shrimp
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @stu24801/line-bridge-shrimp
last updatedFeb 7, 2026

Maintainer

stu24801

stu24801

Maintains line-bridge-shrimp in the OpenClaw Skills directory.

View GitHub profile
File Explorer
5 files
.
_meta.json
289 B
index.js
3.6 KB
package-lock.json
34.1 KB
package.json
602 B
SKILL.md
1.1 KB
SKILL.md

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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install line-bridge-shrimp?

Run openclaw add @stu24801/line-bridge-shrimp in your terminal. This installs line-bridge-shrimp into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/stu24801/line-bridge-shrimp. Review commits and README documentation before installing.