# Reddit Ads

> Reddit Ads integration for AI agents via ClawLink — browser login, no API key setup. Connect Reddit Ads through ClawLink's hosted setup to manage ad accounts, campaigns, ad groups, creatives, and reports from your Reddit Ads account. Use this skill when the user wants to work with Reddit Ads (Marketing) — connect Reddit Ads, read or update Reddit Ads data, or take actions in Reddit Ads from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/reddit-ads` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/reddit-ads`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/reddit-ads/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Marketing & Growth
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/reddit-ads

---


# Reddit Ads

Use **Reddit Ads** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect Reddit Ads once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect reddit-ads   # opens browser → authorize Reddit Ads
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using Reddit Ads

```bash
npx @useclawlink/cli actions reddit-ads "<what you want to do>"   # find an action
npx @useclawlink/cli describe reddit-ads <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run reddit-ads <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `reddit_ads_get_ad_account` | Get a Reddit Ads ad account |
| `reddit_ads_get_ad_account_history` | Get Reddit Ads ad account history |
| `reddit_ads_get_business` | Get a Reddit Ads business |
| `reddit_ads_create_campaign` | Create a Reddit Ads campaign |
| `reddit_ads_get_campaign` | Get a Reddit Ads campaign |
| `reddit_ads_create_ad_group` | Create a Reddit Ads ad group |
| `reddit_ads_get_ad_group` | Get a Reddit Ads ad group |
| `reddit_ads_create_post` | Create a Reddit Ads post |
| `reddit_ads_get_a_report` | Get a Reddit Ads report |
| `reddit_ads_create_custom_audience` | Create a Reddit Ads custom audience |
| `reddit_ads_create_product_catalog` | Create a Reddit Ads product catalog |
| `reddit_ads_create_lead_gen_form` | Create a Reddit Ads lead gen form |
| `reddit_ads_do_keyword_validations` | Validate keywords for Reddit Ads |
| `reddit_ads_generate_inspiration_creative_summary` | Generate creative inspiration for Reddit Ads |
| `reddit_ads_get_app_last_fired_at` | Get Reddit Ads app last fired timestamp |

## Notes

- **No API key for Reddit Ads itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect reddit-ads`.
- The action list above is a snapshot; `npx @useclawlink/cli actions reddit-ads` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.

