分析 Google 地图、Booking.com、Facebook、Instagram、YouTube 和 TikTok 上的竞争对手策略、内容、定价、广告和市场定位。
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apify-competitor-intelligence或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apify-competitor-intelligence⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apify-competitor-intelligence/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apify-competitor-intelligence description: Analyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok. version: 1.0.1 source: https://github.com/apify/agent-skills homepage: https://apify.com metadata: openclaw: requires: env: - APIFY_TOKEN bins: - node - mcpc primaryEnv: APIFY_TOKEN install: - kind: node package: "@apify/mcpc" bins: [mcpc] ---
Analyze competitors using Apify Actors to extract data from multiple platforms.
APIFY_TOKEN configured in OpenClaw settingsmcpc CLI (auto-installed via skill metadata)Before substituting any value into a bash command:
owner/actor-name — alphanumeric, hyphens, dots, one slash) or a raw ID (exactly 17 alphanumeric characters, e.g., oeiQgfg5fsmIJB7Cn). Reject values containing shell metacharacters (` ; | & $ ( ) { } < > ! \n ``).YYYY-MM-DD_descriptive-name.{csv,json}. No path separators (/, ..), no spaces, no metacharacters.Copy this checklist and track progress:
Task Progress:
- [ ] Step 1: Identify competitor analysis type (select Actor)
- [ ] Step 2: Fetch Actor schema via mcpc
- [ ] Step 3: Ask user preferences (format, filename)
- [ ] Step 4: Run the analysis script
- [ ] Step 5: Summarize findings
Select the appropriate Actor based on analysis needs:
| User Need | Actor ID | Best For | |-----------|----------|----------| | Competitor business data | compass/crawler-google-places | Location analysis | | Competitor contact discovery | poidata/google-maps-email-extractor | Email extraction | | Feature benchmarking | compass/google-maps-extractor | Detailed business data | | Competitor review analysis | compass/Google-Maps-Reviews-Scraper | Review comparison | | Hotel competitor data | voyager/booking-scraper | Hotel benchmarking | | Hotel review comparison | voyager/booking-reviews-scraper | Review analysis | | Competitor ad strategies | apify/facebook-ads-scraper | Ad creative analysis | | Competitor page metrics | apify/facebook-pages-scraper | Page performance | | Competitor content analysis | apify/facebook-posts-scraper | Post strategies | | Competitor reels performance | apify/facebook-reels-scraper | Reels analysis | | Competitor audience analysis | apify/facebook-comments-scraper | Comment sentiment | | Competitor event monitoring | apify/facebook-events-scraper | Event tracking | | Competitor audience overlap | apify/facebook-followers-following-scraper | Follower analysis | | Competitor review benchmarking | apify/facebook-reviews-scraper | Review comparison | | Competitor ad monitoring | apify/facebook-search-scraper | Ad discovery | | Competitor profile metrics | apify/instagram-profile-scraper | Profile analysis | | Competitor content monitoring | apify/instagram-post-scraper | Post tracking | | Competitor engagement analysis | apify/instagram-comment-scraper | Comment analysis | | Competitor reel performance | apify/instagram-reel-scraper | Reel metrics | | Competitor growth tracking | apify/instagram-followers-count-scraper | Follower tracking | | Comprehensive competitor data | apify/instagram-scraper | Full analysis | | API-based competitor analysis | apify/instagram-api-scraper | API access | | Competitor video analysis | streamers/youtube-scraper | Video metrics | | Competitor sentiment analysis | streamers/youtube-comments-scraper | Comment sentiment | | Competitor channel metrics | streamers/youtube-channel-scraper | Channel analysis | | TikTok competitor analysis | clockworks/tiktok-scraper | TikTok data | | Competitor video strategies | clockworks/tiktok-video-scraper | Video analysis | | Competitor TikTok profiles | clockworks/tiktok-profile-scraper | Profile data |
Fetch the Actor's input schema and details dynamically using mcpc:
mcpc --json mcp.apify.com --header "Authorization: Bearer $APIFY_TOKEN" tools-call fetch-actor-details actor:="ACTOR_ID" | jq -r ".content"
Replace ACTOR_ID with the selected Actor (e.g., compass/crawler-google-places).
This returns:
Before running, ask:
- Quick answer - Display top few results in chat (no file saved) - CSV - Full export with all fields - JSON - Full export in JSON format
Quick answer (display in chat, no file):
node {baseDir}/reference/scripts/run_actor.js \
--actor 'ACTOR_ID' \
--input 'JSON_INPUT'
CSV:
node {baseDir}/reference/scripts/run_actor.js \
--actor 'ACTOR_ID' \
--input 'JSON_INPUT' \
--output 'YYYY-MM-DD_OUTPUT_FILE.csv' \
--format csv
JSON:
node {baseDir}/reference/scripts/run_actor.js \
--actor 'ACTOR_ID' \
--input 'JSON_INPUT' \
--output 'YYYY-MM-DD_OUTPUT_FILE.json' \
--format json
After completion, report:
This skill instructs the agent to select an Apify Actor, fetch its schema (via mcpc), and run scrapers. The included script communicates only with api.apify.com and writes outputs to files under the current working directory; it does not access unrelated system files or other environment variables.
Apify Actors only scrape publicly available data and do not collect private or personally identifiable information beyond what is openly accessible on the target platforms. For additional security assurance, you can check an Actor's permission level by querying https://api.apify.com/v2/acts/:actorId — an Actor with LIMITED_PERMISSIONS operates in a restricted sandbox, while FULL_PERMISSIONS indicates broader system access. For full details, see Apify's General Terms and Conditions.
APIFY_TOKEN not found - Ask user to configure APIFY_TOKEN in OpenClaw settings mcpc not found - Run npm install -g @apify/mcpc Actor not found - Check Actor ID spelling Run FAILED - Ask user to check Apify console link in error output Timeout - Reduce input size or increase --timeout
安装 Apify 竞争对手情报 后,可以对 AI 说这些话来触发它
Help me get started with Apify Competitor Intelligence
Explains what Apify Competitor Intelligence does, walks through the setup, and runs a quick demo based on your current project
Use Apify Competitor Intelligence to analyze competitor strategies, content, pricing, ads, and market po...
Invokes Apify Competitor Intelligence with the right parameters and returns the result directly in the conversation
What can I do with Apify Competitor Intelligence in my marketing & growth workflow?
Lists the top use cases for Apify Competitor Intelligence, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/apify-competitor-intelligence/ 目录(个人级,所有项目可用),或 .claude/skills/apify-competitor-intelligence/(项目级)。重启 AI 客户端后,用 /apify-competitor-intelligence 主动调用,或让 AI 根据上下文自动发现并使用。
Apify 竞争对手情报 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Apify 竞争对手情报 可免费安装使用。请查阅仓库了解许可证信息。
分析 Google 地图、Booking.com、Facebook、Instagram、YouTube 和 TikTok 上的竞争对手策略、内容、定价、广告和市场定位。
Apify 竞争对手情报 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Apify Competitor Intelligence
Identifies repetitive steps in your workflow and sets up Apify Competitor Intelligence to handle them automatically