[PR #69] [CLOSED] Add ai-ads-agent: AI agent that automates ad campaigns across Google, Meta, LinkedIn & TikTok #69

Closed
opened 2026-02-15 18:15:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/skills/pull/69
Author: @amekala
Created: 2/14/2026
Status: Closed

Base: mainHead: add-ai-ads-agent


📝 Commits (1)

  • b9922f5 Add ai-ads-agent: AI agent that automates ad campaigns across Google, Meta, LinkedIn & TikTok

📊 Changes

1 file changed (+300 additions, -0 deletions)

View changed files

skills/amekala/ai-ads-agent/SKILL.md (+300 -0)

📄 Description

Summary

  • Adds ai-ads-agent — an automation-first skill powered by the Adspirer MCP server with 103 tools across 4 ad platforms
  • Unlike reference-only marketing skills, this skill connects directly to ad platform APIs and takes real actions through natural language
  • Skill location: skills/amekala/ai-ads-agent/SKILL.md

What it does

Capability Tools
Read live performance data Pull real metrics from Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads — no manual exports
Research keywords Real search volumes, CPC ranges, and competition data from Google Ads API
Create campaigns Google Search, Performance Max, Meta (image/video/carousel), LinkedIn, TikTok — all created PAUSED for review
Optimize budgets Analyze wasted spend, reallocate budgets, manage keywords and negative keywords
Manage ads Update ad copy, pause/resume campaigns, add extensions, manage creatives
Automate reporting Schedule briefs, set up monitoring alerts, generate on-demand reports

How it works

The skill references the openclaw-adspirer plugin (npm), which connects to the Adspirer MCP server via OAuth 2.1 + PKCE. Users install the plugin, authenticate, and get 103 ad management tools available as direct actions.

openclaw plugin install openclaw-adspirer
openclaw adspirer login

Platform coverage

Platform Tools Campaign Types
Google Ads 39 Search, Performance Max
Meta Ads 20 Image, Video, Carousel
LinkedIn Ads 28 Sponsored Content, Lead Gen
TikTok Ads 4 Video campaigns
Automation 8 Scheduling, monitoring, reports
System 4 Account management

Links


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/skills/pull/69 **Author:** [@amekala](https://github.com/amekala) **Created:** 2/14/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-ai-ads-agent` --- ### 📝 Commits (1) - [`b9922f5`](https://github.com/openclaw/skills/commit/b9922f57eb4edc8767f3b64d470b593b3e093be8) Add ai-ads-agent: AI agent that automates ad campaigns across Google, Meta, LinkedIn & TikTok ### 📊 Changes **1 file changed** (+300 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `skills/amekala/ai-ads-agent/SKILL.md` (+300 -0) </details> ### 📄 Description ## Summary - Adds **ai-ads-agent** — an automation-first skill powered by the [Adspirer MCP server](https://mcp.adspirer.com) with 103 tools across 4 ad platforms - Unlike reference-only marketing skills, this skill connects directly to ad platform APIs and takes real actions through natural language - Skill location: `skills/amekala/ai-ads-agent/SKILL.md` ## What it does | Capability | Tools | |------------|-------| | **Read live performance data** | Pull real metrics from Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads — no manual exports | | **Research keywords** | Real search volumes, CPC ranges, and competition data from Google Ads API | | **Create campaigns** | Google Search, Performance Max, Meta (image/video/carousel), LinkedIn, TikTok — all created PAUSED for review | | **Optimize budgets** | Analyze wasted spend, reallocate budgets, manage keywords and negative keywords | | **Manage ads** | Update ad copy, pause/resume campaigns, add extensions, manage creatives | | **Automate reporting** | Schedule briefs, set up monitoring alerts, generate on-demand reports | ## How it works The skill references the `openclaw-adspirer` plugin ([npm](https://www.npmjs.com/package/openclaw-adspirer)), which connects to the Adspirer MCP server via OAuth 2.1 + PKCE. Users install the plugin, authenticate, and get 103 ad management tools available as direct actions. ```bash openclaw plugin install openclaw-adspirer openclaw adspirer login ``` ## Platform coverage | Platform | Tools | Campaign Types | |----------|-------|----------------| | Google Ads | 39 | Search, Performance Max | | Meta Ads | 20 | Image, Video, Carousel | | LinkedIn Ads | 28 | Sponsored Content, Lead Gen | | TikTok Ads | 4 | Video campaigns | | Automation | 8 | Scheduling, monitoring, reports | | System | 4 | Account management | ## Links - Adspirer website: https://www.adspirer.com - MCP server repo: https://github.com/amekala/ads-mcp - OpenClaw plugin: https://www.npmjs.com/package/openclaw-adspirer --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:27 -05:00
yindo closed this issue 2026-02-15 18:15:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/skills#69