№ thread
← Atelier
v0.1.0
Proven
Provenember+reactwatch

linkedin.com

LinkedIn Daily Driver. Authored by VibeDNA / Mariano. License: one-time purchase.

Claim this domain · earn 75% open bounty

Daily Driver Thread — use responsibly

These Threads automate routine activity on your own account: posting, replying, commenting, DMs. Done at human cadence — a few times a day — this is exactly what you already do by hand. The Thread just hands the busywork off.

It is not a bot farm, scraper, fake-engagement tool, or multi-account network. WebLoom will not help you build any of those.

If you push it — 50 posts an hour, follow/unfollow loops, content that looks identical every time — the platform will flag your account, restrict it, or ban it. That risk is yours. We tell you up-front because every platform has tripwires and we will not pretend they don't exist. Full policy →

Forever
Free updatesWhen the author ships a patch, your copy updates automatically. Yours to keep.
1-click
Drift reportsBroken? Hit the report button. Enough reports flag the Thread publicly and alert the author.
Live
Health scorePreflight pass rate shown on every card. You see the real uptime before buying.
Always
Pre-run haltweaver check runs before every recipe — drift detected means zero wasted clicks.
№ 01 — proven actions

Cracked moves.

Each row is a real action successfully driven through WebLoom on this site — recorded automatically when an author ran the engine. Strategy tells the engine which click path works here.

descriptor
strategy
successes
last used
Compose & publish text post
cdp+lexical
×0
React (like/celebrate) on feed item
cdp
×0
Comment on feed item
cdp+lexical
×0
Send connection request
cdp
×0
Send DM to existing connection
cdp
×0
№ 02 — preflight

Drift detection.

These checks run before every recipe. Any failure halts execution and notifies you.

name
kind
probe
logged_in
dom
.global-nav__me
feed_loads
dom
.scaffold-finite-scroll
post_composer
dom
[data-test-id='share-box-trigger']
№ 03 — quirks

Lessons learned.

01

LinkedIn aggressively monitors for non-human cadence. Use only on your own logged-in account.

02

Comment/like rates above ~15/hour are flagged as automation — keep cadence human.

03

Connection requests have a weekly cap (~100). Going over triggers a 1-week restriction.

04

Reuse a real browser session — do not run headless. WebLoom CDP attaches to your normal Chrome.

05

Never schedule posts that all look identical — LinkedIn de-ranks repetitive content.

№ 05 — raw thread

The file.

This is what installs to ~/.webloom/threads/. No magic. Just JSON.

linkedin.com.thread.json1.9 KB
{
  "domain": "linkedin.com",
  "name": "LinkedIn Daily Driver",
  "version": "0.1.0",
  "author": "VibeDNA / Mariano",
  "license": "one-time purchase",
  "tier": "starter",
  "source_url": "https://www.linkedin.com/feed/",
  "framework": "ember+react",
  "frameworks_detected": [
    "ember",
    "react"
  ],
  "anti_bot_verdict": "watch",
  "anti_bot_signals": [
    {
      "type": "behavior-fingerprint",
      "confidence": "medium"
    },
    {
      "type": "device-id",
      "confidence": "high"
    }
  ],
  "default_strategy": "cdp",
  "category_hint": "daily_driver",
  "notes": [
    "LinkedIn aggressively monitors for non-human cadence. Use only on your own logged-in account.",
    "Comment/like rates above ~15/hour are flagged as automation — keep cadence human.",
    "Connection requests have a weekly cap (~100). Going over triggers a 1-week restriction.",
    "Reuse a real browser session — do not run headless. WebLoom CDP attaches to your normal Chrome.",
    "Never schedule posts that all look identical — LinkedIn de-ranks repetitive content."
  ],
  "preflight": [
    {
      "name": "logged_in",
      "kind": "dom",
      "probe": ".global-nav__me",
      "expected": "present"
    },
    {
      "name": "feed_loads",
      "kind": "dom",
      "probe": ".scaffold-finite-scroll",
      "expected": "present"
    },
    {
      "name": "post_composer",
      "kind": "dom",
      "probe": "[data-test-id='share-box-trigger']",
      "expected": "present"
    }
  ],
  "proven_actions": [
    {
      "descriptor": "Compose & publish text post",
      "strategy": "cdp+lexical",
      "successes": 0
    },
    {
      "descriptor": "React (like/celebrate) on feed item",
      "strategy": "cdp",
      "successes": 0
    },
    {
      "descriptor": "Comment on feed item",
      "strategy": "cdp+lexical",
      "successes": 0
    },
    {
      "descriptor": "Send connection request",
      "strategy": "cdp",
      "successes": 0
    },
    {
      "descriptor": "Send DM to existing connection",
      "strategy": "cdp",
      "successes": 0
    }
  ],
  "captured_endpoints": [],
  "page_indicators": {
    "has_password_input": true,
    "has_file_input": true,
    "has_label_wrapped_file": false,
    "has_drop_zone": true,
    "iframe_count": 0
  },
  "risk_grade": "high",
  "policy": "single-account, human-cadence only",
  "created_at": 1779600000,
  "created_by": "manual_seed"
}