Amplitude user behavior queries
/plugin marketplace add jongwony/cc-plugin/plugin install amplitude-user-lookup@cc-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/api-reference.mdreferences/scripts-guide.mdscripts/user_activity.pyscripts/user_search.pyQuery Amplitude user data via REST API using Device ID or User ID.
Set environment variables:
export AMPLITUDE_API_KEY="your-api-key"
export AMPLITUDE_SECRET_KEY="your-secret-key"
export AMPLITUDE_REGION="us" # or "eu" for EU data residency
Get keys from: Amplitude Dashboard > Settings > Projects > General
python scripts/user_search.py "DEVICE-ID-HERE"
python scripts/user_activity.py AMPLITUDE_ID --limit 50
# Get Amplitude ID first
AMP_ID=$(python scripts/user_search.py "DEVICE-ID" --json | jq -r '.matches[0].amplitude_id')
# Then get activity
python scripts/user_activity.py $AMP_ID --limit 100
| Script | Options |
|---|---|
user_search.py | --json for raw JSON output |
user_activity.py | --limit N, --offset N, --direction [latest|earliest], --json |
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.