DataFast Analytics for Openclaw

A comprehensive tool for querying DataFast website analytics, visitor metrics, and managing conversion goals via API.

bennyqp
v0.1.0
Feb 20, 2026
0
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install datafast-analytics

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install datafast-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is DataFast Analytics?

The DataFast Analytics skill for Openclaw Skills provides a robust interface for developers and marketers to access their website performance data programmatically. By leveraging the DataFast API, this skill can retrieve everything from high-level overview metrics to granular real-time statistics and visitor breakdowns.

Integrating this specific tool within your Openclaw Skills workflow enables automated reporting on sessions, bounce rates, and revenue metrics. It simplifies complex API interactions into human-readable summaries and actionable tables, making it easier to monitor site health and marketing performance without manual dashboard checking.

DataFast Analytics Use Cases

  • Tracking real-time visitor counts and geographic locations during a product launch.
  • Generating monthly performance reports comparing traffic across different campaigns and referrers.
  • Monitoring conversion goals and payment events to calculate ROI for digital marketing efforts.
  • Analyzing technical breakdowns such as browser versions and operating systems to guide development priorities.
  • Automating the management and cleanup of goal or payment data for maintenance purposes.

How DataFast Analytics Works

  1. Determine the analytics request type, such as a time-series report, a real-time overview, or a specific breakdown.
  2. Collect necessary parameters including date ranges (startAt/endAt), timezones, and specific data fields like visitors or sessions.
  3. Locate the DataFast API key stored in the local configuration directory to authenticate the request.
  4. Construct and execute the API call to the relevant DataFast v1 endpoint using standardized curl commands.
  5. Process the JSON response to generate a structured table and a narrative summary highlighting the most significant trends.

DataFast Analytics Setup

  1. Obtain your DataFast API key (prefixed with df_) from your DataFast account settings.
  2. Create the required configuration directory and save your key to a file:
mkdir -p ~/.config/datafast
echo "df_your_key_here" > ~/.config/datafast/api_key
  1. The skill will automatically read this key to authenticate requests within the Openclaw Skills environment.

DataFast Analytics Data Schema & Taxonomy

The skill organizes analytics data into several logical categories for clear reporting:

Data Category Description
Metrics Core counts like visitors, sessions, and bounce rates.
Breakdowns Segmented data by device, page, campaign, country, or browser.
Time Series Performance data over specific intervals like hour, day, or week.
Visitor Details Granular metadata associated with specific visitor IDs.
Goals/Payments Conversion events and financial data associated with specific goals.

DataFast Analytics Advanced Features

  • Dynamic segmentation using the filter syntax to isolate specific traffic sources or user behaviors.
  • Safety-first destructive actions that require explicit confirmation before deleting goals or payment records.
  • Real-time mapping capabilities for visualizing live traffic distribution.
  • Automated pagination management for large datasets, ensuring you can navigate through extensive breakdown lists.
  • Direct integration with goal and payment creation endpoints to track conversions programmatically.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*