agentcy

agentcy is a skill for Claude Code, Codex from goagentcy/agentcy-connect. It costs 50 tokens per session (1,577 once invoked), scanned A, original, MIT.

A marketing-analysis service for OpenClaw agents that combines data from website analytics, advertising, search rankings, online stores, and other connected sources. GA4 is Google Analytics 4, a service that measures website use; Search Console reports how a site appears in Google Search.

In plain words
What is it for?
Use it to review traffic, ad campaigns, search performance, WooCommerce sales, website speed, DNS, SSL, and related client-marketing data.
Why use it?
It brings marketing data into one place so you do not have to inspect each service separately or combine reports by hand. It can also provide competitive research and identify available data sources.

Skill for Claude CodeCodex

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/goagentcy/agentcy-connect/agentcy
Any agent
npx skills add goagentcy/agentcy-connect --skill agentcy
Clone the repo
git clone --depth 1 https://github.com/goagentcy/agentcy-connect

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 agentcy

README.md
[![agentmods](https://agentmods.dev/badge/skills/goagentcy/agentcy-connect/agentcy.svg)](https://agentmods.dev/skills/goagentcy/agentcy-connect/agentcy)
Your own site
<a href="https://agentmods.dev/skills/goagentcy/agentcy-connect/agentcy"><img src="https://agentmods.dev/badge/skills/goagentcy/agentcy-connect/agentcy.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,577 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00050 $0.01577
Opus 5 $0.00025 $0.00788
Sonnet 5 $0.00010 $0.00315
Haiku 4.5 $0.00005 $0.00158

Measured 4d ago against content hash 9e8e5efd7f02, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentcy 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 4d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (agentcy_query.sh, agentcy_research.sh, agentcy_sources.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

- curl
skills/openclaw/agentcy/SKILL.md · 179 lines

How it starts

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

Agentcy — Marketing Intelligence

All-in-one marketing intelligence for OpenClaw agents. Query analytics, ad campaigns, search rankings, e-commerce data, run competitive research, and discover connected data sources — all through the Agentcy REST API.

Quick Start

Install

npx clawhub@latest install agentcy

Configure

Step 1 — Sign up and get your API key:

  1. Create an account at goagentcy.com
  2. Go to the portal at app.goagentcy.com
  3. Create an API key (starts with agcy_)

Step 2 — Connect your data sources:

  1. In the portal, add your client domains (e.g., "aurora-fitness.com")
  2. For each domain, connect the data sources you want to query:
    • Google Analytics 4 — click Connect, authorize with Google
    • Google Search Console — click Connect, authorize with Google
    • Google Ads — click Connect, authorize with Google
    • WooCommerce — enter store URL + API credentials
    • HubSpot, SpyFu, etc. — enter API keys
  3. Web utilities (PageSpeed, DNS, SSL, etc.) work automatically — no setup needed

Step 3 — Set your API key:

export AGENTCY_API_KEY="agcy_your_key_here"

Verify

Run the sources command to confirm your domains and connected services:

./skills/agentcy/agentcy_sources.sh

You should see your configured domains and their connected services listed.

Commands

This skill includes three commands:

1. agentcy_query.sh — Query Marketing Data

Use when you need to answer questions about marketing performance, analytics, ad campaigns, search rankings, traffic, conversions, revenue, or any other marketing data for a client domain.

./skills/agentcy/agentcy_query.sh "question" "domain" [start_date] [end_date] [source_hints]
Arg Required Description
question Yes Natural language question about marketing data
domain Yes Client domain to query (e.g., "example.com")
start_date No Default: "30daysAgo". Accepts YYYY-MM-DD or relative ("7daysAgo")
end_date No Default: "yesterday". Accepts YYYY-MM-DD or relative ("yesterday")
source_hints No Comma-separated data source hints (e.g., "ga4,gsc")

Read the full file on GitHub · 179 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 179 lines · 50 tokens per session scan A 9e8e5efd7f02

Subscribe to this mod's changes

agentcy is a skill published in the GitHub repository goagentcy/agentcy-connect (4 stars, last pushed 4mo ago), licensed MIT. It adds 50 tokens to every session and 1,577 once invoked, about $0.0003 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-31.