TikTok Ad Tracker & Monitor
Track TikTok ad activity and monitor advertiser changes using PipiAds tools for TikTok ad discovery and Facebook-based monitoring workflows.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 2 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description ask to query and monitor PipiAds/TikTok ad data; the only required credential is PIPIADS_API_KEY and the only required binary is npm—both are consistent with installing/running an official PipiAds helper tool.
Instruction Scope
SKILL.md contains scoped instructions for searching ads and creating monitor tasks via PipiAds tools. It does not instruct the agent to read unrelated files, access unrelated credentials, or exfiltrate data to unexpected endpoints. The metadata does include an install/run hint for a local MCP server that will be supplied the PIPIADS_API_KEY.
Install Mechanism
The skill's metadata directs running `npm install -g pipiads-mcp-server@1.0.3` (an npm package). Installing a global npm package downloads and executes third-party code on the host and adds a system-wide binary (`pipiads-mcp-server`). This is a common mechanism for CLI helpers but is a moderate-risk action: verify the npm package source, maintainers, and contents before installing.
Credentials
Only one environment variable (PIPIADS_API_KEY) is required and declared as the primary credential; this is proportional and expected for a third-party API integration. The SKILL.md uses that key only to authenticate PipiAds calls (including passing it to the MCP server).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent inclusion or system-wide config changes. Note: the skill's MCP server binary would run on the host if installed/executed, so treat that runtime process like any third-party service.
Assessment
This skill appears to do what it says: it calls PipiAds and needs your PIPIADS_API_KEY and npm to install a helper tool. Before installing: 1) Verify the npm package (pipiads-mcp-server@1.0.3) on the npm registry or the vendor's repo (who published it, recent releases, source code). A malicious or compromised npm package can run code during install and creates a global binary. 2) Prefer installing in an isolated environment (container or VM) rather than your main workstation. 3) Use a scoped or limited PipiAds API key (not a high-privilege/production key) and monitor credit usage, since API calls consume account credits. 4) Review PipiAds' privacy and data retention policies if you will send sensitive queries. 5) If you are uncomfortable installing global npm packages, ask the skill author/vendor for a vetted installation guide or a non-global/local install alternative. If you want, I can summarize what to check on the npm package page and vendor site before you proceed.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
Binsnpm
EnvPIPIADS_API_KEY
Primary envPIPIADS_API_KEY
SKILL.md
TikTok Ad Tracker & Monitor
Use this skill to research TikTok ads and manage ongoing monitoring workflows.
Setup
- Get your API key at pipiads.com
- Set the environment variable:
PIPIADS_API_KEY
When to Use
- Find trending TikTok ads, recurring creatives, and long-running winners
- Track advertiser changes over time with monitor tasks
- Review monitored ads, landing pages, products, and copy changes
- Analyze creative hooks, angles, engagement, and delivery duration
When NOT to Use
- The user only wants Facebook-only ad library research
- The user wants TikTok Shop product/store analytics without ad research
- The user wants general market research outside PipiAds data
Core Tools
TikTok Ad Research
search_ads— Search ads and narrow to TikTok with platform filtersget_ad_detail— Inspect a specific ad in detailsearch_advertisers— Find advertisers behind TikTok campaignsget_advertiser_detail— Inspect advertiser details
Monitoring
search_fb_advertisers— Find advertiser entry points for monitor setupcreate_monitor_task— Create a monitoring tasklist_monitor_tasks— List existing monitor tasksget_monitor_task_detail— View task detailsget_monitor_board— Review monitoring dashboardget_monitor_realtime_overview— Real-time task overviewget_monitor_daily_overview— Daily performance overviewget_monitor_ad_list— Review monitored adsget_monitor_ad_detail— Review a monitored ad in detailget_monitor_latest_products— See newly found productsget_monitor_landing_page_list— Review landing pagescancel_monitor_task— Stop a monitoring task
Recommended Workflow
- Start with
search_adsand constrain to TikTok, region, and time range. - Use
get_ad_detailto inspect the strongest creatives. - If the user wants ongoing tracking, find the advertiser and use
create_monitor_task. - Use monitor overview and ad list tools to review changes over time.
Cost Awareness
Each API call consumes credits from your PipiAds account:
- List/Search: 1 credit per result returned
- Detail: 1 credit per request (free if queried within 3 days)
Prefer narrow TikTok searches before creating broad monitor workflows.
Files
1 totalSelect a file
Select a file to preview.
Comments
Loading comments…
