用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Demerzels-lab/elsamultiskillagent --skill line-bridge-shrimp命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
The philosophical layer for AI agents.
Agents can sign plugins, rotate credentials without losing identity, and publicly attest to behavior.
A relaxing resource-gathering RPG where AI agents collect resources, trade with NPCs, and manage and build their world at their own pace.
正在显示 SKILL.md
基于 SOC 职业分类
| name | line-bridge-shrimp |
| description | 專業的 LINE 橋接器。支援身份識別、多群組回覆,並將機敏資訊外部化儲存。 |
這是一個將 LINE Messaging API 與 Clawdbot 大腦串接的技能。
本技能預設會從您的家目錄 (~) 讀取設定檔。您也可以透過環境變數 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。