A zero-dependency Python tool for AI agents to track product analytics, user behavior, and conversion funnels via the Amplitude API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install amplitude
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install amplitude using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Amplitude skill provides a robust interface for Openclaw Skills to interact directly with the Amplitude Product Analytics platform. It enables AI agents to log user events, manage user properties, and perform complex analytical queries such as cohort analysis and retention tracking without any external dependencies. Built using the Python standard library, this skill ensures maximum compatibility and security for developers building data-driven agentic workflows.
By integrating this tool into your Openclaw Skills library, you can empower your AI agents to monitor product usage, measure feature adoption, and gain actionable insights into user journeys in real-time. Whether you are tracking simple page views or complex revenue events, this skill streamlines the process of data collection and analysis for modern AI applications.
To get started with this skill for Openclaw Skills, ensure you have your API credentials ready.
1. Environment Variables: Set the following keys in your environment:
AMPLITUDE_API_KEY: Your project's API key.AMPLITUDE_SECRET_KEY: Required for Export and Dashboard APIs.2. Basic Usage: Track a single event using the CLI:
python3 scripts/amplitude.py track '{"user_id":"user123","event_type":"purchase","event_properties":{"amount":29.99}}'
3. Configuration: No additional Python packages are required as this skill uses the Python standard library.
The skill operates on a direct-to-API model, ensuring no sensitive data is stored locally within the Openclaw Skills environment.
| Data Type | Description |
|---|---|
| Event Data | JSON objects containing user_id, event_type, and custom properties. |
| User Properties | Key-value pairs defining user attributes like plan type or company name. |
| Analysis Results | Structured JSON outputs for funnels, retention, and active user metrics. |
| Metadata | Standardized taxonomy for event segmentation and cohort identification. |
Loading
A high-performance interface for AI agents to query blockchain data, NFT metadata, and token balances using the Alchemy API.

A full AI Chief Financial Officer that integrates banking and payment data into real-time business intelligence and automated reporting.

A mandatory security auditing and quarantine system designed to evaluate third-party Openclaw Skills for safety and compliance.

An automated AI research pipeline that logs search results from Perplexity into a structured SQLite database with full Langfuse observability.

A zero-dependency Python integration for the Anthropic Messages API, enabling chat completions, vision analysis, and tool calling.

A comprehensive telecommunications toolkit for AI agents to handle SMS, voice calls, and phone number management through the Bandwidth API.








































