← 返回 Skills 市场
djedi

Clicky Analytics

作者 Dustin Davis · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
229
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install clicky-analytics
功能描述
Fetch website analytics from Clicky (clicky.com) via their REST API. Use when the user asks about website traffic, visitors, pageviews, top pages, bounce rat...
使用说明 (SKILL.md)

Clicky Analytics

Fetch analytics from the Clicky API. Supports multiple sites via environment variables.

Setup

Store site credentials as environment variables. Use the naming convention CLICKY_\x3CNAME>_SITE_ID and CLICKY_\x3CNAME>_SITEKEY:

# In ~/.openclaw/.env or your shell profile
CLICKY_ENVELOPEBUDGET_SITE_ID=101427673
CLICKY_ENVELOPEBUDGET_SITEKEY=c287a01cc00f70cb
CLICKY_ZAPYETI_SITE_ID=99999999
CLICKY_ZAPYETI_SITEKEY=abc123def456

For a single default site, use:

CLICKY_SITE_ID=101427673
CLICKY_SITEKEY=c287a01cc00f70cb

Usage

# Named site (reads CLICKY_\x3CNAME>_SITE_ID and CLICKY_\x3CNAME>_SITEKEY env vars)
scripts/clicky.sh envelopebudget visitors,actions-pageviews

# Default site (reads CLICKY_SITE_ID and CLICKY_SITEKEY env vars)
scripts/clicky.sh default visitors,actions-pageviews

# With options
scripts/clicky.sh envelopebudget pages --date last-7-days --limit 20
scripts/clicky.sh envelopebudget visitors --date 2026-03-01,2026-03-13 --daily

Options

  • --date DATE — today, yesterday, last-7-days, last-30-days, YYYY-MM-DD, or range YYYY-MM-DD,YYYY-MM-DD
  • --limit N — max results (default 50, max 1000)
  • --daily — break results down by day
  • --page N — paginate through results

Combine types in one request

Use commas: visitors,visitors-unique,actions-pageviews,bounce-rate,time-average-pretty

Common Reports

Report Types
Overview visitors,visitors-unique,actions-pageviews,bounce-rate,time-average-pretty
Content pages,pages-entrance,pages-exit
Traffic traffic-sources,links-domains,searches,countries
SEO searches,searches-rankings,searches-keywords

API Reference

See references/api-types.md for all available data types, date formats, and limits.

安全使用建议
This skill appears to do exactly what it says: call Clicky's API and return analytics. Before installing, confirm you trust Clicky and are comfortable storing the sitekey in an environment variable or ~/.openclaw/.env (these files can expose secrets if your machine or backups are compromised). Note the script places the sitekey in the URL query string (which may be logged by proxies or web servers); if Clicky offers an alternative using Authorization headers, prefer that for better secrecy. Also avoid setting overly permissive or widely-shared environment variables — use the named CLICKY_<NAME>_* pattern for per-site isolation and ensure no other unrelated secrets are stored under those names.
功能分析
Type: OpenClaw Skill Name: clicky-analytics Version: 1.2.0 The clicky-analytics skill is a legitimate tool designed to fetch website statistics from the Clicky API. It uses a bash script (scripts/clicky.sh) to wrap curl commands, correctly handling credentials via environment variables and supporting multiple site configurations. The implementation is straightforward, lacks obfuscation, and contains no evidence of malicious intent, data exfiltration, or prompt-injection vulnerabilities.
能力评估
Purpose & Capability
Name/description match the implementation. The script and SKILL.md implement calls to api.clicky.com and require CLICKY_SITE_ID/CLICKY_SITEKEY (and named variants), which are the expected credentials for the Clicky API.
Instruction Scope
Runtime instructions and the included script stick to calling the Clicky API and returning JSON. One noteworthy behavior: the site key is included in the query string of the API URL (sitekey parameter), which is expected for this API but means the key may appear in logs or proxy traces. SKILL.md also suggests storing credentials in shell/profile files; users should treat those files as sensitive.
Install Mechanism
No install spec; the skill is instruction-only (plus a small shell script). No downloads, package installs, or archive extraction are performed.
Credentials
Requested environment variables are limited to CLICKY_SITE_ID / CLICKY_SITEKEY (and named variants like CLICKY_<NAME>_SITEKEY), which are directly needed. The primary credential is appropriately the sitekey. There are no unrelated secret/env requests.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clicky-analytics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clicky-analytics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
Removed unused python3 from requires.bins. Declared CLICKY_SITE_ID and CLICKY_SITEKEY in requires.env. Added primaryEnv for dashboard key input.
v1.1.0
Security fixes: credentials via env vars (not JSON file), declared curl/python3 as required bins, removed sites.json credential storage.
v1.0.0
Initial release — fetch website analytics from Clicky API. Multi-site support, bash script, all data types.
元数据
Slug clicky-analytics
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Clicky Analytics 是什么?

Fetch website analytics from Clicky (clicky.com) via their REST API. Use when the user asks about website traffic, visitors, pageviews, top pages, bounce rat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 229 次。

如何安装 Clicky Analytics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clicky-analytics」即可一键安装,无需额外配置。

Clicky Analytics 是免费的吗?

是的,Clicky Analytics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Clicky Analytics 支持哪些平台?

Clicky Analytics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Clicky Analytics?

由 Dustin Davis(@djedi)开发并维护,当前版本 v1.2.0。

💬 留言讨论