docs(skill): linkedin — activity-feed scraping + post scheduling#483
Open
phil-baseline wants to merge 2 commits into
Open
docs(skill): linkedin — activity-feed scraping + post scheduling#483phil-baseline wants to merge 2 commits into
phil-baseline wants to merge 2 commits into
Conversation
Documents stable selectors, traps, scroll-trigger lazy-load behavior, and kind-detection heuristic for LinkedIn's /in/<handle>/recent-activity/all/ view. Selectors validated 2026-04-27 against a live profile. Used by PhilOS's scripts/routines/linkedin_activity.py to feed draft_outreach's hook cascade (preferring a recent post/comment over a generic work-history opener). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012yzummJkkm98kvcNGH9vJa
✅ Skill review passedReviewed 2 file(s) — no findings. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two LinkedIn domain skills learned in the field:
domain-skills/linkedin/activity-feed scraping notes (recent-activity feed structure and stable selectors)domain-skills/linkedin/post.md— post scheduling flow (URL pattern, waits, traps)Per the contribute-back guidance in SKILL.md.
🤖 Generated with Claude Code
https://claude.ai/code/session_012yzummJkkm98kvcNGH9vJa
Summary by cubic
Adds LinkedIn domain-skill docs for scraping candidate recent activity and scheduling posts on our own account. Improves
draft_outreachhook quality and makes the post queue more reliable.domain-skills/linkedin/activity.md: URL pattern, scroll wait sequence, stable selectors withdata-urn, kind heuristic, empty/auth detection, Recruiter-tab trap, and refresh guidance. Used byscripts/routines/linkedin_activity.pyto feeddraft_outreach.domain-skills/linkedin/post.md: native scheduler flow with the iframe composer (drive via clicks/typing), schedule-with-veto pattern, why scheduling beats immediate posting, and failure recovery steps.Written for commit 379a087. Summary will update on new commits.