ads-adjust-budget

Update an advertising project's daily budget via ahcli across environments.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sandwichlab-ai/sandwichlab-skills --skill ads-adjust-budget
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ads-adjust-budget
Source: https://github.com/sandwichlab-ai/sandwichlab-skills/tree/main/skills/ads-adjust-budget
Command: npx skills add https://github.com/sandwichlab-ai/sandwichlab-skills --skill ads-adjust-budget

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updating the daily budget of an advertising project to eliminate manual budget adjustments and reduce errors.

Core Features & Use Cases

  • Change a project's daily budget via ahcli with validation of current budgets before applying changes.
  • Support scenarios like increasing, decreasing, or setting a specific daily budget across environments (dev, preprod, prod).
  • Verify results by re-reading the project budget and reporting success or failure.

Quick Start

Execute the /ads-adjust-budget command with the target project ID and the new daily budget to apply the change.

Frequently Asked Questions about ads-adjust-budget

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate updating the daily budget for an advertising campaign?

The daily budget update process verifies the current advertising project budget before applying any changes. It reads the existing budget configuration, applies the new positive integer daily budget via ahcli, and then re-reads the project budget to report a verified success or failure.

Can I adjust ad spend across different environments like dev and prod?

Yes, you can adjust ad spend across multiple environments including dev, preprod, and prod. The budget adjustment command uses ahcli to target a specific environment, ensuring the daily budget changes are safely applied and verified within the correct advertising project context.

Do I need an authenticated session to change a project's daily budget?

Yes, an authenticated session is required to change a project's daily budget. Along with authentication, you must provide a valid project ID and a positive integer for the new daily budget to successfully execute the ahcli command and verify the post-update advertising spend.

What steps are involved in verifying an advertising budget change?

Verifying an advertising budget change involves re-reading the project budget immediately after applying the update. The process reports whether the new daily budget was successfully applied, ensuring your advertising campaign spend matches the requested positive integer value across the targeted environment.

Why does my advertising budget update fail when using a decimal value?

An advertising budget update fails with a decimal value because the daily budget adjustment requires a positive integer. The ahcli command validates the input and the current budget before applying changes, rejecting any campaign budget value that does not meet this strict positive integer requirement.