meta-ads-audit

仓库创建 2026年3月27日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

作为系列首步,生成可复用的业务上下文供其它技能使用

▸ 风险提示

需要 OAuth 授权读取广告账户数据

这个 Skill 做什么

诊断 Meta(Facebook/Instagram)广告账户健康并保存可复用的业务上下文(只读)。

先跑一次会把 Meta(Facebook/Instagram)账号的业务信息抓一遍,诊断账户健康并把可复用的业务上下文保存为只读文件,供后续功能复用。通常在第一次接入或发现缺少 meta business-context.json 时使用。特别之处是只读分析不改账号,只给出修复建议,真正修改需要用户按建议去执行。

▸ 展开 SKILL.md 英文原文

Meta Ads (Facebook + Instagram) account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other Meta ads skills reuse. Trigger on "audit my Meta ads", "audit my Facebook ads", "Meta ads audit", "set up my Meta ads", "onboard Meta", "Meta account overview", "how's my Meta account", "Meta health check", "what should I fix in my Facebook ads", or when the user is new to NotFair Meta and hasn't run an audit before. Also trigger proactively when other Meta ads skills detect that meta business-context.json is missing.

垂直行业Meta广告账户审核业务上下文通用
3.3k
Stars
406
Forks
28
仓库内 Skill
+216
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nowork-studio/NotFair/main/meta-ads/audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nowork-studio/NotFair/main/meta-ads/audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Meta Ads Audit

Diagnose Meta (Facebook + Instagram) account health and persist business context for downstream skills (`/meta-ads`). **Read-only** — never mutates the account. The user runs `/meta-ads` to execute fixes you recommend.

## Setup

Follow `../shared/preamble.md` — MCP detection, OAuth, ad account selection.

## Filesystem contract (MUST persist)

| Artifact | Path | When |
|---|---|---|
| Business context | `{data_dir}/meta/business-context.json` | First full audit, or refresh when `audit_date` is >90 days old. Skip on scoped audits if file is fresh. |
| Personas | `{data_dir}/meta/personas/{accountId}.json` | Every full audit. |

These are the handoff to `/meta-ads` — write 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有