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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/capt-marbles/phantombusterWhat This Skill Does
The PhantomBuster skill for OpenClaw provides a powerful command-line interface to interact with your PhantomBuster automation workspace. It allows you to trigger complex cloud-based workflows directly from your agent environment. With this integration, you can list your existing phantoms, initiate new automation jobs, monitor real-time execution status, abort stuck tasks, and retrieve processed result files. This skill bridges the gap between your local terminal and PhantomBuster's cloud-based browser automation capabilities, effectively turning your OpenClaw agent into a control center for lead generation, social media scraping, and cross-platform automation tasks.
Installation
To integrate this skill into your OpenClaw environment, ensure you have your PhantomBuster workspace API key ready. Run the following command in your terminal:
clawhub install openclaw/skills/skills/capt-marbles/phantombuster
Once installed, you must set the PHANTOMBUSTER_API_KEY environment variable. You can find your key within your workspace settings on the PhantomBuster platform. Add the export command to your shell configuration file (e.g., .bashrc or .zshrc) to ensure persistence across sessions.
Use Cases
This skill is designed for power users and growth hackers who need to automate repetitive manual tasks. Primary use cases include:
- Lead Generation: Automatically trigger LinkedIn Sales Navigator scrapers to build lead lists on a schedule.
- Market Research: Run automated Google Maps searches to extract competitor data or contact info for local businesses.
- Social Media Management: Regularly update your follower lists or track engagement metrics by triggering Instagram or Twitter scrapers.
- Data Pipelines: Stream results directly from the cloud into your local CSV files or data processing scripts using the fetch-result command.
Example Prompts
- "List all my currently configured LinkedIn phantoms and tell me which ones are available to run."
- "Launch the LinkedIn Profile Scraper using the argument: {'search': 'CTO', 'number': 50}."
- "Check the status of agent 98765, and if it is finished, download the results to a file named leads.csv."
Tips & Limitations
- Rate Limits: Be mindful that every execution consumes your PhantomBuster plan's allotted daily minutes. Avoid running high-frequency loops that might exhaust your monthly budget.
- Data Privacy: When working with social media automation, ensure you comply with the platform's Terms of Service to avoid account restrictions.
- Formatting: Use the
--jsonflag when querying large lists or complex outputs to make the data easier for other scripts to parse. - Security: Keep your API key strictly confidential; never hardcode it into scripts that you plan to share publicly.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-capt-marbles-phantombuster": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-write, file-read
Related Skills
attio
Attio CRM integration for managing companies, people, deals, notes, tasks, and custom objects. Use when working with Attio CRM data, searching contacts, managing sales pipelines, adding notes to records, creating tasks, or syncing prospect information.
dnd
D&D 5e toolkit for players and DMs. Roll dice, look up spells and monsters, generate characters, create encounters, and spawn NPCs. Uses the official D&D 5e SRD API.
solar-weather
Monitor solar weather conditions including geomagnetic storms, solar flares, aurora forecasts, and solar wind data. Uses NOAA Space Weather Prediction Center real-time data.
geo-optimization
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
firecrawl
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.