Agent skill · Data & Analytics

amplitude

Analyze product analytics with Amplitude's digital analytics platform.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill amplitude-andrejones92-canifi-life-os --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/amplitude-andrejones92-canifi-life-os/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Amplitude Skill Analyze product analytics with Amplitude's digital analytics platform. ## Quick Install ```bash curl -sSL https://canifi.com/skills/amplitude/install.sh | bash ``` Or manually: ```bash cp -r skills/amplitude ~/.canifi/skills/ ``` ## Setup Configure via [canifi-env](https://canifi.com/setup/scripts): ```bash # First, ensure canifi-env is installed: # curl -sSL https://canifi.com/install.sh | bash canifi-env set AMPLITUDE_API_KEY "your_api_key" canifi-env set AMPLITUDE_SECRET_KEY "your_secret_key" ``` ## Privacy & Authentication **Your credentials, your choice.** Canifi LifeOS respects your privacy. ### Option 1: Manual Browser Login (Recommended) If you prefer not to share credentials with Claude Code: 1. Complete the [Browser Automation Setup](/setup/automation) using CDP mode 2. Login to the service manually in the Playwright-controlled Chrome window 3. Claude will use your authenticated session without ever seeing your password ### Option 2: Environment Variables If you're comfortable sharing credentials, you can store them locally: ```bash canifi-env set SERVICE_EMAIL "your-email" canifi-env set SERVICE_PASSWORD "your-password" ``` **Note**: Credentials stored

What's inside
Steps it walks through
  1. Quick Install
  2. Setup
  3. Privacy & Authentication
  4. Option 1: Manual Browser Login (Recommended)
  5. Option 2: Environment Variables
  6. Capabilities
  7. Usage Examples
  8. Get Event Stats
  9. Analyze Journey
  10. Create Cohort
  11. View Chart
  12. Authentication Flow
  13. Error Handling
  14. Notes
Ships with 1 file
  • metadata.json
Commands it runs
curl -sSL https://canifi.com/skills/amplitude/install.sh | bash
cp -r skills/amplitude ~/.canifi/skills/
curl -sSL https://canifi.com/install.sh | bash
canifi-env set AMPLITUDE_API_KEY "your_api_key"
canifi-env set AMPLITUDE_SECRET_KEY "your_secret_key"
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
More from claude-skill-registry
All skills →
About this skill
What does the amplitude skill do?

Analyze product analytics with Amplitude's digital analytics platform.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill amplitude-andrejones92-canifi-life-os --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going