Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install phantombuster或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install phantombuster⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/phantombuster/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: phantombuster description: Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow. version: 1.0.0 author: captmarbles ---
Control your PhantomBuster automation agents from the command line.
```bash export PHANTOMBUSTER_API_KEY=your-api-key-here ```
All commands use the bundled pb.py script in this skill's directory.
See all your configured PhantomBuster agents.
python3 pb.py list
python3 pb.py list --json # JSON output
Start a phantom by ID or name.
python3 pb.py launch <agent-id>
python3 pb.py launch <agent-id> --argument '{"search": "CEO fintech"}'
Fetch the results/output from the most recent run.
python3 pb.py output <agent-id>
python3 pb.py output <agent-id> --json # Raw JSON
See if an agent is running, finished, or errored.
python3 pb.py status <agent-id>
Stop an agent that's currently running.
python3 pb.py abort <agent-id>
Full details about a specific agent.
python3 pb.py get <agent-id>
Download the actual result data (CSV) from an agent's latest run.
python3 pb.py fetch-result <agent-id>
python3 pb.py fetch-result <agent-id> > output.csv
This downloads the result.csv file from the agent's S3 storage, perfect for integrating PhantomBuster data into your workflows.
PhantomBuster offers many pre-built automations:
PhantomBuster has execution time limits based on your plan. The API itself is not heavily rate-limited, but agent execution consumes your plan's minutes.
安装 PhantomBuster 后,可以对 AI 说这些话来触发它
Help me get started with PhantomBuster
Explains what PhantomBuster does, walks through the setup, and runs a quick demo based on your current project
Use PhantomBuster to control PhantomBuster automation agents via API
Invokes PhantomBuster with the right parameters and returns the result directly in the conversation
What can I do with PhantomBuster in my marketing & growth workflow?
Lists the top use cases for PhantomBuster, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/phantombuster/ 目录(个人级,所有项目可用),或 .claude/skills/phantombuster/(项目级)。重启 AI 客户端后,用 /phantombuster 主动调用,或让 AI 根据上下文自动发现并使用。
PhantomBuster 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
PhantomBuster 可免费安装使用。请查阅仓库了解许可证信息。
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
PhantomBuster 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using PhantomBuster
Identifies repetitive steps in your workflow and sets up PhantomBuster to handle them automatically