This walks you through the Reddit Ads API for programmatic campaign management. You get OAuth2 setup, the full account/campaign/ad group/ad hierarchy, and client code in both Node.js and Python for creating and updating campaigns, targeting audiences, and managing conversions. The API is straightforward but rate limited to 1 request per second, so you'll need to throttle aggressive automation. Useful if you're building ad management dashboards or trying to optimize Reddit campaigns programmatically instead of clicking through their web interface. The authentication flow is standard OAuth with refresh tokens, and the docs cover custom audiences and server-side conversion tracking.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill reddit-ads