Using LinkedIn
Operational objective for LinkedIn workflows covering auth reuse, login constraints, connection requests, inbox checks, direct messages, posts, and article publishing based on the Using LinkedIn playbook.
Spec
Goals
Constraints
Success Criteria
{
"id": "auth-reuse-first",
"description": "The workflow checks for reusable LinkedIn auth first and only attempts a fresh login when saved auth is missing or stale."
}{
"id": "human-handoff-on-challenge",
"description": "The workflow stops for human intervention on CAPTCHA, reCAPTCHA, or unresolved checkpoint flows instead of retrying aggressively."
}{
"id": "safe-connection-request-flow",
"description": "The workflow navigates to the profile, captures the single required screenshot, chooses the correct Connect path, adds a note under 300 characters, and sends using the documented selector."
}{
"id": "accepted-connections-check",
"description": "The workflow checks accepted connections from the direct Connections URL, scrolls `main#workspace`, extracts name/date pairs, and verifies message history from each profile."
}{
"id": "messaging-page-compose",
"description": "The workflow sends direct messages from `/messaging/` using the compose icon, recipient search, contenteditable editor, and `button:has-text(\"Send\")`."
}{
"id": "content-publishing-workflows",
"description": "The workflow can create or manage posts and articles using the documented shadow DOM, main DOM, and ProseMirror editor patterns."
}Tool Contracts
No entries.