jpskill.com
💼 ビジネス コミュニティ 🟡 少し慣れが必要 👤 経営者・事業責任者・マーケ

💼 Phantom Buster Automation

PhantomBuster Automation

PhantomBusterのクラウドプラットフォームを使い、見

⏱ 議事録 30分 → 3分

📺 まず動画で見る(YouTube)

▶ 【自動化】AIガチ勢の最新活用術6選がこれ1本で丸分かり!【ClaudeCode・AIエージェント・AI経営・Skills・MCP】 ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Automate lead generation, web scraping, and social media data extraction workflows through PhantomBuster's cloud platform via Composio

🇯🇵 日本人クリエイター向け解説

一言でいうと

PhantomBusterのクラウドプラットフォームを使い、見

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • PhantomBuster Automation で、私のビジネスを分析して改善案を3つ提案して
  • PhantomBuster Automation を使って、来週の会議用の資料を作って
  • PhantomBuster Automation で、現状の課題を整理してアクションプランに落として

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

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

Parameter Type Required Description
agentId string Yes Agent 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

Parameter Type Required Description
siteKey string Yes Public site key of the hCaptcha widget
pageUrl string Yes Full URL of the page with the captcha
proxy string No Proxy URL (e.g., http://user:pass@host:port)
userAgent string No Custom User-Agent string to simulate

Known Pitfalls

Pitfall Details
Agent ID required for containers PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL requires a valid agentId -- always resolve it first via PHANTOMBUSTER_GET_AGENTS_FETCH_ALL
API key authentication All PhantomBuster tools require a valid API key connection -- verify authentication before calling any tools
Script bodies not included PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL 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 PHANTOMBUSTER_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 Slug Purpose
PHANTOMBUSTER_GET_AGENTS_FETCH_ALL List all agents in your account
PHANTOMBUSTER_GET_SCRIPTS_FETCH_ALL List all scripts (metadata only)
PHANTOMBUSTER_GET_ORGS_FETCH_RESOURCES Check organization resource usage and quotas
PHANTOMBUSTER_GET_CONTAINERS_FETCH_ALL Get all containers for a specific agent
PHANTOMBUSTER_GET_ORGS_EXPORT_AGENT_USAGE Export agent usage as CSV
PHANTOMBUSTER_POST_HCAPTCHA Solve hCaptcha challenges for automation
PHANTOMBUSTER_GET_ORGS_FETCH Fetch organization details
PHANTOMBUSTER_GET_ORGS_FETCH_AGENT_GROUPS Get agent groups and ordering
PHANTOMBUSTER_GET_BRANCHES_FETCH_ALL List all script branches
PHANTOMBUSTER_GET_BRANCHES_DIFF Compare staging vs. release branches

Powered by Composio