Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Ampli...
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Ampli...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
Amplitude product analytics — track events, analyze user behavior, run cohort analysis, manage user properties, and query funnel/retention data via the Amplitude API.
Event tracking — log user events with properties User analytics — active users, sessions, engagement Funnel analysis — conversion through event sequences Retention analysis — user return rates over time Cohort management — create and manage user cohorts User properties — set and query user attributes Revenue analytics — LTV, ARPU, revenue tracking Segmentation — query by properties and events Event segmentation — event counts and breakdowns Dashboard export — export chart data
VariableRequiredDescriptionAMPLITUDE_API_KEY✅API key/token for AmplitudeAMPLITUDE_SECRET_KEY✅Amplitude secret key for Export/Dashboard APIs
# Track an event python3 {baseDir}/scripts/amplitude.py track '{"user_id":"user123","event_type":"purchase","event_properties":{"amount":29.99}}' # Track batch events python3 {baseDir}/scripts/amplitude.py track-batch events.json # Set user properties python3 {baseDir}/scripts/amplitude.py identify '{"user_id":"user123","user_properties":{"plan":"pro","company":"Acme"}}' # Get active user counts python3 {baseDir}/scripts/amplitude.py active-users --start 2026-01-01 --end 2026-02-01
Track an event. python3 {baseDir}/scripts/amplitude.py track '{"user_id":"user123","event_type":"purchase","event_properties":{"amount":29.99}}'
Track batch events. python3 {baseDir}/scripts/amplitude.py track-batch events.json
Set user properties. python3 {baseDir}/scripts/amplitude.py identify '{"user_id":"user123","user_properties":{"plan":"pro","company":"Acme"}}'
Get active user counts. python3 {baseDir}/scripts/amplitude.py active-users --start 2026-01-01 --end 2026-02-01
Get event data. python3 {baseDir}/scripts/amplitude.py events --start 2026-01-01 --end 2026-02-01 --event purchase
Run funnel analysis. python3 {baseDir}/scripts/amplitude.py funnel '{"events":[{"event_type":"page_view"},{"event_type":"signup"},{"event_type":"purchase"}]}' --start 2026-01-01 --end 2026-02-01
Retention analysis. python3 {baseDir}/scripts/amplitude.py retention --start 2026-01-01 --end 2026-02-01
List cohorts. python3 {baseDir}/scripts/amplitude.py cohorts
Get cohort details. python3 {baseDir}/scripts/amplitude.py cohort-get abc123
Revenue analysis. python3 {baseDir}/scripts/amplitude.py revenue --start 2026-01-01 --end 2026-02-01
Search for a user. python3 {baseDir}/scripts/amplitude.py user-search "user@example.com"
Get user activity. python3 {baseDir}/scripts/amplitude.py user-activity user123
Event segmentation query. python3 {baseDir}/scripts/amplitude.py segments --event purchase --group-by platform --start 2026-01-01 --end 2026-02-01
All commands output JSON by default. Add --human for readable formatted output. # JSON (default, for programmatic use) python3 {baseDir}/scripts/amplitude.py track --limit 5 # Human-readable python3 {baseDir}/scripts/amplitude.py track --limit 5 --human
ScriptDescription{baseDir}/scripts/amplitude.pyMain CLI — all Amplitude operations
This skill never stores data locally. All requests go directly to the Amplitude API and results are returned to stdout. Your data stays on Amplitude servers.
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents. 📅 Need help setting up OpenClaw for your business? Book a free consultation
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.