Audit server-side paid-media measurement including server-side tag management, platform conversion APIs, event taxonomy, browser/server deduplication, consent, hashing, data quality, observability, and privacy. Use for server-side tracking, sGTM, server-side tagging, CAPI, Events API, event_id, pixel debugging, first-party measurement, or conversion data loss.
ads-pinterest
ads-pinterest is an open-source backend skill for Claude Code and compatible agents, published by AgriciDaniel. Its author describes it as: “Audit Pinterest Ads measurement, Pinterest Tag and Conversions API, catalog and shopping readiness, visual creative, audiences, Performance+ intent, budgets, brand safety, and reporting. Use for Pinterest Ads, promote…”. The project has 8.2k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add AgriciDaniel/claude-ads`.
What ads-pinterest does
1. Read the main `ads` operating contract and thinking framework. 2. Collect business objective, account age, date window, timezone, currency, spend, conversion definition, and available exports or authenticated reads. 3. Read `ads/references/pinterest-audit.md` and relevant shared measurement, benchmark, creative, policy, and scoring references. 4. Normalize the account data and preserve source lineage. 5. Evaluate only applicable controls across measurement, catalog commerce, campaign structure, visual creative, audiences, automation, budget, experimentation, and policy. 6. Return schema-val…
Installation
Add ads-pinterest to your agent with:
/plugin marketplace add AgriciDaniel/claude-ads Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for ads-pinterest is organised into these sections:
- Procedure
- Boundaries
- Output
When to use it
Reach for ads-pinterest when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in AgriciDaniel/claude-ads, an established project with 8,200 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ads-pinterest do?
- Audit Pinterest Ads measurement, Pinterest Tag and Conversions API, catalog and shopping readiness, visual creative, audiences, Performance+ intent, budgets, brand safety, and reporting. Use for Pinterest Ads, promoted Pins, shopping ads, catalog sales, Pinterest Tag, Pinterest Conversions API, or Pinterest Performance+.
- How do I install ads-pinterest?
- Run /plugin marketplace add AgriciDaniel/claude-ads in your agent, then reload your skills. Review the source at https://github.com/AgriciDaniel/claude-ads before installing.
- Is ads-pinterest free to use?
- Yes. ads-pinterest is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does ads-pinterest come from?
- ads-pinterest ships inside AgriciDaniel/claude-ads, a repository that contains 35 catalogued skills in total. The repository's 8,200 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Use when the user wants to run cognee with Docker or docker compose — trying it out from the prebuilt image, starting the API server in a container, or bringing up the full stack (UI, MCP, Postgres, Neo4j) with compose profiles.
Use when the user wants to connect cognee to external services — switching LLM or embedding providers (OpenAI, Azure, Gemini, Anthropic, Ollama, OpenRouter), changing databases (Postgres, PGVector, Neo4j, Neptune, Turso), S3 storage, or the MCP server for IDE integration.
Use when the user wants to run the cognee API server (and optional UI) on their own machine — starting it, checking it's healthy, connecting the SDK or other clients to it, and choosing the right auth posture.
Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.