Metrika Analysis for Openclaw

A professional AI agent skill for retrieving and analyzing website performance data directly from the Yandex Metrika API.

nimblemarketingapex-netizen
v1.0.1
Feb 17, 2026
1
1.1k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install metrika-analysis

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 metrika-analysis 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 Metrika Analysis?

The Metrika Analysis skill enables AI agents to interface seamlessly with the Yandex Metrika API to extract deep insights into website performance. By using this Openclaw Skills extension, users can query their web analytics using natural language to identify traffic trends, monitor conversion goals, and evaluate visitor engagement metrics. The skill is designed with a focus on data privacy and token efficiency, ensuring that website counters remain unchanged while providing high-value technical audits.

This skill transforms raw analytics into actionable intelligence. It allows developers and marketers to bypass manual dashboard navigation by programmatically fetching metrics like session depth, bounce rates, and traffic sources. Whether you are troubleshooting a drop in conversions or optimizing landing page content, Metrika Analysis provides the data-driven foundation required for modern web optimization workflows.

Metrika Analysis Use Cases

  • Evaluating website traffic sources to determine which channels drive the highest quality leads.
  • Identifying specific landing pages with high bounce rates that require immediate UX or content optimization.
  • Monitoring conversion funnels to pinpoint where users are dropping off in the journey.
  • Generating automated site performance reports and visitor behavior summaries for stakeholders.

How Metrika Analysis Works

  1. The skill first verifies the presence of the required METRIKA_TOKEN and COUNTER_ID environment variables.
  2. It sends authenticated requests to the Yandex Metrika API to fetch core metrics such as visits, page depth, and bounce rates.
  3. The retrieved data is analyzed to categorize top traffic sources and evaluate goal completion across different segments.
  4. It identifies technical and behavioral anomalies, such as high-bounce pages or funnel bottlenecks.
  5. Finally, the skill synthesizes the data into a technical report with specific hypotheses for improving site performance.

Metrika Analysis Setup

To use this skill, ensure you have your Yandex Metrika API credentials ready. Configure your environment variables as follows:

# Set your Yandex Metrika API access token
export METRIKA_TOKEN="your_access_token_here"

# Set the specific Counter ID for the website you want to analyze
export COUNTER_ID="your_counter_id_here"

Metrika Analysis Data Schema & Taxonomy

The skill processes and organizes analytics data according to the following schema:

Metric Description Category
visits Total number of unique sessions and visitors Traffic
bounce_rate Percentage of visitors who left after one page Engagement
page_depth Average number of pages viewed per session Engagement
conversion_rate Percentage of users completing defined goals Performance
traffic_sources Breakdown by organic, direct, social, and referral Attribution

Metrika Analysis Advanced Features

  • Automated hypothesis generation for conversion rate optimization based on real-time data trends.
  • Multi-dimensional analysis of visitor behavior across various device types and operating systems.
  • Integration with other Openclaw Skills for automated reporting and cross-platform data synthesis.
  • Efficient token management to minimize overhead during frequent data fetching cycles.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*