GTM Toolkit Plugin Marketplace
npx claudepluginhub syftdata/gtm-toolkitGTM skills for AI agents: website scraping, LinkedIn enrichment, and prospect research.
GTM (Go-to-Market) skills for AI agents: list building, data enrichment, and prospect research.
Skills follow the Agent Skills open standard and work with Claude Code, Codex, and any compatible agent.
claude plugin add gtm-toolkit
git clone <this-repo> ~/skills/gtm-toolkit
cd ~/skills/gtm-toolkit
./install.sh
This symlinks all skills into ~/.claude/skills/ and ~/.agents/skills/.
Scrape data from websites by reverse-engineering their frontend API calls.
Triggers: "Scrape all X from [URL]", "Fetch data from [URL]", "Extract all [items] from [URL]"
Example:
Scrape all YC companies from https://www.ycombinator.com/companies
Requires: Chrome DevTools MCP (see below)
Find LinkedIn profiles for a list of people in a CSV using Vertex AI Search + Gemini Flash ranking.
Triggers: "Find LinkedIn profiles for this CSV", "Enrich this list with LinkedIn URLs"
Requires: GCP Application Default Credentials, Vertex AI Search engine indexed on linkedin.com
chrome://inspect/#remote-debugging~/.claude.json):{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["chrome-devtools-mcp@latest", "--autoConnect"]
}
}
}
MIT