prodinfos-cli

- querying product analytics for a Prodinfos project

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "prodinfos-cli" with this command: npx skills add wotaso/prodinfos-skills/wotaso-prodinfos-skills-prodinfos-cli

Prodinfos CLI

Use This Skill When

  • querying product analytics for a Prodinfos project

  • validating whether SDK instrumentation landed correctly

  • answering onboarding, paywall, survey, retention, or export questions without raw SQL

Supported Versions

  • Skill pack: 1.0.0

  • Target package: @prodinfos/cli

  • Supported range: ^0.1.0

  • If a future CLI major changes commands or flags in incompatible ways, split to a sibling skill such as prodinfos-cli-v1

See Versioning Notes.

Non-Goals

  • Do not generate raw SQL.

  • Do not request unbounded raw event dumps.

  • Do not include debug data unless the user explicitly asks for it.

Safety Rules

  • Always scope by project: --project <id> .

  • Always scope by time: --last or explicit since/until .

  • Prefer high-level query endpoints over raw exports.

  • Keep groupings and result sets bounded.

  • Treat release-only data as the default.

Query Priorities

Prefer these command families first:

  • funnel

  • conversion-after

  • paths-after

  • retention

  • survey

  • timeseries

  • breakdown

  • generic

Only use events export when the user explicitly needs raw CSV.

Data Fidelity Rules

  • CLI and dashboard both query the API. There is no separate CLI-only analytics source.

  • Sequence-sensitive and cohort-sensitive queries stay on raw events.

  • Aggregate-backed reads are acceptable only when the API reports that plan shape.

  • runtimeEnv is auto-attached by the SDK. Do not invent a separate mode field.

One-Time Setup

Preferred:

npm i -g @prodinfos/cli prodinfos setup --token <readonly_token>

Alternatives:

prodinfos login --readonly-token <readonly_token> prodinfos login --clerk-jwt <clerk_jwt>

Output Mode

  • Prefer --format json for automation or agent reasoning.

  • Use --format text for short human summaries.

  • Use timeseries --viz table when exact values matter.

  • Use timeseries --viz chart or svg when a trend scan is enough.

Validation Loop

After SDK rollout or query changes, validate with a few stable reads:

prodinfos schema events --project <id> --limit 200 prodinfos goal-completion --project <id> --start onboarding:start --complete onboarding:complete --last 30d prodinfos get onboarding-journey --project <id> --last 30d --format text

Missing Capability Loop

If the requested fetch is impossible with the current CLI surface:

  • State that the capability is missing.

  • Do not pretend another command is equivalent if it is not.

  • Submit CLI feedback with a reproducible gap report.

PRODINFOS_CLI_ENABLE_WRITE_COMMANDS=true prodinfos feedback submit
--category feature
--message "Missing CLI functionality: <short capability>"
--context "Requested fetch: <what user asked>; attempted command: <command>"
--meta '{"expected":"<expected output>","actual":"CLI has no command or endpoint"}'

References

  • Versioning Notes

  • Dedicated Events Playbook

  • Event Placement Playbook

  • Paywall Journey Playbook

  • Store Review Playbook

  • CLI Use Cases Playbook

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

prodinfos-ts-sdk

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated