Agent skills for the Piloterr Web scraping API, the hosted MCP server, and common Piloterr workflows.
Compatible with Claude Code, Cursor, Cline, Codex, Windsurf, Gemini, GitHub Copilot, Roo, Goose, Antigravity, and 50+ other agents via the open skills CLI.
Pick the flow that matches what you're shipping:
# Install every Piloterr skill into every detected agent
npx skills add piloterr/skills --all
# Pick specific skills (use the canonical `--skill <name>` form)
npx skills add piloterr/skills --skill piloterr-company-research
# Target specific agents (claude-code, codex, cursor, gemini-cli, ...)
npx skills add piloterr/skills --all -a claude-code -a cursor
# Install globally (~/<agent>/skills/) instead of in the current project
npx skills add piloterr/skills --all --global
# Just list what's available without installing
npx skills add piloterr/skills --listpiloterr/skills is GitHub-shorthand for https://github.com/piloterr/skills; the CLI clones it directly.
| Skill | When to use |
|---|---|
| piloterr-company-research | Look up a company by domain or name with Piloterr company and enrichment tools. |
| piloterr-email-finder | Find or verify professional emails with Piloterr email tools. |
| piloterr-jobs-search | Search job boards such as Indeed, LinkedIn jobs, Upwork, and Google Jobs with Piloterr. |
| piloterr-people-search | Fetch public professional profile details from Piloterr people and LinkedIn tools. |
| piloterr-product-lookup | Fetch marketplace product details such as Amazon or retail listings through Piloterr. |
| piloterr-real-estate | Search property listings such as Zillow, Idealista, Leboncoin, and SeLoger with Piloterr. |
| piloterr-social-profiles | Fetch public social profiles and posts such as LinkedIn, Instagram, X, and YouTube via Piloterr. |
| piloterr-web-search | Run Piloterr web, news, and crawler tools for public pages and search results. |
| piloterr-website-capture | Crawl, screenshot, detect tech, or unlock public pages with Piloterr site tools. |
Extract structured JSON, Markdown, or custom fields from public pages. Proxies, headless browsers, and anti-bot are included so pipelines ship without building the stack.
- Create an account at app.piloterr.com.
- Connect the hosted MCP server at
https://mcp.piloterr.com/(OAuth through the dashboard). - API calls can also use an
x-api-keyheader from the dashboard. Never print API keys.
Docs: docs.piloterr.com
# Pull the latest version of every installed Piloterr skill
npx skills update
# Remove a specific skill
npx skills remove piloterr-company-research
# Remove every Piloterr skill from a specific agent
npx skills remove --skill 'piloterr-*' -a claude-codenpx skills symlinks the skills into each agent's conventional directory. A few examples:
| Agent | Project install | Global install |
|---|---|---|
| Claude Code | .claude/skills/ |
~/.claude/skills/ |
| Codex | .agents/skills/ |
~/.codex/skills/ |
| Cursor | .agents/skills/ |
~/.cursor/skills/ |
| Gemini CLI | .agents/skills/ |
~/.gemini/skills/ |
| OpenCode | .agents/skills/ |
~/.config/opencode/skills/ |
Full agent matrix: see the skills package README.
A WebAPI Group product.