Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

sales-lobstr销售龙虾

Agent Skill

sales-lobstr 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

888

周安装

37

GitHub Stars

13

下载量

296
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sales-lobstr(销售龙虾)
来源仓库:https://github.com/sales-skills/sales
仓库路径:skills/sales-lobstr
安装命令:
npx skills add https://github.com/sales-skills/sales --skill sales-lobstr
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sales-skills/sales --skill sales-lobstr

简介

sales-lobstr 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于关键词驱动的信息搜索与筛选任务场景。
  • 通过 npx skills add 命令从 GitHub 仓库安装并使用。
  • 安装前需检查权限、维护状态及可能的联网或文件操作。
  • 建议参考原始仓库文档了解详细功能。

SKILL.md

Lobstr.io Platform Help

Help the user with Lobstr.io platform questions — from configuring ready-made scrapers and running data collection jobs through scheduling automation, exporting results, managing credits, and API integration. Lobstr.io is a no-code web scraping and data collection platform based in Saint-Mandé, France. It offers 50+ ready-made scrapers, multi-threading, cookie-based account sync, scheduled automation, and a full API with Python SDK, CLI, and MCP Server.

Step 1 — Gather context

If references/learnings.md exists, read it first for accumulated knowledge.

Ask the user:

  1. What area of Lobstr.io do you need help with?

- A) Ready-made scrapers — choosing and configuring a pre-built scraper (Google Maps, LinkedIn, Twitter, YouTube, etc.) - B) No-code web app — running scrapers, managing runs, viewing results in the UI - C) Cookie-based account sync — scraping behind login walls (LinkedIn, etc.) using the cookie picking add-on - D) Scheduled automation — setting up recurring scraping jobs with triggers - E) Data export — exporting results to Google Sheets, Amazon S3, or SFTP - F) Webhooks — configuring run status notifications (run.running, run.paused, run.done, run.error) - G) API / SDK / CLI — programmatic access, Python SDK, CLI, MCP Server - H) Make integration — connecting Lobstr to make.com automation workflows - I) Enterprise custom scrapers — tailored data collectors for specific use cases - J) Account / Billing / Credits — pricing tiers, credit usage, browsing limits - K) Safety management — browsing limit protection to avoid account bans - L) Something else — describe it

  1. What's your role?

- A) Sales / business development - B) Marketing / growth - C) Developer / engineer - D) Data analyst / researcher - E) Agency / freelancer - F) Other

  1. What are you trying to accomplish? (describe your specific goal or question)

If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.

Note: If the user needs a specialized skill, route them there with a brief explanation of why that skill is a better fit.

Step 2 — Route or answer directly

If the request maps to a specialized skill, route:

  • General prospect list strategy / building target lists -> /sales-prospect-list
  • Cross-platform datan enrichment strategy -> /sales-enrich
  • Email deliverability / verification strategy -> /sales-deliverability
  • Connecting Lobstr to CRM or other tools via middleware -> /sales-integration
  • Outscraper-specific questions -> /sales-outscraper

Otherwise, answer directly from platform knowledge using the reference below.

Step 3 — Lobstr.io platform reference

Read references/platform-guide.md for detailed module documentation, pricing, integrations, and data model.

*You no longer need the platform guide details — focus on the user's specific situation.*

Step 4 — Actionable guidance

Based on the user's specific question:

  1. Setting up a Google Maps lead scraping job:

1. Go to the Lobstr scraper catalog and select "Google Maps Leads" 2. Configure the scraper parameters — search query (e.g., "dentists in Austin, TX"), result limits, and any filters 3. Add tasks — each task is a search query or URL to scrape 4. Start the run — Lobstr executes the scraper with multi-threading for speed 5. Monitor run status in the web app or via webhook notifications 6. Export results to Google Sheets, S3, or download as file 7. Each unique result costs 1 credit — monitor your credit usage in the dashboard

  1. Scraping LinkedIn Sales Navigator with cookie sync:

1. Install the Lobstr cookie picking browser extension 2. Log into LinkedIn normally in your browser 3. Click the extension to sync your session cookies with Lobstr — your password is never shared 4. Select the "LinkedIn Sales Navigator Leads" scraper in Lobstr 5. Configure search parameters (title, industry, location, company size, etc.) 6. Enable safety management — set browsing limits to avoid LinkedIn detecting excessive automated activity 7. Start the run and monitor progress — results include name, title, company, location, and profile URL 8. Be conservative with volume — stay within safe browsing limits to protect your LinkedIn account

  1. Setting up scheduled recurring scraping:

