roasr-openclaw

roasr-openclaw is a skill for Claude Code, Codex from RoASr-com/roasr-mcp. It costs 137 tokens per session (2,393 once invoked), scanned A, a copy of roasr-hermes, MIT.

A skill for using RoASr in OpenClaw to audit Meta, Google Ads, and Yandex Direct accounts. RoASr is a hosted advertising-analysis service, and OpenClaw is the agent environment that connects to it.

In plain words
What is it for?
Use it to find wasted ad spend, inspect search queries and ad status, study competitor creatives, and pause or resume a Yandex Direct campaign when explicitly authorised.
Why use it?
It brings account audits, ranked budget issues, competitor-ad research, and creative analysis into the agent workflow while keeping access limited to the connected workspace.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to find wasted ad spend, inspect search queries and ad status, study competitor creatives, and pause or resume a Yandex Direct campaign when explicitly authorised.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roasr-com/roasr-mcp/openclaw
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.

Any agent
npx skills add RoASr-com/roasr-mcp --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/RoASr-com/roasr-mcp

Made for: Claude Code, Codex.

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 roasr-openclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/roasr-com/roasr-mcp/openclaw/github.svg)](https://agentmods.dev/skills/roasr-com/roasr-mcp/openclaw)
Your own site
<a href="https://agentmods.dev/skills/roasr-com/roasr-mcp/openclaw"><img src="https://agentmods.dev/badge/skills/roasr-com/roasr-mcp/openclaw/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for roasr-openclaw

Your own site · 80×15
<a href="https://agentmods.dev/skills/roasr-com/roasr-mcp/openclaw"><img src="https://agentmods.dev/badge/skills/roasr-com/roasr-mcp/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 137 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,393 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 89% copy Near-identical to another mod 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.1 $0.00137 $0.02393
Opus 5 $0.00068 $0.01196
Sonnet 5 $0.00027 $0.00479
Haiku 4.5 $0.00014 $0.00239

Measured 8d ago against content hash 279d83e54ec5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

roasr-openclaw 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 8d 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.

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.

Origin

This is a copy

89% identical to roasr-hermes — 39 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/openclaw/SKILL.md · 97 lines

How it starts

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

RoASr in OpenClaw — ad audit, competitor spy & Vision creative analysis

RoASr connects to a user's Meta, Google Ads and Yandex Direct data and returns an A–F account audit with findings ranked by money at stake, plus competitor intelligence from the Meta Ad Library and Vision analysis of creatives. This skill drives RoASr from OpenClaw — either through RoASr's remote MCP endpoint (HTTP) or a local stdio MCP server (npx roasr-mcp). Access is scoped to the user's own workspace; isolation and scopes are enforced API-side. Everything is read-only except one campaign pause/resume tool, which only works inside permissions the owner granted explicitly.

Setup (do this first — and tell the user if they haven't)

RoASr is a hosted service. OpenClaw cannot use it without the user's own account and API key.

  1. Sign up or log in at https://roasr.com — it's free.

  2. Go to Settings → API keys and create a key pg_live_… (owner/admin) with the scopes you need. The token is shown once — copy it.

  3. Connect in OpenClaw — pick ONE transport:

    A. Remote HTTP connector (no install). In OpenClaw's MCP settings add an HTTP/remote server:

    Name:  roasr
    URL:   https://roasr.com/api/mcp
    Auth:  Bearer pg_live_…        (Authorization header)
    

    B. Local stdio server (npx). Add to OpenClaw's MCP config (standard mcpServers shape):

    {
      "mcpServers": {
        "roasr": {
          "command": "npx",
          "args": ["-y", "roasr-mcp"],
          "env": {
            "ROASR_API_KEY": "pg_live_…",
            "ROASR_BASE_URL": "https://roasr.com"
          }
        }
      }
    }
    

    ROASR_BASE_URL is optional (defaults to https://roasr.com). Until the npm package is published, use "args": ["-y", "github:RoASr-com/roasr-mcp"]. Requires Node 18+.

  4. Reload MCP servers in OpenClaw and confirm the roasr_* tools appear.

If no API key is set, or a tool returns an auth error (auth.invalid_api_key / 401): tell the user to sign up free at https://roasr.com, open Settings → API keys, create a key, and provide it (as the connector's Bearer token for option A, or ROASR_API_KEY for option B). Do not retry tools until a valid key is configured.

Read the full file on GitHub · 97 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. 8d ago First seen · 97 lines · 137 tokens per session scan A 279d83e54ec5

Subscribe to this mod's changes

roasr-openclaw is a skill published in the GitHub repository RoASr-com/roasr-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 137 tokens to every session and 2,393 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to roasr-hermes, differing in 39 lines, and is treated as a copy.

Related

Other skills, from other repositories

google-ads-mcp

Unofficial Google Ads MCP. Dual MCP/CLI surface. Operator playbooks live in the separate google-ads skill suite — do not duplicate them here. Prefer MCP tools if connected; otherwise the package CLI. Use when the user wants Google Ads MCP data or actions through an agent.

davidmosiah/google-ads-mcp-unofficial · 64 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, then fills the gaps with list (filters, sort, a time…

comet-ml/opik-mcp · 174 tokens

qa-knowledge

To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.

griddynamics/rosetta · 32 tokens