Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

agentcyagentcy 分析

Agent Skill

agentcy 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,337

周安装

135

GitHub Stars

公开资料未说明

下载量

1,048
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agentcy(agentcy 分析)
来源仓库:https://github.com/twchase/agentcy
安装命令:
openclaw skills install agentcy
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install agentcy

简介

作为营销分析师提供客户洞察支持。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 综合处理客户营销数据与趋势分析。
  • 适合快速生成营销策略建议报告。agentcy 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 安装命令:openclaw skills install agentcy。
  • 建议核实数据源授权与处理时效性。

SKILL.md

name
agentcy
description
Your OpenClaw team's marketing analyst — just tell your agent what you need to know about your clients' marketing and Agentcy delivers synthesized insights and recommendations. Covers GA4, Google Ads, Search Console, WooCommerce, and more.
version
1.0.0
files
metadata
clawdbot
primaryEnv
AGENTCY_API_KEY
homepage
https://www.goagentcy.com
requires
env
bins

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

  1. 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]
ArgRequiredDescription
questionYesNatural language question about marketing data
domainYesClient domain to query (e.g., "example.com")
start_dateNoDefault: "30daysAgo". Accepts YYYY-MM-DD or relative ("7daysAgo")
end_dateNoDefault: "yesterday". Accepts YYYY-MM-DD or relative ("yesterday")
source_hintsNoComma-separated data source hints (e.g., "ga4,gsc")

Examples:

# Basic query — Agentcy picks the right data source automatically
./skills/agentcy/agentcy_query.sh "How is organic traffic trending?" "aurora-fitness.com"

# With date range
./skills/agentcy/agentcy_query.sh "Google Ads performance" "aurora-fitness.com" "7daysAgo" "yesterday"

# With source hints
./skills/agentcy/agentcy_query.sh "Top converting pages" "aurora-fitness.com" "30daysAgo" "yesterday" "ga4,gsc"

2. agentcy_research.sh — Web Research & Competitive Intel

Use for competitive analysis, market research, industry trends, pricing comparisons, or any question that requires searching the web rather than querying connected data sources.

./skills/agentcy/agentcy_research.sh "research question" ["domain-for-context"]
ArgRequiredDescription
questionYesNatural language research question
domainNoClient domain for context (helps scope competitive research)

Examples:

./skills/agentcy/agentcy_research.sh "What pricing strategies are competitors using for protein supplements?" "aurora-fitness.com"
./skills/agentcy/agentcy_research.sh "Latest Google Ads best practices for e-commerce 2026"

3. agentcy_sources.sh — Discover Data Sources

Use to check what domains are configured and which data sources are connected before running a query.

./skills/agentcy/agentcy_sources.sh ["domain"]

Examples:

# List all configured domains
./skills/agentcy/agentcy_sources.sh

# Check a specific domain
./skills/agentcy/agentcy_sources.sh "aurora-fitness.com"

Response Format

All commands return synthesized marketing insights as plain text — not raw JSON. Responses are ready to use directly in your analysis and recommendations.

  • agentcy_query.sh — Returns an insight with a [Sources: ...] footer showing which data sources were used
  • agentcy_research.sh — Returns synthesized research findings with sources cited
  • agentcy_sources.sh — Lists domains with their connected services and always-available utilities

Data Sources Available

SourceCategoryAuth
Google Analytics 4AnalyticsGoogle OAuth
Google Search ConsoleSearch / SEOGoogle OAuth
Google AdsAdvertisingGoogle OAuth
YouTube AnalyticsVideo / ContentGoogle OAuth
WooCommerceE-commerceAPI Key
HubSpotCRM / MarketingAPI Key
SpyFuCompetitive IntelAPI Key
PageSpeed, DNS, SSL, WHOIS, Sitemap, Schema, Readability, Tech DetectionWeb UtilitiesIncluded
Web IntelligenceResearchIncluded

External Endpoints

EndpointMethodPurposeAuth
https://data.goagentcy.com/api/queryPOSTQuery marketing data sourcesBearer token (AGENTCY_API_KEY)
https://data.goagentcy.com/api/researchPOSTWeb research and competitive intelligenceBearer token (AGENTCY_API_KEY)
https://data.goagentcy.com/api/sourcesGETList configured domains and data sourcesBearer token (AGENTCY_API_KEY)

Security & Privacy

  • API key is read from the AGENTCY_API_KEY environment variable — never hardcoded
  • The key is sent only to data.goagentcy.com over HTTPS
  • Data isolation is enforced by the domain parameter — each query is scoped to a single client
  • No marketing data is cached or stored by this skill
  • Response content is synthesized text — no raw customer PII is returned
  • All scripts use set -euo pipefail and build JSON payloads with jq (no shell injection)

Publisher

Agentcy — goagentcy.com

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

87.61%
按下载量换算918

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills