Awesome-claude-skills-cn PhantomBuster Automation
通过 Composio 上的 PhantomBuster 云平台自动化潜在客户生成、网络爬取和社交媒体数据提取工作流。
git clone https://github.com/Athe1st3154/awesome-claude-skills-cn
T=$(mktemp -d) && git clone --depth=1 https://github.com/Athe1st3154/awesome-claude-skills-cn "$T" && mkdir -p ~/.claude/skills && cp -r "$T/composio-skills/phantombuster-automation" ~/.claude/skills/athe1st3154-awesome-claude-skills-cn-phantombuster-automation && rm -rf "$T"
composio-skills/phantombuster-automation/SKILL.mdPhantomBuster Automation
Automate cloud-based data extraction and lead generation -- manage agents and scripts, monitor organization resources and usage, track container execution, and solve captcha challenges -- all orchestrated through the Composio MCP integration.
Toolkit docs: composio.dev/toolkits/phantombuster
设置
- Connect your PhantomBuster account through the Composio MCP server at
https://rube.app/mcp - The agent will prompt you with an authentication link if no active connection exists
- Once connected, all
tools become available for executionPHANTOMBUSTER_*
Core Workflows
1. List All Agents
Fetch every agent associated with your account or organization to inventory automation workflows.
Tool:
PHANTOMBUSTER_GET_AGENTS_FETCH_ALL
No parameters required -- returns all agents with IDs and metadata. Authenticate your API key first.
Use agent IDs from this response when fetching containers or monitoring specific automations.
2. List All Scripts
Retrieve all scripts available under your account (without code bodies) for script management.
Tool:
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL
No parameters required -- returns script metadata without source code.
3. Monitor Organization Resources & Quotas
Check your organization's current resource usage and quota limits to plan automation capacity.
Tool:
PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES
No parameters required -- returns resource allocation and current usage metrics.
4. Retrieve Agent Containers
Fetch all execution containers for a specific agent to monitor run history and status.
Tool:
PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Yes | Agent ID from |
5. Export Agent Usage Report
Download a CSV report of all agents' run statistics for your organization.
Tool:
PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE
Returns a downloadable CSV with comprehensive agent execution statistics.
6. Solve hCaptcha Challenges
Obtain a valid hCaptcha token for automated form submissions or scraping flows that require captcha solving.
Tool:
PHANTOMBUSTER_POST_HCAPTCHA
| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Yes | Public site key of the hCaptcha widget |
| string | Yes | Full URL of the page with the captcha |
| string | No | Proxy URL (e.g., ) |
| string | No | Custom User-Agent string to simulate |
已知陷阱
| Pitfall | Details |
|---|---|
| Agent ID required for containers | requires a valid -- always resolve it first via |
| API key authentication | All PhantomBuster tools require a valid API key connection -- verify authentication before calling any tools |
| Script bodies not included | returns metadata only, not source code |
| Organization scope | Resource and usage tools operate at the organization level tied to your API key -- ensure the correct org is targeted |
| Branch operations | and are for advanced script versioning -- use them to assess staging vs. release changes before deployment |
快速参考
| Tool Slug | Purpose |
|---|---|
| List all agents in your account |
| List all scripts (metadata only) |
| Check organization resource usage and quotas |
| Get all containers for a specific agent |
| Export agent usage as CSV |
| Solve hCaptcha challenges for automation |
| Fetch organization details |
| Get agent groups and ordering |
| List all script branches |
| Compare staging vs. release branches |
由 Composio 提供支持