Agent Skills
› SharpAI/DeepCamera
› channel-line
channel-line
GitHub将 Clawdbot 智能体接入 LINE Messenger,支持日台泰印尼用户。提供虚拟环境创建及依赖安装命令,实现消息通道配置与连接。
Trigger Scenarios
需要集成 LINE 消息渠道
部署 Clawdbot 到 LINE 平台
Install
npx skills add SharpAI/DeepCamera --skill channel-line -g -y
SKILL.md
Frontmatter
{
"name": "channel-line",
"version": "1.0.0",
"parameters": [
{
"name": "channel_secret",
"type": "password",
"group": "Connection",
"label": "Channel Secret",
"required": true
},
{
"name": "channel_access_token",
"type": "password",
"group": "Connection",
"label": "Channel Access Token",
"required": true
}
],
"description": "LINE messaging channel for Clawdbot agent",
"capabilities": {
"messaging_channel": {
"script": "scripts\/channel.py",
"description": "LINE messaging channel",
"supported_actions": [
"send",
"send_file",
"reply"
]
}
}
}
LINE Channel
Connect SharpAI Aegis's Clawdbot agent to LINE Messenger. Popular in Japan, Taiwan, Thailand, and Indonesia.
Setup
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
Version History
- 2264fcb Current 2026-08-20 16:02


