claude-ads v1.7.1: SSS+ Polish, Animated Banner, 10 Citations Verified

By Agrici Daniel | May 19, 2026

v1.7.1 is a polish release on top of v1.7.0. Animated SVG banner, parameterized branding kit, README overhaul, dual-repo positioning, and 10 quantified claims verified against primary vendor docs. No functional changes, all trust signal.

claude-ads v1.7.1: SSS+ Polish, Animated Banner, 10 Citations Verified

What Shipped in claude-ads v1.7.1

claude-ads v1.7.1 went out on May 18, 2026. claude-ads is an open-source ad audit tool that runs inside Claude Code and covers Google Ads, Meta Ads, Amazon Ads, YouTube, LinkedIn, TikTok, Microsoft Ads, and Apple Search Ads. v1.7.1 is a polish release. No new checks, no new skills, no new platforms. The job was to elevate the skill to SSS+ tier across README, branding, banner, dual-repo positioning, and citation discipline. Eight platforms, 22 sub-skills, 209 weighted checks, 41 tests still passing. That part did not move. What moved is everything around it.

Horizontal bar chart of changes from v1.7.0 to v1.7.1: 54 em dashes removed, 10 vendor citations added, 1 animated banner shipped, 1 design-system skill spawned, 0 functional changes
v1.7.0 → v1.7.1 delta: documentation polish, zero behavior change.

Here is what landed:

Key Takeaways

  • v1.7.1 is documentation, branding, and trust signal. Zero functional changes.
  • 10 quantified claims across six ad-platform modules now cite primary vendor docs.
  • Animated SVG banner is 13.9 KB with 22 SMIL animations and screen-reader markup.
  • 54 em dashes removed. Style guide is now machine-enforced across the README.
  • Canonical remote is now AI-Marketing-Hub/claude-ads. The AgriciDaniel mirror stays in sync.

Why Polish, Not Features

Close-up of a hand polishing a brushed-aluminum watchmaker's loupe under warm coral light, representing the v1.7.1 polish-not-features release ethos
Polish, not features. v1.7.1 ships zero new functionality, every change is a trust signal.

v1.7.0 was a heavy lift. Eight platforms, 22 sub-skills, 209 checks, 41 tests, six AI assistant hosts, full Amazon coverage including Sponsored Products, Brands, and Display. The launch demo on YouTube walks through all of it.

Once features ship, the next bottleneck is trust. Most paid-ad tooling is a black box. You install it, get a number back, and you have to take it on faith. I want the opposite. Every check should be inspectable. Every benchmark should cite a vendor source. The README should answer the questions agencies actually ask before they hand a tool a client account.

That was the v1.7.1 brief. Lock down the citation discipline, ship a banner that looks like the rest of the family, and rewrite the README so the comparison matrices, personas, and sample outputs land in the first scroll.

The Animated Banner

The new banner is the visual centerpiece. 13.9 KB. 22 SMIL animations. Terminal-style framing that matches claude-seo, claude-blog, and claude-canvas. The brand kit at ~/Documents/Obsidian Vault/concepts/brand-design-system.md calls for OS-window chrome, JetBrains Mono labels, brand orange #D97757 for focal elements, and a 4.2-second breathing gradient. v1.7.0 had a static PNG. v1.7.1 has the animated SVG with proper accessibility markup.

The parameterized template ships in branding/banner-template.html. Pair it with AGENT-PROMPT.md and you can regenerate the same banner for any sibling repo with one prompt and a JSON parameter file. That is the point: the design system is now cloneable, not bespoke.

Eight ad platforms covered by claude-ads with weighted check counts per platform
Platform coverage: Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon. 209 checks total.

The Citation Pass

Overhead flat-lay of stacked reference whitepapers with green verified checkmark seals, brass paperweight, measuring tape, and a coral 10 / 10 VERIFIED index card on dark walnut wood
Ten quantified claims, ten primary-vendor sources. Every benchmark in v1.7.1 traces to a publisher, title, URL, and retrieval date.

Ten quantified claims got the receipts treatment. The job was simple. Every number in a check description, every threshold, every benchmark, every "+18% queries" or "56 billion retail media" had to trace back to a primary vendor source. Not a blog post citing a blog post. The vendor doc itself, with a retrieval date, in the reference file.

