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/goagentcy/agentcy-connect/agentcynpx skills add goagentcy/agentcy-connect --skill agentcygit clone --depth 1 https://github.com/goagentcy/agentcy-connectWrote 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/goagentcy/agentcy-connect/agentcy)<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>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.00050 | $0.01577 |
| Opus 5 | $0.00025 | $0.00788 |
| Sonnet 5 | $0.00010 | $0.00315 |
| Haiku 4.5 | $0.00005 | $0.00158 |
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.
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 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:
- Create an account at goagentcy.com
- Go to the portal at app.goagentcy.com
- Create an API key (starts with
agcy_)
Step 2 — Connect your data sources:
- In the portal, add your client domains (e.g., "aurora-fitness.com")
- 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
- 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") |
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.
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.
- 4d ago First seen · 179 lines · 50 tokens per session scan A 9e8e5efd7f02
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.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
baoyu-article-illustrator
Article illustrations: type × style × palette consistency.
openhands
Delegate coding to OpenHands CLI (model-agnostic, LiteLLM).
agentmail
Use when an agent needs AgentMail CLI email inboxes.
mcporter
List, auth, and call MCP servers/tools from the terminal.
keybindings-help
Use when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify /.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".