Agent Plugins Marketplace
All plugins

talent-sourcing

v1.0.0

Drive LinkedIn Recruiter and Juicebox through a browser to size and map talent pools — each tool's filter inventory, which counts are free, and the validation rules that stop it reporting a silently wrong number. Includes a Playwright MCP server configured with a persistent browser profile so tool logins survive between sessions.

Claude Code3 Skills1 MCP serverstdio

By Shonik Agarwal0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 8, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install talent-sourcing for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install talent-sourcing@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/redesignhealth/talent-sourcing-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/talent-sourcing/.

Plugin files

plugins/talent-sourcing/
├── .claude-plugin/plugin.json
├── skills/browser-automation/SKILL.md
├── skills/juicebox/SKILL.md
├── skills/linkedin-recruiter/SKILL.md
└── .mcp.json

Included Skills3

browser-automationskills/browser-automation/SKILL.md

How to drive a logged-in web app through the Playwright MCP server — the profile and login model, the snapshot-act-verify loop, using browser_evaluate to read bulk data cheaply, and the re-render traps that make a click silently do nothing. Use when operating any browser tool through Playwright, and always alongside the linkedin-recruiter or juicebox skills.

juiceboxskills/juicebox/SKILL.md

Use Juicebox for talent sourcing, market mapping and population sizing — its filters, how criteria differ from filters, the 1M count ceiling, Insights as a free market map, and the traps that silently produce wrong numbers. Use when asked to size or map a talent pool, find candidates by background, or read Juicebox's own pipeline and outreach data.

linkedin-recruiterskills/linkedin-recruiter/SKILL.md

Drive LinkedIn Recruiter through Playwright to size and profile talent pools — every filter, what it actually does, which counts are free, and the validation rules that stop it producing wrong numbers. Use when asked to size a talent pool, map a market's talent, run Recruiter searches, or pull population data from LinkedIn.

MCP servers1

sourcing-browserstdio
command
npx
args
@playwright/mcp@latest --browser chrome --user-data-dir ${HOME}/.cache/talent-sourcing/chrome-profile --timeout-action 15000 --timeout-navigation 60000

Plugin manifests1

plugins/talent-sourcing/.claude-plugin/plugin.json
{
  "name": "talent-sourcing",
  "description": "Drive LinkedIn Recruiter and Juicebox through a browser to size and map talent pools — each tool's filter inventory, which counts are free, and the validation rules that stop it reporting a silently wrong number. Includes a Playwright MCP server configured with a persistent browser profile so tool logins survive between sessions.",
  "version": "1.0.0",
  "author": {
    "name": "Shonik Agarwal"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[talent-sourcing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/talent-sourcing)