Six modules touched: ads-google, ads-meta, ads-apple, ads-microsoft, ads-budget, ads-creative. The vendor sources cited include Meta Engineering, Apple Developer session 221, Google Ads blog, Microsoft Advertising blog, and AppTweak. The audit lifecycle is the same as before. What changed is that when a check fires and says "Meta bundles near-duplicates at the auction layer before scale," the underlying threshold is now tied to a Meta-published doc, not a guess.

This is the FLOW evidence triple in practice: year anchor in the prose, inline citation with publisher and title, URL with retrieval date. The full framework lives at github.com/AgriciDaniel/flow. Applied to ad audits, it means clients can ask "where did this number come from" and get a real answer. Sample vendor sources cited in the v1.7.1 sweep include Meta Engineering, Apple Developer WWDC25 sessions, the Google Ads blog, and the Microsoft Advertising blog.

10 of 10 vendor docs verified, 41 of 41 tests still passing, 0 functional changes in the claude-ads v1.7.1 citation pass
Citation pass results: 10 primary sources, 41 tests green, 0 functional drift.

Demo Walkthrough

The v1.7 walkthrough video is the fastest way to see the product. The flow:

The architecture itself stayed put. claude-ads still ships 22 sub-skills across 8 ad-platform hosts (Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, Apple, Amazon), with one orchestrator wiring them together. v1.7.1 polished the documentation and design system around that surface area. It did not change the surface area.

claude-ads sub-skill map: 22 sub-skills organized across 8 ad-platform hosts, audited through one orchestrator
22 sub-skills across 8 ad-platform hosts, one orchestrator. The shape of the product in v1.7.1.

Who This Helps

Three audiences benefit directly from v1.7.1:

Install

Same install commands as v1.7.0. Pick one:

# Claude Code plugin
/plugin marketplace add AI-Marketing-Hub/claude-ads

# Unix one-liner
curl -fsSL https://raw.githubusercontent.com/AI-Marketing-Hub/claude-ads/main/install.sh | bash

# Windows one-liner
irm https://raw.githubusercontent.com/AI-Marketing-Hub/claude-ads/main/install.ps1 | iex

The skill works across Claude Code, Codex CLI, Cursor, Windsurf, Gemini CLI, and Goose. Same sub-skills everywhere.

What's Next

v1.7.1 closes the v1.7 cycle. Next on the queue:

FAQ

Is v1.7.1 a breaking change?

No. Zero functional changes. Same 22 sub-skills, same 209 checks, same 41 tests, same scoring math. If v1.7.0 worked for you, v1.7.1 works identically. The release is documentation, branding, and citation discipline.

What is the dual-repo thing?

Canonical origin moved to AI-Marketing-Hub/claude-ads. This is the org I use to distribute Pro-tier work to the Skool community. The AgriciDaniel/claude-ads repo stays alive as the open-source mirror. Both repos point at the same code. Install instructions reference AI-Marketing-Hub because that is where releases ship first.

Where do the 10 verified citations show up?

Inline in the check descriptions across six ad-platform modules: Google, Meta, Amazon, TikTok, LinkedIn, Microsoft. Every quantified claim now has a publisher, a title, a URL, and a retrieval date. The full reference list lives in the skill's references/ directory.

How big is the animated banner?

13.9 KB. 22 SMIL animations. Total file size is under the 100 KB image budget that the brand design system enforces. The banner uses role="img" and descriptive elements for screen-reader compatibility.

Can I use the branding kit for my own project?

Yes. branding/banner-template.html is parameterized. Pair it with branding/AGENT-PROMPT.md and you can regenerate a matching banner for any sibling repo. The kit is MIT licensed alongside the rest of the skill.

Is the tool still free?

Yes. MIT license, no usage limits, no premium tier. You need a Claude Code subscription because the skill runs inside Claude Code, but the skill itself is free and open source. There is no hosted version.

Related Posts

Read the full v1.7.1 release notes on GitHub, star the repo if it helps you, and open an issue if anything breaks. Learn more about me and the rest of the open-source AI marketing stack I build.

Join 2,800+ AI Marketing Builders

Workflow templates, audit playbooks, and a community of SEOs, agency owners, and PPC consultants who ship.

JOIN FREEGO PRO