Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Reliable LinkedIn inbox monitoring for Clawdbot.
Hourly monitoring โ Checks inbox every hour, 24/7 Deterministic state โ No duplicate notifications, ever Progressive autonomy โ Start supervised, graduate to autonomous Health checks โ Alerts when auth expires or things break Your voice โ Drafts replies using your communication style
# 1. Setup (interactive) linkedin-monitor setup # 2. Verify health linkedin-monitor health # 3. Run manually (test) linkedin-monitor check # 4. Enable cron (hourly) linkedin-monitor enable
LevelNameBehavior0Monitor OnlyAlerts to new messages only1Draft + ApproveDrafts replies, waits for approval2Auto-Reply SimpleAuto-handles acknowledgments, scheduling3Full AutonomousReplies as you, books meetings, networks Default: Level 1 โ Change with linkedin-monitor config autonomyLevel 2
linkedin-monitor setup # Interactive setup wizard linkedin-monitor health # Check auth status linkedin-monitor check # Run one check cycle linkedin-monitor enable # Enable hourly cron linkedin-monitor disable # Disable cron linkedin-monitor status # Show current state linkedin-monitor config # View/edit configuration linkedin-monitor logs # View recent activity linkedin-monitor reset # Clear state (start fresh)
Location: ~/.clawdbot/linkedin-monitor/config.json { "autonomyLevel": 1, "alertChannel": "discord", "alertChannelId": "YOUR_CHANNEL_ID", "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 } }
1. Health Check โโโ Verify LinkedIn auth (lk CLI) 2. Fetch Messages โโโ lk message list --json 3. Compare State โโโ Filter: only messages not in state file 4. For Each New Message โโโ Level 0: Alert only โโโ Level 1: Draft reply โ Alert โ Wait for approval โโโ Level 2: Simple = auto-reply, Complex = draft โโโ Level 3: Full autonomous response 5. Update State โโโ Record message IDs (prevents duplicates)
State is managed by scripts, not the LLM. This guarantees: No duplicate notifications Consistent behavior across sessions Visible state for debugging State files: ~/.clawdbot/linkedin-monitor/state/
When at Level 1, approve drafts with: send [name] # Send draft to [name] send all # Send all pending drafts edit [name] [text] # Edit draft before sending skip [name] # Discard draft
lk auth login linkedin-monitor health
linkedin-monitor check --debug
linkedin-monitor reset # Clear state linkedin-monitor check # Fresh start
lk CLI (LinkedIn CLI) โ npm install -g lk jq (JSON processor) โ brew install jq
~/.clawdbot/linkedin-monitor/ โโโ config.json # Your configuration โโโ state/ โ โโโ messages.json # Seen message IDs โ โโโ lastrun.txt # Last check timestamp โ โโโ drafts.json # Pending drafts โโโ logs/ โโโ activity.log # Activity history
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.