moloco-ads
Installation
SKILL.md
Moloco Ads
Use the bundled CLI as the single entry point for Moloco Ads authentication, analytics, asynchronous reports and logs, and campaign entity management. This skill targets Moloco Ads at https://api.moloco.cloud/cm/v1; it does not target Moloco Commerce Media.
Requirements
- Require Python 3.10 or newer.
- Run commands through
scripts/moloco_ads.sh; do not construct ad hoc Moloco requests. - Read the API key only from
MOLOCO_ADS_API_KEY. Never accept it as a command-line argument or print it. - Default to API version
v1.10. UseMOLOCO_ADS_API_VERSIONonly when the user's Moloco organization has standardized on another currently supported version. - Let the CLI exchange the API key for a 16-hour access token and cache it locally with owner-only permissions. Never expose the cached token.