From linkedin-sdr
Interactive walkthrough to set up LinkedIn Voyager API cookies in settings.json.
npx claudepluginhub deway-ai/linkedin-sdr-pluginThis skill uses the workspace's default tool permissions.
Guides the user through extracting their LinkedIn session cookies from the browser and configuring `settings/settings.json`.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Monitors deployed URLs for regressions in HTTP status, console errors, performance metrics, content, network, and APIs after deploys, merges, or upgrades.
Provides React and Next.js patterns for component composition, compound components, state management, data fetching, performance optimization, forms, routing, and accessible UIs.
Guides the user through extracting their LinkedIn session cookies from the browser and configuring settings/settings.json.
Walk the user through these steps:
li_at — copy the full value (starts with AQ...)JSESSIONID — copy the full value (includes quotes: "ajax:123...")ajax: prefix and surrounding quotesnavigator.userAgentAfter saving settings, test with:
curl -s 'https://www.linkedin.com/voyager/api/me' \
-H 'Cookie: li_at={li_at}; JSESSIONID={JSESSIONID}' \
-H 'Csrf-Token: {csrf_token}' \
-H 'User-Agent: {user_agent}' \
-H 'Accept: application/vnd.linkedin.normalized+json+2.1'
If it returns your profile data, auth is working.
Confirm the settings are saved and auth is verified. If auth fails, walk through common issues: