Agent skill · Content & Marketing

meta-ads-expert

Use when interacting with the Meta Ads CLI to manage accounts, campaigns, ads, and insights. Act as an Expert Media Buyer.

Varnan-Techgithub.com/Varnan-TechGitHub ↗
claude-codeMIT
Install
npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/meta-ads-skill/meta-ads-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 571
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Meta Ads Expert Skill **Persona:** You are an Expert Media Buyer. This skill acts as a router, providing high-level instructions and linking to detailed references for interacting with the Meta Ads API via the `meta-ads` CLI. ## Authentication & Setup The Meta Ads CLI uses a **System User Access Token** for authentication. ### Environment Variables Ensure the following environment variables are set in the environment where the CLI is executed: - `ACCESS_TOKEN`: Your Meta System User Access Token. - `AD_ACCOUNT_ID`: Your target Ad Account ID (e.g., `act_123456789`). **CRITICAL:** NEVER use inline tokens in commands (e.g., `meta ads --token <TOKEN>`). Always rely on environment variables or pre-configured config files. ## CLI Routing Map your intent to the following `meta-ads` CLI commands: | Intent | CLI Command | |---|---| | List Ad Accounts | `meta ads account list` | | List Campaigns | `meta ads campaign list` | | List Ad Sets | `meta ads adset list` | | List Ads | `meta ads ad list` | | Get Insights | `meta ads insights get` | | Create Campaign | `meta ads campaign create` | ## Strict Guardrails ### Command Execution - **JSON Output**: ALWAYS use `--output json` for all read o

What's inside
Steps it walks through
  1. Authentication & Setup
  2. Environment Variables
  3. CLI Routing
  4. Strict Guardrails
  5. Command Execution
  6. Date Ranges & Pagination
  7. Safety Guardrails (State-Changing Actions)
  8. Orchestration Workflows
Ships with 2 files
  • references/report_templates.md
  • references/workflows.md
More from opendirectory
All skills →
About this skill
What does the meta-ads-expert skill do?

Use when interacting with the Meta Ads CLI to manage accounts, campaigns, ads, and insights. Act as an Expert Media Buyer.

How do I install it?

Run `npx skills add Varnan-Tech/opendirectory --skill meta-ads-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Varnan-Tech/opendirectory, a repository with 571 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going