Overview
- Skill Key
- hundevmode/twitter-x-apify-actors
- Author
- hundevmode
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hundevmode/twitter-x-apify-actors
- Latest Commit SHA
- e87f7c7a19a69bac9fe6f3d46ef1c7a2200c8062
Use this skill when the user needs Twitter/X audience collection through Apify actors (followers/following/both) with optional email enrichment, username extraction from links, normalized row output, or webhook-ready payload building.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 twitter-x-apify-actors 技能。 若已安装,则直接安装 twitter-x-apify-actors 技能。
# Twitter/X Apify Actors ## Overview This skill runs a reliable actor-based pipeline for Twitter/X lead collection using Apify. It extracts a username from an X/Twitter link, runs a follower/following actor, optionally runs an email actor, and returns normalized rows for outreach workflows. Use this skill when a user asks to: - collect followers/following from X via Apify actors - enrich collected usernames with emails - convert profile links to actor-ready usernames - build JSON/webhook payloads for n8n or API endpoints Default actor IDs in this skill: - Followers actor: `bIYXeMcKISYGnHhBG` - Email actor: `mSaHt2tt3Z7Fcwf0o` ## Quick Workflow 1. Parse input target (`https://x.com/...`, `https://twitter.com/...`, or `@username`). 2. Build follower actor payload using `collectType` and `limit`. 3. Run follower actor and normalize usernames. 4. If enrichment is enabled, run email actor and merge results. 5. Return final rows + summary metrics. ## Execution Rules - Prefer script execution for reliability: use `scripts/apify_twitter_actors.py`. - Keep actor IDs configurable, but default to the IDs above. - Always validate `collectType` (`followers`, `following`, `both`) and positive limit. - If email enrichment is disabled, skip email actor entirely. - Never hardcode the Apify token in outputs. Use env `APIFY_TOKEN` or explicit CLI argument. ## Authentication (Apify token) Users can provide the Apify API token in two supported ways. ### Option A: Environment variable (recommended) ```bash export APIFY_TOKEN='apify_api_xxx' python3 scripts/apify_twitter_actors.py run-pipeline \ --target 'https://x.com/elonmusk' \ --collect-type followers \ --limit 1000 \ --include-emails ``` ### Option B: CLI argument ```bash python3 scripts/apify_twitter_actors.py run-pipeline \ --apify-token 'apify_api_xxx' \ --target 'https://x.com/elonmusk' \ --collect-type followers \ --limit 1000 \ --include-emails ``` If both are provided, `--apify-token` is used....
# Twitter/X Scraper Skill for OpenClaw (Apify Followers + Optional Email Enrichment) [](./LICENSE) [](https://www.python.org/) [](https://github.com/hundevmode/twitter-x-apify-actors-openclaw-skill/stargazers) [](https://github.com/hundevmode/twitter-x-apify-actors-openclaw-skill/commits/main) A production-focused OpenClaw **Twitter/X scraper skill** to run lead collection with Apify actors: collect followers/following and optionally enrich with emails. This skill is built for teams that need repeatable **Twitter scraper automation** and **Twitter lead generation** without manually wiring actor payloads each time. ## Table of Contents - [Actor Links](#actor-links) - [What This Skill Does](#what-this-skill-does) - [Who This Skill Is For](#who-this-skill-is-for) - [Repository Structure](#repository-structure) - [Why This Beats Manual Scraping](#why-this-beats-manual-scraping) - [Twitter Scraper API Workflow](#twitter-scraper-api-workflow) - [Use-Case Snippets](#use-case-snippets) - [Requirements](#requirements) - [Authentication (Apify)](#authentication-apify) - [Quick Start](#quick-start) - [Output Format](#output-format) - [Install as OpenClaw Skill](#install-as-openclaw-skill) - [ClawHub Publishing Notes](#clawhub-publishing-notes) - [SEO Keywords](#seo-keywords) - [License](#license) ## Actor Links - Followers / following actor: [https://console.apify.com/actors/bIYXeMcKISYGnHhBG](https://console.apify.com/actors/bIYXeMcKISYGnHhBG) - Email enrichment actor: [https://console.apify.com/actors/mSaHt2tt3Z7Fcwf0o](https://console.apify.com/actors/mSaHt2tt3Z7Fcwf0o) ## What This Skill Does - Extracts username from `x.com`,...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
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.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.