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 rate, search rankings, traffic sources, countries, or any Clicky analytics data. Also use for scheduled analytics reports or comparing traffic across date ranges.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clicky-analytics" with this command: npx skills add djedi/clicky-analytics

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_<NAME>_SITE_ID and CLICKY_<NAME>_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_<NAME>_SITE_ID and CLICKY_<NAME>_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

ReportTypes
Overviewvisitors,visitors-unique,actions-pageviews,bounce-rate,time-average-pretty
Contentpages,pages-entrance,pages-exit
Traffictraffic-sources,links-domains,searches,countries
SEOsearches,searches-rankings,searches-keywords

API Reference

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Everhour

Everhour integration. Manage Users, Organizations, Clients, Invoices. Use when the user wants to interact with Everhour data.

Registry SourceRecently Updated
Coding

Speak AI

Capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows with Speak AI through MCP. 83 tools...

Registry SourceRecently Updated
Coding

Clickfunnels Classic

ClickFunnels integration. Manage data, records, and automate workflows. Use when the user wants to interact with ClickFunnels data.

Registry SourceRecently Updated
1130Profile unavailable
Coding

Drchrono

DrChrono integration. Manage Patients, Appointments, ClinicalNotes, MedicationOrders, LabOrders, BillingProfiles and more. Use when the user wants to interac...

Registry SourceRecently Updated
1990Profile unavailable