Community연구 & 데이터 분석github.com

ComposioHQ/PhantomBuster-자동화

PhantomBuster의 클라우드 플랫폼을 통해 리드 생성, 웹 스크래핑 및 소셜 미디어 데이터 추출 워크플로를 Composio로 자동화합니다.

지원 대상~Claude Code~Codex CLI~Cursor
npx skills add https://github.com/ComposioHQ/awesome-codex-skills/tree/main/composio-skills/phantombuster-automation
AI Overview & Summary

이 스킬은 PhantomBuster의 클라우드 기반 데이터 추출 및 리드 생성 워크플로를 완전히 자동화합니다. 에이전트와 스크립트를 관리하고, 조직 리소스 사용량 및 할당량을 모니터링하며, 컨테이너 실행을 추적하고, hCaptcha 챌린지를 해결하는 등 모든 작업을 Composio MCP 통합을 통해 오케스트레이션합니다. 주로 리드 생성, 웹 스크래핑, 소셜 미디어 데이터 수집 자동화에 유용하며, Cursor, Claude Code, Codex와 같은 AI 에이전트 플랫폼에서 사용할 수 있습니다. Composio MCP 서버를 통해 PhantomBuster 계정을 연결하면 별도의 코딩 없이도 자연어 명령만으로 복잡한 자동화 파이프라인을 즉시 구축하고 실행할 수 있습니다. PhantomBuster API 키 인증을 완료하면 모든 에이전트 조회, 스크립트 관리, 컨테이너 모니터링, hCaptcha 해결 도구를 자유롭게 사용할 수 있습니다. 특히 `PHANTOMBUSTER_GET_AGENTS_FETCH_ALL`로 먼저 에이전트 ID를 확인한 후 컨테이너를 조회해야 하는 점과, 스크립트 목록 조회 시 소스 코드는 포함되지 않는다는 점을 주의해야 합니다.

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

문서

PhantomBuster 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


Setup

  1. Connect your PhantomBuster account through the Composio MCP server at https://rube.app/mcp
  2. The agent will prompt you with an authentication link if no active connection exists
  3. Once connected, all PHANTOMBUSTER_* tools become available for execution

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

ParameterTypeRequiredDescription
agentIdstringYesAgent ID from PHANTOMBUSTER_GET_AGENTS_FETCH_ALL

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

ParameterTypeRequiredDescription
siteKeystringYesPublic site key of the hCaptcha widget
pageUrlstringYesFull URL of the page with the captcha
proxystringNoProxy URL (e.g., http://user:pass@host:port)
userAgentstringNoCustom User-Agent string to simulate

Known Pitfalls

PitfallDetails
Agent ID required for containersPHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL requires a valid agentId -- always resolve it first via PHANTOMBUSTER_GET_AGENTS_FETCH_ALL
API key authenticationAll PhantomBuster tools require a valid API key connection -- verify authentication before calling any tools
Script bodies not includedPHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL returns metadata only, not source code
Organization scopeResource and usage tools operate at the organization level tied to your API key -- ensure the correct org is targeted
Branch operationsPHANTOMBUSTER_GET_BRANCHES_FETCH_ALL and PHANTOMBUSTER_GET_BRANCHES_DIFF are for advanced script versioning -- use them to assess staging vs. release changes before deployment

Quick Reference

Tool SlugPurpose
PHANTOMBUSTER_GET_AGENTS_FETCH_ALLList all agents in your account
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALLList all scripts (metadata only)
PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCESCheck organization resource usage and quotas
PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALLGet all containers for a specific agent
PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGEExport agent usage as CSV
PHANTOMBUSTER_POST_HCAPTCHASolve hCaptcha challenges for automation
PHANTOMBUSTER_GET_ORGS_FETCHFetch organization details
PHANTOMBUSTER_GET_ORGS_FETCH_AGENT_GROUPSGet agent groups and ordering
PHANTOMBUSTER_GET_BRANCHES_FETCH_ALLList all script branches
PHANTOMBUSTER_GET_BRANCHES_DIFFCompare staging vs. release branches

Powered by Composio

Individual skills in this repo

This repo contains 20 individual skills — each has its own dedicated page.

ComposioHQ/-21risk-automation

Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/-2chat-automation

Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/ably-automation

Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abstract-automation

Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abuselpdb-automation

Automate Abuselpdb tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/abyssale-automation

Automate Abyssale tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/accelo-automation

Automate Accelo tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/accredible-certificates-automation

Automate Accredible Certificates tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/acculynx-automation

Automate Acculynx tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/active-campaign-automation

Automate ActiveCampaign tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/addresszen-automation

Automate Addresszen tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adobe-automation

Automate Adobe tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adrapid-automation

Automate Adrapid tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/adyntel-automation

Automate Adyntel tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/aeroleads-automation

Automate Aeroleads tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/aero-workflow-automation

Automate Aero Workflow tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/affinda-automation

Automate Affinda tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/affinity-automation

Automate Affinity tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/agencyzoom-automation

Automate Agencyzoom tasks via Rube MCP (Composio). Always search tools first for current schemas.

ComposioHQ/agent-deep-links

Build, validate, and troubleshoot deep links for Codex, Cursor, VS Code, Visual Studio, and similar tools. Use when users ask for clickable links (especially in Slack) that open threads, files, folders, or app settings.

관련 스킬

runablehq/mini-browser

Browser automation skill for AI agents using the mb CLI. Use when the agent needs to browse the web, take screenshots, scrape text, fill forms, click elements, record screencasts, run JS in pages, or audit designs. Triggers on: "browse", "open a page", "take a screenshot", "scrape", "fill form", "click button", "web automation", "record screen", "design audit", "accessibility check".

community

taishi-i/awesome-ChatGPT-repositories

A curated list of resources dedicated to open source GitHub repositories related to ChatGPT, OpenAI API, and Codex.Searchable via Claude Code skills.

community

AAAAAAlone/targeted-company-research-skill

Public Codex and OpenClaw skill for source-backed targeted company research

community

shirenchuang/web-content-fetcher

Extract article content from any URL as clean Markdown. Uses Scrapling script as primary method (with auto fast→stealth fallback), Jina Reader as alternative for simple pages. Preserves headings, links, images, lists, and code blocks. Use this skill whenever the user wants to fetch, read, extract, scrape, or summarize content from a URL — including blog posts, news articles, WeChat articles (微信公众号), documentation pages, or any web page. Also trigger when the user says things like "帮我读一下这篇文章", "抓取这个网页", "提取正文", or "read this page for me".

community

AnkitParekh007/Agentic-Engineering-Playbook

A practical open-source roadmap to build production-grade AI agents, copilots, RAG systems, MCP tools, and agentic applications.

community

CREVIOS/agentic-search

Fastest agentic search substrate. S3-native ls/glob/read/grep with tree-sitter spans, parallel fan-out, MCP server. Rust.

community