Bulletproof LinkedIn inbox monitoring with progressive autonomy. Monitors messages hourly, drafts replies in your voice, and alerts you to new conversations. Supports 4 autonomy levels from monitor-only to full autonomous.
为Clawdbot提供可靠的LinkedIn收件箱监控。
bash
| 级别 | 名称 | 行为 |
|---|---|---|
| 0 | 仅监控 | 仅对新消息发出警报 |
| 1 |
默认:级别 1 — 使用 linkedin-monitor config autonomyLevel 2 更改
bash
linkedin-monitor setup # 交互式设置向导
linkedin-monitor health # 检查认证状态
linkedin-monitor check # 运行一次检查周期
linkedin-monitor enable # 启用每小时定时任务
linkedin-monitor disable # 禁用定时任务
linkedin-monitor status # 显示当前状态
linkedin-monitor config # 查看/编辑配置
linkedin-monitor logs # 查看最近活动
linkedin-monitor reset # 清除状态(重新开始)
位置:~/.clawdbot/linkedin-monitor/config.json
json
{
autonomyLevel: 1,
alertChannel: discord,
alertChannelId: YOURCHANNELID,
calendarLink: cal.com/yourname,
communicationStyleFile: USER.md,
timezone: America/New_York,
schedule: 0 ,
morningDigest: {
enabled: true,
hour: 9,
timezone: Asia/Bangkok
},
safetyLimits: {
maxMessagesPerDay: 50,
escalationKeywords: [angry, legal, refund],
dailyDigest: true
}
}
状态由脚本管理,而非LLM。这保证了:
状态文件:~/.clawdbot/linkedin-monitor/state/
在级别1时,使用以下命令审批草稿:
send [name] # 发送给[name]的草稿
send all # 发送所有待审批草稿
edit [name] [text] # 发送前编辑草稿
skip [name] # 丢弃草稿
~/.clawdbot/linkedin-monitor/
├── config.json # 你的配置
├── state/
│ ├── messages.json # 已处理的消息ID
│ ├── lastrun.txt # 上次检查时间戳
│ └── drafts.json # 待审批草稿
└── logs/
└── activity.log # 活动历史记录
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 linkedin-monitor-1776380254 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 linkedin-monitor-1776380254 技能
skillhub install linkedin-monitor-1776380254
文件大小: 19.98 KB | 发布时间: 2026-4-17 15:43