_mureo-shared
Solidmureo: Shared patterns for authentication, security rules, and output formatting.
AI & Automation 16 stars
1 forks Updated today Apache-2.0
Install
Quality Score: 78/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
```bash
pip install mureo
```
## Setup
### Claude Code (Recommended)
```bash
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`:
```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",
...
Details
- Author
- logly
- Repository
- logly/mureo
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
_mureo-google-ads
Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.
16 Updated today
logly AI & Automation Solid
onboard
Initial account setup — create STRATEGY.md and STATE.json from scratch, import platform data, and establish baseline metrics. Use when the user is starting fresh with mureo, has no STRATEGY.md yet, or asks to set up a new account. Also use when the user asks in Japanese (初期セットアップ / STRATEGY.mdを作成して / mureoを使い始めたい / アカウントの立ち上げ).
16 Updated today
logly AI & Automation Solid
_mureo-strategy
Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.
16 Updated today
logly