1. Requires a paid plan (scheduling not available on Free tier) 2. Configure your squid with the desired scraper and parameters 3. Add your tasks (URLs or search queries) 4. In the scheduling settings, define frequency (daily, weekly, or custom interval) and trigger conditions 5. Set up notifications — configure webhooks for run.done and run.error events, or enable Gmail alerts 6. Optionally configure auto-export to Google Sheets or S3 so results are delivered automatically 7. Monitor credit consumption — recurring jobs use credits each time they run

  1. Using the API to automate scraping programmatically:

1. Get your API key from the Lobstr dashboard 2. Create a squid: POST /v1/squids with scraper configuration 3. Add tasks: POST /v1/tasks with URLs or parameters to scrape 4. Start a run: POST /v1/runs referencing the squid 5. Poll run status: GET /v1/runs/{id} until status is done 6. Retrieve results: GET /v1/results for the completed run 7. Alternative to polling: configure a webhook via POST /v1/delivery?squid={id} to receive a POST notification when the run completes 8. Mind rate limits: /results is limited to 2 requests/sec — implement backoff when fetching large result sets

  1. Exporting results to Google Sheets:

1. Connect your Google account in Lobstr's integration settings 2. After a run completes, select "Export to Google Sheets" from the results view 3. Choose an existing spreadsheet or create a new one 4. Free plan exports are capped at 30 rows — upgrade to a paid plan for full exports 5. For automated exports, combine scheduling with the Google Sheets integration so each recurring run auto-exports

Gotchas

*Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.*
  1. Free plan is very limited — 100 credits, 30 rows/export, no scheduling, no Premium scrapers, 7-day data retention. The free tier is suitable only for testing. Any serious data collection requires a paid plan starting at €50/month. Credits do not roll over, and the 30-row export cap means you cannot download full result sets on the free plan.
  2. Credits are consumed per unique result and do not roll over month to month. Each unique result costs 1 credit regardless of which scraper produced it. Unused credits expire at the end of each billing cycle. Plan your scraping volumes to match your credit allowance, and monitor usage to avoid running out mid-month.
  3. Cookie-based account sync requires careful safety management to avoid platform bans. When scraping behind login walls (especially LinkedIn), always configure browsing limits in Lobstr's safety management settings. Excessive automated activity on your account can trigger detection and lead to restrictions or bans. Start with conservative limits and increase gradually.
  4. Webhook endpoints must respond within 30 seconds with a 2xx status code, or Lobstr will retry. If your endpoint is slow or returns an error, Lobstr retries up to 3 times with a 15-minute delay between attempts. After 3 failed attempts, the delivery is abandoned. Process webhook payloads asynchronously — accept the request quickly and handle the data in a background job.
  5. The /results endpoint has a strict 2 requests/second rate limit — much tighter than other endpoints. When fetching large result sets, implement proper rate limiting and backoff in your client code. Batch your result retrieval and avoid tight polling loops. The /squids and /runs endpoints are more generous at 120 requests/minute.
  6. HubSpot, Slack, Zapier, and Airtable integrations are listed as "coming soon" — they are not yet available. If you need to connect Lobstr to these tools today, use the Make integration as a bridge or build a custom integration using Lobstr's webhook and API capabilities.
  7. Data retention is 7 days on Free and up to 28 days on paid plans — export or retrieve results promptly. Results are automatically deleted after the retention period. Set up auto-export to Google Sheets or S3, or retrieve results via API as soon as runs complete. Do not rely on the Lobstr dashboard as a long-term data store.
  • Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.

Step 5 — Related skills

  • /sales-prospect-list — Build and refine prospect lists using data from Lobstr and other sources
  • /sales-enrich — Cross-platform datan enrichment strategy (combine Lobstr data with other enrichment tools)
  • /sales-integration — Connect Lobstr to CRM, automation, or other tools
  • /sales-deliverability — Email deliverability and verification strategy for scraped contact data
  • /sales-outscraper — Similar scraping and data extraction platform — compare capabilities and choose the right tool
  • /sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-do

Examples

Example 1: Building a local business lead list from Google Maps

User says: "I need to scrape all coffee shops in Paris with their addresses, phone numbers, and ratings using Lobstr." Skill does:

  1. Recommends the "Google Maps Leads" ready-made scraper from the Lobstr catalog
  2. Advises breaking Paris into arrondissements or neighborhoods to maximize coverage — e.g., "coffee shops, Paris 1er", "coffee shops, Paris 2ème", etc. — since broad queries may miss results
  3. Creates tasks for each geographic segment and starts a multi-threaded run
  4. Results include business name, address, phone, website, Google rating, review count, hours, and categories
  5. Exports full results to Google Sheets for the sales team (requires paid plan for more than 30 rows)
  6. Suggests setting up a monthly scheduled run to capture newly opened coffee shops Result: User has a comprehensive list of Paris coffee shops with contact details and ratings, exported to Google Sheets and set up for monthly refresh

