_mureo-shared

_mureo-shared is a skill for Claude Code, Codex from logly/mureo. It costs 22 tokens per session (12,882 once invoked), scanned A, original, Apache-2.0.

Shared setup and security guidance for mureo, a local-first control layer for AI advertising operations. It covers common authentication, security, output-formatting, and MCP configuration patterns for Google Ads and Meta Ads integrations.

In plain words
What is it for?
Use it to install and configure mureo, connect supported advertising accounts, manage credentials, and apply its shared rules across supported interfaces.
Why use it?
It keeps the command-line tool, MCP server, and Python library aligned on credentials, security rules, and output. It also explains how to configure access before using the advertising skills.

Skill for Claude CodeCodex

Part of the mureo plugin — 27 skills, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/logly/mureo/_mureo-shared
Any agent
npx skills add logly/mureo --skill _mureo-shared
Clone the repo
git clone --depth 1 https://github.com/logly/mureo

Made for: Claude Code, Codex.

Or install mureo, the plugin that ships this one along with the rest of its 27 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for _mureo-shared

README.md
[![agentmods](https://agentmods.dev/badge/skills/logly/mureo/_mureo-shared.svg)](https://agentmods.dev/skills/logly/mureo/_mureo-shared)
Your own site
<a href="https://agentmods.dev/skills/logly/mureo/_mureo-shared"><img src="https://agentmods.dev/badge/skills/logly/mureo/_mureo-shared.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 12,882 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.12882
Opus 5 $0.00011 $0.06441
Sonnet 5 $0.00004 $0.02576
Haiku 4.5 $0.00002 $0.01288

Measured today against content hash 890d257c68d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

_mureo-shared scanned grade A with 0 findings 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 today.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

mureo/_data/skills/_mureo-shared/SKILL.md · 673 lines

How it starts

The opening of the file, as written. The whole thing — 673 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mureo Shared Patterns

This file covers authentication, security rules, output formatting, and MCP configuration shared across all mureo skills (Google Ads, Meta Ads, Strategy).

Overview

mureo is a local-first control plane for AI ad ops. It sits on top of the official ad-platform MCPs (Meta Ads MCP, Google Ads MCP, etc.) and provides the layer they cannot — strategy enforcement, outcome correlation, and an auditable decision log. It provides:

  • CLI (mureo) for direct command-line usage
  • MCP Server for integration with AI agent hosts (Claude Code, Cursor, Codex, Gemini, etc.)
  • Python library for programmatic access

All three interfaces share the same authentication, security rules, and output format.

Installation

pip install mureo

Setup

Claude Code (Recommended)

mureo setup claude-code

This launches a wizard that:

  1. Asks which platforms to configure (Google Ads / Meta Ads)
  2. Collects API credentials
  3. Opens a browser for OAuth authorization
  4. Lists accessible accounts for selection
  5. Saves credentials to ~/.mureo/credentials.json

Manual Configuration

Create ~/.mureo/credentials.json:

{
  "google_ads": {
    "developer_token": "YOUR_DEVELOPER_TOKEN",
    "client_id": "YOUR_OAUTH_CLIENT_ID",
    "client_secret": "YOUR_OAUTH_CLIENT_SECRET",
    "refresh_token": "YOUR_REFRESH_TOKEN",
    "login_customer_id": "1234567890"
  },
  "meta_ads": {
    "access_token": "YOUR_LONG_LIVED_TOKEN",
    "app_id": "YOUR_APP_ID",
    "app_secret": "YOUR_APP_SECRET",
    "account_id": "act_XXXXXXXXXXXX"
  }
}

Environment Variable Fallback

If ~/.mureo/credentials.json is not found, mureo reads from environment variables:

Platform Variable Required
Google Ads GOOGLE_ADS_DEVELOPER_TOKEN Yes
Google Ads GOOGLE_ADS_CLIENT_ID Yes
Google Ads GOOGLE_ADS_CLIENT_SECRET Yes
Google Ads GOOGLE_ADS_REFRESH_TOKEN Yes
Google Ads GOOGLE_ADS_LOGIN_CUSTOMER_ID No
Meta Ads META_ADS_ACCESS_TOKEN Yes
Meta Ads META_ADS_APP_ID No
Meta Ads META_ADS_APP_SECRET No

Read the full file on GitHub · 673 lines

Changes

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.

  1. today Changed · +6 lines 890d257c68d8
  2. 4d ago First seen · 667 lines · 22 tokens per session scan A 2a364c6fd54e

Subscribe to this mod's changes

_mureo-shared is a skill published in the GitHub repository logly/mureo (43 stars, last pushed yesterday), licensed Apache-2.0. It adds 22 tokens to every session and 12,882 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

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…

LeoYeAI/openclaw-master-skills · 103 tokens

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…

amekala/ads-mcp · 187 tokens

google-ads-manager

Google Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting.

claude-office-skills/skills · 22 tokens

ads-copywriter

Multi-platform ad copy generation for Google Ads, Meta/Facebook, TikTok, LinkedIn with A/B testing variants.

claude-office-skills/skills · 27 tokens

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…

LeoYeAI/openclaw-master-skills · 103 tokens

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…

Imd11/marketing-skills · 103 tokens