Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/logly/mureo/creative-refreshnpx skills add logly/mureo --skill creative-refreshgit clone --depth 1 https://github.com/logly/mureoWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00138 | $0.04372 |
| Opus 5 | $0.00069 | $0.02186 |
| Sonnet 5 | $0.00028 | $0.00874 |
| Haiku 4.5 | $0.00014 | $0.00437 |
Grade A, and why
creative-refresh scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
directory (`curl -sL "<image_url>" -o <scratch>/creative_<id>.jpg`) and How it starts
The opening of the file, as written. The whole thing — 195 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Creative Refresh
PREREQUISITE: Read
../_mureo-shared/SKILL.mdfor auth, security rules, output format, and Tool Selection (Read/Write on Code,mureo_strategy_*/mureo_state_*MCP on Desktop / Cowork).
Refresh ad creatives based on strategy context and performance data across all platforms.
Prerequisites
- STRATEGY.md and STATE.json must exist (run the
onboardskill first)
Steps
Before you start: Run the Diagnostic preamble from ../_mureo-shared/SKILL.md — load learning insights (mureo_learning_insights_get) and consult advisors (mureo_consult_advisor) before drawing conclusions.
-
Establish today: call
mureo_state_getfirst, on every host (including Claude Code, where you would otherwiseReadthe file) and takeserver_nowfrom its response — ISO 8601 with UTC offset, e.g.2026-07-28T10:12:33+09:00. Its date is the only source of the current date for this run: theobservation_dueyou write in step 12, and every "is a previous creative change still inside its observation window?" check in step 10, are measured from it. Do not shell out (this skill must run in Bash-less headless hosts) and do not read the date off STATE.json —last_synced_at,reports.*.periodandaction_logtimestamps are history, never evidence of what day it is now. Never writeserver_nowinto STATE.json: it is a response field, and a persisted copy becomes tomorrow's stale "today". -
Load context: Read STRATEGY.md (Persona, USP, Brand Voice, Data Sources) and STATE.json (the same
mureo_state_getresponse from step 0 on MCP hosts). -
Discover platforms: Identify all configured ad platforms from STATE.json
platforms. Also include any hosted official-MCP connector present in the session (e.g. TikTok, keytiktok_ads) — drive it via its own tools and skip mureo-only value-adds; see../_mureo-shared/SKILL.md→ Hosted-connector platforms. -
Audit current creatives: For each ad platform:
- Google Ads: prefer mureo native — call
google_ads_ad_performance_reportper campaign, plusgoogle_ads_rsa_assets_audit(per-asset CTR/CVR ratings) andgoogle_ads_rsa_assets_analyze(LOW/POOR detection). A Performance Max campaign has noad_group_ad, sogoogle_ads_ads_listand the RSA asset tools return nothing for it — an audit that stops there reports a P-MAX account as having no creative at all. Read its creative withgoogle_ads_asset_group_assets_list(passcampaign_idwhen you have noasset_group_id); one call returns both the HEADLINE / LONG_HEADLINE / DESCRIPTION text (each entry withtext) and the MARKETING_IMAGE / SQUARE_MARKETING_IMAGE / PORTRAIT_MARKETING_IMAGE / LOGO / LANDSCAPE_LOGO images (each entry withasset_name, a full-size servingurl,width_pixels,height_pixels).field_typesays which. Every entry carries theasset_idyou will need to change it. Video and business-name assets are not returned. In BYOD mode, the Apps Script bundle does not include per-asset ratings — these tools return[]; fall back togoogle_ads_ads_listfor headline/description text and usead_performance.reportfor ad-level CTR/conv only. If mureo's Google Ads tools are unavailable (e.g.MUREO_DISABLE_GOOGLE_ADS=1aftermureo providers add google-ads-official), fall back to the officialgoogle-ads-officialMCP for ad-level performance and ad listing, then skip the mureo-only RSA asset audit tools (google_ads_rsa_assets_audit,google_ads_rsa_assets_analyze) and note: "per-asset LOW/POOR detection and the RSA asset audit are mureo-specific value-add features — install or re-enable viamureo setup claude-codefor the full creative audit." - Meta Ads: prefer mureo native — call
meta_ads_creatives_list,meta_ads_analysis_compare_ads, andmeta_ads_analysis_suggest_creative. In BYOD mode, creative URLs / headlines / body / CTA may be present in~/.mureo/byod/meta_ads/creatives.csv(best-effort, populated only when those columns were in the export). If mureo's Meta Ads tools are unavailable, fall back to the officialmeta-ads-officialhosted MCP for the creative list and ad-level insights only, then skip the mureo-only analysis tools (meta_ads_analysis_compare_ads,meta_ads_analysis_suggest_creative); perform the ad-comparison and creative-suggestion logic yourself using the rules in step 6 and note to the user that mureo's automated creative-suggestion engine requires the native MCP. - mureo BYOD data is centralized in the workspace
byod/directory (or~/.mureo/byod/for legacy CLI users) and is only accessible through mureo MCP tools — do not look for raw CSVs in the project directory. - Identify underperforming assets (LOW/POOR ratings for search ads, low CTR/engagement for social ads).
- Image / banner creatives: the text-and-metrics audit above does not look at the picture itself. When a creative carries an image you can actually reach —
image_url/thumbnail_urlfrommeta_ads_creatives_list, a P-MAX asset group's images fromgoogle_ads_asset_group_assets_list(which says which asset group serves each one), or a Google image asset fromgoogle_ads_image_assets_list(account-level: name, dimensions and a full-size servingurl) — also run the Visual creative evaluation section below to score the banner's design, not just its copy and CTR.
- Google Ads: prefer mureo native — call
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 195 lines · 138 tokens per session scan A fd35e4373ff4
creative-refresh is a skill published in the GitHub repository logly/mureo (42 stars, last pushed 2d ago), licensed Apache-2.0. It adds 138 tokens to every session and 4,372 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
adcp-advertising
Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…
adspirer-ads-agent
Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 400+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…
google-ads-manager
Google Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting.
ads-copywriter
Multi-platform ad copy generation for Google Ads, Meta/Facebook, TikTok, LinkedIn with A/B testing variants.
adcp-advertising
Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…
adcp-advertising
Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…