Example 2: Scraping LinkedIn Sales Navigator leads with cookie sync

User says: "I want to extract leads from a LinkedIn Sales Navigator search for CTOs at SaaS companies in Germany." Skill does:

  1. Walks through installing the Lobstr cookie picking browser extension and syncing LinkedIn session cookies
  2. Selects the "LinkedIn Sales Navigator Leads" scraper (Premium — requires paid plan)
  3. Configures search parameters: title = "CTO", industry = "SaaS / Software", location = "Germany"
  4. Enables safety management with conservative browsing limits (e.g., 100 profiles/day) to protect the LinkedIn account
  5. Starts the run and monitors via webhook notifications for run.done event
  6. Results include name, title, company, location, LinkedIn profile URL, and other available fields
  7. Warns about LinkedIn's Terms of Service — scraping may violate their TOS, so user should assess their own risk tolerance Result: User has a targeted list of German SaaS CTOs from Sales Navigator, collected safely with browsing limits, ready for outreach campaign planning

Example 3: Automating recurring data collection with API and webhooks

User says: "I need to set up an automated pipeline that scrapes Google Maps reviews for our competitors every week and pushes results to our S3 bucket." Skill does:

  1. Creates a squid via POST /v1/squids configured for the Google Maps Reviews scraper
  2. Adds tasks with competitor Google Maps URLs or place IDs via POST /v1/tasks
  3. Configures a webhook via POST /v1/delivery?squid={id} pointing to a Lambda function URL, listening for run.done events
  4. Sets up scheduled automation to run the squid weekly (requires paid plan)
  5. In the Lambda function: on run.done webhook, calls GET /v1/results (respecting the 2 req/sec rate limit) and writes results to the S3 bucket
  6. Adds error handling: also listens for run.error webhook events and sends alerts via SNS or Slack
  7. Monitors credit usage — weekly runs consume credits each cycle, so verifies the plan has sufficient monthly credits Result: User has a fully automated weekly pipeline: Lobstr scrapes competitor reviews on schedule, webhook triggers Lambda, results land in S3 — all running hands-free with error alerting

Troubleshooting

Run stuck in "running" status or taking too long

Symptom: A run has been in "running" status for an unexpectedly long time with no results appearing. Cause: Large task volumes, rate-limited target platforms, or network issues can cause runs to take longer than expected. Multi-threaded runs against rate-limited platforms (like LinkedIn) may be intentionally throttled by safety management settings. Solution: Check the run details in the web app for progress indicators (tasks completed vs. total). If safety management is enabled, browsing limits may be throttling execution speed — this is expected behavior to protect your accounts. For very large runs, consider breaking them into smaller batches. If the run appears genuinely stuck (no progress for an extended period), pause and restart it. Configure run.error webhooks so you are notified immediately if something fails rather than discovering it later.

Credits running out mid-month

Symptom: You receive a notification that your credits are exhausted, or runs stop producing results before you expected. Cause: Each unique result costs 1 credit. Large scraping jobs can consume credits faster than anticipated, especially with high-volume scrapers like Google Maps or LinkedIn. Credits do not roll over, so any unused credits from last month do not help. Solution: Monitor credit usage in the dashboard before starting large runs. Estimate credit consumption: number of tasks multiplied by expected results per task gives approximate credit cost. For ongoing scheduled jobs, calculate monthly credit needs (weekly runs × results per run × 4 weeks) and ensure your plan covers the total. If you consistently run out, upgrade to a higher plan tier. Consider reducing result volumes by narrowing search parameters or filtering inputs more tightly.

Webhook not receiving notifications

Symptom: You configured a webhook via POST /v1/delivery?squid={id} but your endpoint is not receiving POST requests when runs complete. Cause: Common issues include: endpoint URL not publicly accessible (localhost or firewalled), endpoint not responding with 200/201/202 within 30 seconds (Lobstr treats slow responses as failures), TLS/SSL certificate issues, or incorrect webhook configuration. Solution: Verify your endpoint is publicly accessible — test with a tool like webhook.site first to confirm Lobstr is sending requests. Ensure your endpoint responds with a 2xx status code within 30 seconds — offload heavy processing to a background job. Check that your TLS certificate is valid and not self-signed. Review the webhook configuration: confirm you are listening for the correct events (run.done, run.error, etc.) and that the squid ID is correct. Remember that Lobstr retries failed deliveries up to 3 times with a 15-minute delay — check if retries are arriving. If all else fails, use Gmail notifications as a fallback while debugging the webhook setup.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.48%
按下载量换算111

Claude

30.23%
按下载量换算89

Cursor

20.12%
按下载量换算60

Gemini CLI

10.04%
按下载量换算30

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills