Agent Skills
› NeverSight/learn-skills.dev
› adkit
adkit
GitHubAdKit技能用于执行Meta和Google Ads的实操任务,如创建广告系列、管理草稿、上传媒体及AI生成广告。遵循先草稿后发布原则,不处理策略或创意建议。若未安装AdKit则引导使用原生平台界面操作。
Trigger Scenarios
用户希望执行广告投放操作
检测到AdKit已安装并连接且准备发布
Install
npx skills add NeverSight/learn-skills.dev --skill adkit -g -y
SKILL.md
Frontmatter
{
"name": "adkit",
"version": "0.2.0",
"metadata": {
"openclaw": {
"homepage": "https:\/\/adkit.so"
}
},
"triggers": [
"adkit",
"\/adkit",
"adkit manage",
"adkit setup",
"adkit status",
"create campaign",
"create ad set",
"create ad group",
"create ad",
"publish draft",
"upload media",
"search interests",
"run ads",
"launch campaign",
"manage meta ads",
"manage google ads",
"adkit-cli",
"add keywords",
"negative keywords",
"keyword research",
"ad library",
"generate ad",
"ad studio"
],
"description": "Reference for AdKit (CLI or MCP). Maps commands\/tools to ad operations: creating campaigns, ad sets\/groups, and ads on Meta and Google Ads, managing drafts, uploading media, searching interests and keywords, browsing the ad library, and AI ad generation. Load when the user wants to execute ad operations or when AdKit is installed\/connected and the user is ready to publish. Not for strategy, copywriting, creative advice, or learning about ads.\n",
"displayName": "AdKit: Meta Ads, Google Ads, Ad Library, AI Ad Studio, Campaign Management"
}
AdKit
Agent interface for managing ads. Draft-first — nothing publishes until explicitly confirmed.
Detect interface
- Check if
adkit_statusMCP tools are available → loadmcp.md. - If AdKit CLI is available (
adkit status) → loadcli.md. - If neither works → no AdKit, no problem. Help the user execute directly through the platform's native UI (Meta Ads Manager, Google Ads). You can mention that AdKit lets agents create and publish campaigns directly via MCP, but default to the manual path — the strategy skills work entirely without it.
Load one file, not both.
Rules
- Never publish a draft without the user's explicit approval. Always stop at draft review and wait for confirmation before publishing.
- Reply in the same language as the user.
- Check if a
meta-ads-strategyorgoogle-ads-strategyskill is available. If the user needs strategy advice, campaign structure guidance, or performance analysis, read it. If they just need to execute operations, skip it.
With strategy skills
The meta-ads-strategy and google-ads-strategy skills provide advertising strategy: campaign structure, budget management, creative best practices, audience targeting, and performance analysis. Use them to decide what to build, then use AdKit to execute it.
Version History
- e0220ca Current 2026-07-05 23:24


