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/_mureo-sharednpx skills add logly/mureo --skill _mureo-sharedgit clone --depth 1 https://github.com/logly/mureoWrote 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.
[](https://agentmods.dev/skills/logly/mureo/_mureo-shared)<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>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.
| Model | Per session | Once 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 |
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.
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:
- Asks which platforms to configure (Google Ads / Meta Ads)
- Collects API credentials
- Opens a browser for OAuth authorization
- Lists accessible accounts for selection
- 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 |
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.
- today Changed · +6 lines 890d257c68d8
- 4d ago First seen · 667 lines · 22 tokens per session scan A 2a364c6fd54e
_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.
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…