Reddit Ads API - campaigns, targeting, conversions, agentic optimization
64
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Advisory
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/reddit-ads/SKILL.mdSecurity
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill calls the Anthropic LLM at runtime (via the Anthropic SDK, i.e. the Anthropic API at https://api.anthropic.com), and the model responses are parsed into JSON recommendations that the service directly executes (pause/scale/update ads), so external content from that URL directly controls agent actions.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
The skill explicitly exposes Reddit Ads API methods to create and update campaigns/ad groups with budget fields (e.g., campaign.createCampaign with budget_total_amount_micros, updateCampaign, createAdGroup/updateAdGroup including budget_total_amount_micros and bid_amount_micros). The optimizer service automatically executes recommendations that scale budgets and update ad groups (calls to updateAdGroup to change budget, pause/enable ads, adjust bids). The API reference even includes an account funding endpoint. These are specific, programmatic controls over ad spend (i.e., updating budgets and bids), not generic browsing or read-only reporting — therefore it grants direct financial execution authority over ad spend.
bb6195f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.