← 返回 Skills 市场
wotaso-dev

AI Product Manager

作者 wotaso-dev · GitHub ↗ · v1.0.31 · MIT-0
cross-platform ⚠ suspicious
358
总下载
0
收藏
0
当前安装
30
版本数
在 OpenClaw 中安装
/install ai-product-manager
功能描述
OpenClaw-first AI product manager for turning analytics, revenue, crash, store, and feedback signals into execution-ready proposals and backlog work.
使用说明 (SKILL.md)

AI Product Manager

Use This Skill When

  • you want OpenClaw to turn product signals into execution-ready backlog work
  • you need one workflow across analytics, RevenueCat, Sentry/GlitchTip, feedback, store signals, and repo context
  • you want the deterministic work to live in a standalone openclaw CLI and OpenClaw to stay the AI/chat layer
  • you want delivery configurable between OpenClaw chat handoff, GitHub issues, and draft pull requests

Preferred Runtime

Prefer the standalone openclaw CLI as the runtime surface.

  • Setup path: openclaw setup --config openclaw.config.json
  • Primary path: openclaw start --config openclaw.config.json
  • Local monorepo path: pnpm --filter @analyticscli/openclaw-cli dev start --repo-root \x3Crepo-root>
  • Legacy copied-runtime scripts under scripts/openclaw-growth-*.mjs remain fallback-only for older OpenClaw workspaces

The CLI is intentionally non-AI. OpenClaw should stay the only conversational and implementation layer. Use the CLI to gather signals, generate proposals, schedule checks, and send deliveries. If the user later asks OpenClaw to implement a proposal, OpenClaw should inspect the generated drafts and then use OpenClaw itself to do the work.

Customization Boundary

Treat this installed skill as vendor-managed and replaceable. OpenClaw should almost never edit this skill in-place for user- or project-specific customization, because future ClawHub updates may overwrite local changes. When the user wants custom behavior, create a separate companion skill or project-local customization skill instead, for example openclaw-growth-custom, and have that skill reference or layer on top of this one. Only modify this skill directly when the change is intended as an upstream reusable fix for the canonical skill repository.

Setup DX Rules

Setup should feel guided for a developer, not like a silent preflight dump.

  • Prefer auto-detection and direct fixes over asking the user to run generic commands.
  • Explain why each connection matters before asking for it, especially AnalyticsCLI auth, GitHub code access, and optional GitHub write scopes.
  • Ask for the minimum missing value only; do not request issue/PR permissions unless artifact creation is enabled.
  • For every blocker, return a compact checklist with status, why it matters, where to get it, and the exact minimum permission or command.
  • After each setup phase, report what was detected, what was configured, and the next concrete command OpenClaw will run.
  • Keep secrets out of prompts, repo files, logs, and command arguments; prefer OpenClaw secret storage or environment injection.
  • When SDK instrumentation is missing or weak, guide the developer through the analyticscli-ts-sdk setup path so analytics events become useful for later growth analysis.
  • If AnalyticsCLI has no default project and multiple projects are visible, do not report that as a hard error. List the available projects, ask the user which one to use, persist the choice with openclaw start --config openclaw.config.json --project \x3Cproject_id> or analyticscli projects select \x3Cproject_id>, and then retry the setup/run.

During setup, ask the user this concrete selection question before requesting optional credentials:

Welche der folgenden Connections moechtest du aufsetzen? Mehrfachauswahl ist moeglich:
1. AnalyticsCLI analytics baseline
2. GitHub code access fuer Codeanalyse
3. ASC CLI fuer App Store Connect
4. RevenueCat fuer Monetization-/Subscription-Daten
5. Sentry/GlitchTip fuer Crash-/Error-Daten
6. Feedback/App Reviews
7. Erstmal ueberspringen

Then configure only the selected connections. Do not ask for all tokens at once. For every selected connection, explain the minimum role/scope and exactly where the user finds the key or login flow. If the user already says which connections they want, treat those as selected and start setup immediately. For example, "I want to connect ASC + codebase from GitHub" means configure App Store Connect (ASC) access and GitHub code access; do not respond by asking for a repo path first, and do not claim ASC is connected merely because AnalyticsCLI works.

After the AnalyticsCLI baseline is working, always offer these high-impact context connectors explicitly, even if the user did not mention them yet:

AnalyticsCLI baseline is connected. Do you want to add any of these high-impact context connectors now?
1. RevenueCat for monetization/subscription data
2. ASC / App Store Connect for store, subscription, rating, review, build, and TestFlight context
3. GitHub code access so findings can be mapped to the real codebase

If the user says yes, "all", "RevenueCat + App Store Connect + GitHub", or names any of these connectors, treat that as an explicit selection and immediately provide the connector-specific setup instructions below. Do not ask another vague "what do you want to connect?" question after the user accepts. Walk connector-by-connector, request only the next missing value, and mark a connector connected only after its read-only smoke test succeeds. Before asking for credentials for accepted connectors, automatically install/verify the matching helper tooling:

openclaw setup --config openclaw.config.json --repo-root \x3Crepo-root> --skip-shared-skills --connectors revenuecat,asc,github

Use only the connectors the user accepted. This command enables the selected connector stubs in config and tries to install the companion tooling: GitHub helper skill + gh, ASC skill pack + asc, and RevenueCat MCP transport/config. If helper installation fails, report the failed helper and exact next install command, then continue with the other selected connectors.

Connection setup requests are not satisfied by a successful product-manager run. If the user asks to set up asc, App Store Connect, RevenueCat, GitHub, or codebase access, always answer with the concrete setup status and the mini step-by-step instructions for the requested connectors. Do not respond with only "run succeeds", "No data changes", or "everything is healthy".

Use this response shape for "setup revenuecat asc and gh" or similar requests:

RevenueCat setup:
1. Run: openclaw setup --config openclaw.config.json --repo-root \x3Crepo-root> --skip-shared-skills --connectors revenuecat
2. Create a RevenueCat secret API key in RevenueCat Dashboard -> Project Settings -> API Keys -> + New secret API key.
3. For growth analysis, prefer a v2 secret key with read-only permissions for charts/metrics plus project configuration resources such as apps, products, offerings, packages, and entitlements. Add customer/subscriber read only if the selected report needs it.
4. Save it as a secret/env only: REVENUECAT_API_KEY. Never put a secret API key in client code, config JSON, issues, PR bodies, or chat logs.
5. Rerun the setup command after REVENUECAT_API_KEY is available so RevenueCat MCP can be configured, then smoke test with a read-only RevenueCat MCP/API call.

ASC means App Store Connect. It does not mean analytics. ASC is separate from AnalyticsCLI, and AnalyticsCLI working does not mean App Store Connect is connected.

ASC setup:
1. Run: openclaw setup --config openclaw.config.json --repo-root \x3Crepo-root> --skip-shared-skills --connectors asc
2. This installs/verifies the ASC skill pack and `asc` CLI when possible.
3. Create an App Store Connect API key in App Store Connect -> Users and Access -> Integrations -> App Store Connect API. For read-only App Store Connect reporting, use the least role that can read the required reports for the target app; prefer Sales/Sales and Reports style access, use Finance only if needed, avoid Admin unless a report must be enabled once.
4. Save the values as secrets/env only: ASC_KEY_ID, ASC_ISSUER_ID, ASC_PRIVATE_KEY_PATH or ASC_PRIVATE_KEY. Never commit the .p8 key.
5. Add/verify the app id as ASC_APP_ID or pass --app \x3Capp_id>.
6. Smoke test with asc auth/status or a read-only asc report command, then wire the exported JSON as an extra source.

GitHub setup:
1. Run: openclaw setup --config openclaw.config.json --repo-root \x3Crepo-root> --skip-shared-skills --connectors github
2. This installs/verifies the GitHub helper skill and `gh` CLI when possible.
3. Detect repo locally: git rev-parse --show-toplevel and git remote get-url origin
4. Check auth: gh auth status; if missing, run gh auth login.
5. For code analysis only, read-only repo access is enough. If a token is needed, use a fine-grained token with Contents: Read and Metadata: Read for the selected repos.
6. Only add Issues write or Pull requests/Contents write if the user wants OpenClaw to create issues or draft PRs.

Mandatory Baseline

Before autopilot runs, these are non-negotiable:

  • analyticscli CLI available
  • target repo checkout readable via project.repoRoot
  • a writable openclaw.config.json
  • sources.analytics enabled

GitHub connection is strongly recommended for serious analysis, even when GitHub delivery is disabled. Treat readable GitHub repo access as very important because analytics signals become much more actionable when OpenClaw can map funnels, events, crashes, revenue signals, and feedback back to actual code areas. Without repo context, findings stay generic and file/module hypotheses are lower confidence.

When the user says they want to connect GitHub or the codebase, do not ask them to manually send a repo path first. Reference and use the dedicated ClawHub GitHub skill when available: steipete/github (https://clawhub.ai/steipete/github). It is a gh CLI helper skill for issues, PRs, runs, and advanced gh api queries, so it should own GitHub command patterns while this skill owns product/growth analysis. Install or verify it before deeper GitHub setup when OpenClaw can manage skills:

openclaw skills install steipete/github
# or
npx clawhub@latest install github

Start the GitHub CLI setup flow yourself:

  1. Run git rev-parse --show-toplevel to detect the local repo root.
  2. Run git remote get-url origin and infer owner/repo when possible.
  3. Run gh auth status.
  4. If gh is not authenticated, start gh auth login and tell the user to complete the browser/device flow.
  5. After auth succeeds, use local repo context for read-only code analysis immediately.
  6. Ask for issue or pull-request write permissions only if GitHub delivery is enabled.

If GitHub auth is missing, do not stop at "GitHub is blocked" or "no GitHub auth configured". Either start the login flow directly with gh auth login, or, if the runtime cannot run interactive auth, print the exact next steps:

GitHub is not connected yet.
1. Run: gh auth login
2. Choose GitHub.com.
3. Prefer HTTPS unless the repo already uses SSH.
4. For code analysis only, read-only repo access is enough.
5. If issue creation is desired, add Issues read/write.
6. If draft PR creation is desired, add Pull requests read/write and Contents read/write.
7. Verify with: gh auth status

Use the least privilege GitHub access that matches the requested workflow:

  • code analysis only: readable repo/code access is enough; prefer gh auth status / gh auth login when an existing GitHub CLI login can be reused
  • if the user must create a token, prefer a fine-grained read-only token with Contents: Read and Metadata: Read, and ask for access to all repositories only when the user wants cross-repo code analysis
  • issue creation: add issue write permission only when GitHub issue delivery is enabled
  • pull-request creation: add pull-request and contents write permission only when draft PR delivery is enabled

Dependency Refresh Protocol

Run this protocol at the start of every setup/start/run request, and whenever the user asks to fetch, update, upgrade, or reinstall this skill. Do not stop after saying the skill was fetched from ClawHub. The job is not done until the npm binary and companion skills are updated and verified. If the user reports analyticscli: command not found in their own terminal, treat that as unresolved even if analyticscli works inside OpenClaw's child process. Child processes cannot mutate the PATH of an already-open parent terminal.

  1. Refresh this ClawHub skill:
    npx -y clawhub install ai-product-manager
    
  2. Refresh the AnalyticsCLI agent skill only when it can run non-interactively:
    npx -y skills add wotaso/analyticscli-skills --skill analyticscli-cli
    
    If this command asks an interactive agent-selection question, stop that command and continue with the npm package install instead of blocking. Do not describe an interactive skills add prompt as a successful refresh.
  3. Install or update the npm package that provides the analyticscli binary:
    npm install -g @analyticscli/cli@preview
    
  4. If global npm install fails with a permissions error, use the bundled helper from the installed skill root:
    bash skills/ai-product-manager/scripts/install-analyticscli-cli.sh
    
  5. Verify and report the exact binary path:
    command -v analyticscli
    analyticscli --help
    

If analyticscli: command not found still happens, do not claim setup is complete. Find the user-local binary and fix PATH for future shells yourself; do not bounce this step back to the user:

export PATH="$HOME/.local/bin:$HOME/.local/analyticscli-npm/bin:$PATH"
command -v analyticscli || ls -l "$HOME/.local/bin/analyticscli" "$HOME/.local/analyticscli-npm/bin/analyticscli"

If the binary exists under $HOME/.local/bin or $HOME/.local/analyticscli-npm/bin, make future shells pick it up. Update all common shell startup files idempotently, then verify from a fresh shell:

for f in "$HOME/.profile" "$HOME/.bashrc" "$HOME/.bash_profile" "$HOME/.zshrc" "$HOME/.zprofile"; do
  touch "$f"
  grep -Fq 'export PATH="$HOME/.local/bin:$HOME/.local/analyticscli-npm/bin:$PATH"' "$f" ||
    printf '\
# AnalyticsCLI CLI user-local npm bin\
export PATH="$HOME/.local/bin:$HOME/.local/analyticscli-npm/bin:$PATH"\
' >> "$f"
done
bash -lc 'source "$HOME/.bashrc" 2>/dev/null || true; source "$HOME/.profile" 2>/dev/null || true; command -v analyticscli && analyticscli --help >/dev/null'

Child processes cannot mutate an already-open parent terminal. Say that only as residual context after you have already updated profile files and verified a fresh shell. Do not say "analyticscli is fixed" unless this exact command succeeds in the same command context you control:

command -v analyticscli && analyticscli --help >/dev/null

AnalyticsCLI CLI Install Protocol

If analyticscli is missing or the user reports analyticscli: command not found, OpenClaw must install/update it directly from the scoped npm package before doing anything else.

Do not search npm for analyticscli. Do not search npm for analyticsscli. Those are binary names or typos, not package names.

Use this exact package:

npm install -g @analyticscli/cli@preview

Then verify:

command -v analyticscli
analyticscli --help

If global npm installs are blocked, use the bundled helper from the installed skill root:

bash skills/ai-product-manager/scripts/install-analyticscli-cli.sh

The bundled helper automatically falls back from global npm install to a user-local npm prefix at ~/.local when global install fails with permissions errors. It must also update common shell profile files and verify that a fresh shell can resolve analyticscli.

Only ask the user for help if both direct npm install and the bundled helper fail with a concrete permission or network error.

Delivery Modes

The CLI can write proposals to one or more targets:

  • deliveries.openclawChat.enabled = true: write .openclaw/chat/latest.md and .openclaw/chat/latest.json for OpenClaw to pick up in chat
  • deliveries.github.mode = "issue" with deliveries.github.autoCreate = true: create implementation-ready GitHub issues
  • deliveries.github.mode = "pull_request" with deliveries.github.autoCreate = true: create draft PRs that add .openclaw/proposals/...md proposal files to the repo

Connector Model

Built-in channels:

  • analytics
  • revenuecat
  • sentry
  • feedback default command path: analyticscli feedback summary --format json default cursor behavior: first run --last 30d, later runs --since \x3ClastCollectedAt> unless the command already sets explicit time flags

Additional connectors:

  • configure sources.extra[]
  • each extra connector can use mode=file or mode=command
  • preferred output is shared signals[]
  • crash-style tools may use issues[]
  • feedback-style tools may use items[]

For iOS/macOS products, explicitly ask whether the user wants to connect the asc CLI and the related App Store Connect agent skill. ASC means App Store Connect, not analytics. Never abbreviate this as just "analytics" in status messages, because it is easy to confuse with AnalyticsCLI. Say "ASC / App Store Connect" when referring to asc, and "AnalyticsCLI baseline" when referring to the AnalyticsCLI project. An AnalyticsCLI auth check, selected AnalyticsCLI project, or successful PM run does not prove that ASC is connected. Only say ASC is connected after asc auth is configured, the App Store Connect app id is known, and a read-only ASC command/export has succeeded. Frame ASC as an App Store Connect connector, not as a synonym for analytics. AnalyticsCLI remains the product analytics baseline; App Store Connect reports can optionally add discovery, downloads, usage, purchase, subscription, ratings, reviews, release, build, and TestFlight context. Do not request ASC permissions for release management, TestFlight management, pricing changes, user management, or other write/admin workflows when the user only selected read-only App Store Connect reporting. Reference the ASC skill pack as the canonical companion skills for asc: rorkai/app-store-connect-cli-skills (https://github.com/rorkai/app-store-connect-cli-skills). Use it for asc command syntax, auth, pagination, ID resolution, and App Store Connect workflows; for read-only App Store Connect reporting prefer the least invasive skills such as asc-cli-usage and asc-id-resolver, not release/submission/signing skills. Install or refresh it when the user selects ASC:

npx skills add rorkai/app-store-connect-cli-skills

ASC setup guidance:

  • Ask: "Soll ASC CLI fuer App Store Connect verbunden werden?"
  • Recommend the least-privilege App Store Connect API access that can read the required App Store Connect reports: prefer a Sales/Sales and Reports style role for generated reports; Finance can work but is broader; Admin should only be used temporarily when a new report type must be requested for the first time.
  • Prefer an individual API key for a user limited to the target app when possible; team API keys can cover all apps and are broader.
  • Tell the user where to create the key: App Store Connect -> Users and Access -> Integrations -> App Store Connect API for team keys, or profile menu -> Edit Profile -> Individual API Key for individual keys.
  • Store only env vars/secrets: ASC_KEY_ID, ASC_ISSUER_ID, and ASC_PRIVATE_KEY or ASC_PRIVATE_KEY_PATH; never commit the .p8 private key.
  • Also ask for or auto-detect the App Store Connect app id and store it as ASC_APP_ID or in the project-local OpenClaw secret/config layer.
  • After the key and app id are present, run one read-only asc smoke test before marking ASC connected.
  • Prefer asc auth login when the local asc CLI supports keychain storage; otherwise use runtime env injection.

RevenueCat setup guidance:

  • Ask: "Soll RevenueCat fuer Monetization-/Subscription-Daten verbunden werden?"
  • For SDK instrumentation, use the public app-specific SDK key only in the app.
  • For server-side growth summaries, request a RevenueCat secret API key stored server-side only. Prefer a v2 secret key with read-only permissions for charts/metrics and required project configuration resources such as apps, products, offerings, packages, and entitlements; add customer/subscriber read only if the selected summary needs it.
  • Tell the user where to create it: RevenueCat Dashboard -> Project Settings -> API Keys -> + New secret API key.
  • Store it as REVENUECAT_API_KEY in OpenClaw secret storage or runtime env; never put it in client code, config JSON, issues, or PR bodies.

Feedback Rules

  • Always include a stable locationId for feedback collection points
  • Always include a human-readable originName for where the feedback originated in the product
  • Prefer AnalyticsCLI feedback retrieval via analyticscli feedback summary --format json instead of maintaining a second feedback definition
  • The SDK should track lightweight feedback submission events without sending raw feedback text into analytics events

Feedback Source Memory

  • The CLI should persist per-source cursor state, especially for the built-in feedback source
  • Default behavior must avoid accidental historical re-fetches
  • If sources.feedback.cursorMode = "auto_since_last_fetch" and the command has no explicit --since, --until, or --last, the CLI should auto-append a bounded window
  • Re-fetching older history should always be a conscious action by changing the command or resetting cursor state

Startup Protocol

When the user says start, run, or kick off:

  1. Run the Dependency Refresh Protocol first. It must update this skill, the analyticscli-cli skill when available, and the @analyticscli/cli@preview npm package, then verify command -v analyticscli.
  2. Prefer the CLI entrypoint:
    • openclaw setup --config openclaw.config.json
  3. Then run:
    • openclaw start --config openclaw.config.json
  4. If the standalone openclaw CLI is unavailable but this ClawHub skill is installed, bootstrap the bundled runtime once:
    • bash skills/ai-product-manager/scripts/bootstrap-openclaw-workspace.sh
    • confirm scripts/openclaw-growth-start.mjs now exists
    • node scripts/openclaw-growth-start.mjs --config data/openclaw-growth-engineer/config.json
  5. In this monorepo, use the workspace dev entrypoint when openclaw is not installed globally:
    • pnpm --filter @analyticscli/openclaw-cli dev -- start
  6. Run portable checks first when setup is incomplete:
    • command -v analyticscli
    • analyticscli projects list
    • detect project.githubRepo from git remote when possible
    • verify readable GitHub repo access when available so analytics findings can be mapped to code
    • verify GitHub issue/PR write scopes only if GitHub delivery is enabled
  7. If preflight fails, return only a concrete blocker checklist
  8. If preflight passes, continue with openclaw run --config openclaw.config.json

Proposal Strategy

The CLI config should expose strategy.proposalMode:

  • mandatory: only strongest, clearly evidenced fixes and must-have requests
  • balanced: default mix of necessary fixes and moderate product ideas
  • creative: still evidence-led, but more willing to suggest bolder experiments or feature ideas

Output Rules

  • max 3-5 proposals per pass
  • each proposal must include measurable impact and file/module hypotheses
  • each proposal must say what should change
  • low-confidence findings must be marked explicitly
  • when GitHub delivery is disabled, proposals should still be fully usable via the OpenClaw chat outbox

Required Secrets

  • GITHUB_TOKEN strongly recommended with readable repo/code access for code-aware analysis required with write scopes only when GitHub issue or pull-request delivery is enabled
  • ASC_KEY_ID, ASC_ISSUER_ID, ASC_PRIVATE_KEY or ASC_PRIVATE_KEY_PATH optional; ask before setup App Store Connect read-only reporting data only prefer Sales/Sales and Reports style access; Admin only temporarily for first-time report type requests
  • ANALYTICSCLI_ACCESS_TOKEN recommended for AnalyticsCLI command/API mode when no local CLI login exists do not ask for ANALYTICSCLI_READONLY_TOKEN; the readonly token is passed to analyticscli login --readonly-token \x3Ctoken> or stored as ANALYTICSCLI_ACCESS_TOKEN
  • REVENUECAT_API_KEY optional; ask before setup use a server-side secret API key for RevenueCat command/API mode prefer v2 read permissions for charts/metrics and required project configuration resources
  • SENTRY_AUTH_TOKEN recommended for Sentry command/API mode
  • optional connector-specific secretEnv per sources.extra[]

References

安全使用建议
This package appears to be what it claims, but review a few practical points before installing or running it: 1) Confirm you trust the npm package @analyticscli/cli@preview and its publisher (preview tag means non-stable releases). 2) The installer may perform global npm installs and append PATH entries to your shell profiles—back up profiles or run with a user-local prefix if you prefer. 3) Provide only the minimal, fine-grained GitHub token scopes and other connector tokens needed for the specific connectors you enable (do not give broad account tokens). 4) Keep secrets out of repo files and CLI args as the docs recommend—use OpenClaw secret storage or an external env file with strict permissions. 5) If running on a shared or production VPS, review the scripts (they run analyticscli/asc and copy runtime files) and consider running preflight/test mode first to validate connections without enabling autopilot creation. 6) If you need higher assurance, inspect the npm package contents of @analyticscli/cli@preview and verify network endpoints used by analyticscli itself before granting credentials.
功能分析
Type: OpenClaw Skill Name: ai-product-manager Version: 1.0.31 The skill bundle performs several high-risk system modifications, most notably in 'install-analyticscli-cli.sh' and 'openclaw-growth-preflight.mjs', which intentionally append PATH exports to multiple shell profile files (.bashrc, .zshrc, .profile, etc.). It also executes global npm installations and starts a local HTTP server ('openclaw-feedback-api.mjs') to collect data. While these actions are documented as part of the 'AI Product Manager' setup, the invasive nature of automated system configuration changes and the requirement for broad API tokens (GitHub, Sentry, RevenueCat) present a significant security risk.
能力标签
cryptorequires-walletcan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
The skill is an OpenClaw-focused product-manager that ingests analytics/crash/revenue/feedback and optionally creates GitHub issues/PRs. Required binaries (node and analyticscli) and the declared npm install of @analyticscli/cli@preview directly match that functionality. The optional connectors and tokens documented (GITHUB_TOKEN, ANALYTICSCLI_ACCESS_TOKEN, ASC_*, REVENUECAT_API_KEY, SENTRY_AUTH_TOKEN, etc.) are appropriate for the described integrations.
Instruction Scope
SKILL.md and the bundled scripts instruct the agent to run local CLI commands (analyticscli, asc, node scripts) and to copy runtime helper files into the workspace; they explicitly recommend not leaking secrets in prompts/args/logs. The runtime actions (spawn analyticscli/asc, read repo files for code mapping, write generated issues or proposal files) stay within the advertised purpose and do not contain instructions to read or transmit unrelated system secrets or to exfiltrate data to unexpected external endpoints.
Install Mechanism
Installation uses npm to install @analyticscli/cli@preview (node package installs the analyticscli binary). This is an expected, traceable registry install (moderate risk compared to direct URL downloads). The provided installer script may perform a global install and fall back to a user-local prefix and also appends PATH changes to user shell profiles—these are intrusive but justified to make the analyticscli binary available. Verify you are comfortable with a global/user-local npm install and profile modifications before running.
Credentials
The skill's documented environment variables are optional/recommended and directly relate to the connectors it supports (GitHub, App Store Connect, AnalyticsCLI, RevenueCat, Sentry, feedback endpoints). Registry metadata shows no required env vars, but the docs clearly mark which secrets are required for which connectors and recommend least privilege. There are no opaque or unrelated secret requests.
Persistence & Privilege
The skill does not request always:true and does not claim elevated system-wide privileges. It includes helpers to copy scripts into a workspace and recommends storing secrets in OpenClaw secret storage or an external env file; those are normal for a runtime that may be scheduled on a VPS. It does modify user shell profiles when installing analyticscli (documented), which is a localized persistence action but not an overbroad platform privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-product-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-product-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.31
- CLI usage docs updated: main command now shown as pnpm --filter @analyticscli/openclaw-cli dev start --repo-root <repo-root>. - Metadata version bumped to 1.0.31. - No changes to runtime logic; documentation and preferred runtime path clarified.
v1.0.30
Version 1.0.30 - Updated ASC (App Store Connect) setup instructions for greater clarity, explicitly distinguishing ASC from analytics and providing improved step-by-step guidance. - Refined language in setup sections to better clarify connection requirements and expected flows, especially for ASC and GitHub. - Adjusted connection selection phrasing and explanation of terms (e.g., "ASC means App Store Connect") to reduce potential for user confusion. - No changes to skill logic or APIs; documentation only.
v1.0.29
- Updated metadata version to 1.0.29. - Clarified instructions to always return detailed setup status and steps for ASC (App Store Connect) and GitHub when requested, instead of generic success messages. - Added explicit response templates and step-by-step connector setup guidance for ASC and GitHub integration requests. - Emphasized that successful product-manager runs do not automatically satisfy connector setup requests.
v1.0.28
Version 1.0.28 - Updated setup instructions to clarify handling of explicit user connection requests (e.g. ASC + GitHub). - Added new guidance to always reference and install the dedicated ClawHub GitHub skill (`steipete/github`) for GitHub-related setup and commands. - Made it explicit not to treat ASC as connected just because AnalyticsCLI is available. - Improved clarity on when to ask for repo paths and connection details, reducing unnecessary prompts. - Metadata version bump to 1.0.28.
v1.0.27
Version 1.0.27 - Clarified setup flows: now guides the user if multiple AnalyticsCLI projects are visible by listing and prompting for selection, rather than erroring. - Enhanced GitHub connection setup: automatically detects the repo root and prompts authentication if needed, instead of requiring manual repo path input. - Updated documentation to reflect improved developer experience and clarify setup steps for analytics and GitHub connections. - Bumped metadata version to 1.0.27.
v1.0.25
- Added a "Customization Boundary" section discouraging direct edits and recommending project-local companion skills for customizations. - Updated skill version to 1.0.25 in metadata. - No functional or protocol changes; guidance and scope clarification only.
v1.0.24
- Version bump to 1.0.24 with metadata update in SKILL.md. - Internal scripts updated: export-analytics-summary.mjs and openclaw-growth-engineer.mjs. - No user-facing feature or documentation changes.
v1.0.23
Add explicit setup connection selection prompt with least-privilege GitHub, ASC Analytics-only, and RevenueCat guidance.
v1.0.22
Reference ASC CLI and App Store Connect skill as optional monthly store-side growth data source.
v1.0.21
Clarify GitHub code access importance, optional issue/PR permissions, and guided setup DX for growth and SDK onboarding.
v1.0.19
Use --readonly-token only and align AnalyticsCLI preflight with optional API URL defaults.
v1.0.18
Remove unnecessary production --api-url guidance and keep api-url as staging/local override.
v1.0.17
Use CLI-compatible readonly-token guidance and detect the installed AnalyticsCLI token flag.
v1.0.16
Fix AnalyticsCLI user-local PATH repair and fresh shell verification.
v1.0.15
- Enhance Dependency Refresh Protocol to detect and address cases where analyticscli is unavailable in the user's terminal, even if available in child processes. - Add instructions for making user-local npm bin path persistent across new and existing terminal sessions. - Clarify that interactive prompts during skills add should not be treated as success and should fall back to direct npm install. - Strengthen verification steps to avoid claiming analyticscli is installed until confirmed in the user's terminal. - Bump version to 1.0.15.
v1.0.14
**This release adds mandatory dependency refresh at the start of all workflows, ensuring companion skills and the required CLI binary are always up to date before any task proceeds.** - Introduced a Dependency Refresh Protocol as the first step for every setup/start/run, handling ClawHub skill updates, companion skill, and the `@analyticscli/cli@preview` npm package. - Enhanced install and upgrade instructions to address the scenario where `analyticscli` is not found, including guidance for fixing the user's PATH if needed. - Clarified verification and fallback instructions for global and user-local installs of the CLI. - Updated version metadata to 1.0.14.
v1.0.13
- Updated the AnalyticsCLI helper script to install under ~/.local instead of ~/.local/analyticscli-npm if global install fails. - Changed secret name from ANALYTICSCLI_READONLY_TOKEN to ANALYTICSCLI_ACCESS_TOKEN for clarity and alignment across docs. - Improved install documentation for the AnalyticsCLI CLI; clarified update and install instructions. - Updated required secrets and references to match the latest AnalyticsCLI usage and best practices. - Minor documentation and metadata updates for 1.0.13.
v1.0.12
- Bumped version to 1.0.12. - Updated example configuration in data/openclaw-growth-engineer/config.example.json. - Refined logic and routines in openclaw-growth preflight, start, and wizard scripts. - Improved documentation and metadata in SKILL.md. - General cleanup and minor fixes across script files for stability.
v1.0.11
Use portable shell detection instead of hard-coded /bin/zsh and keep GitHub optional unless delivery is enabled.
v1.0.10
Fix bundled runtime bootstrap for ClawHub slug skills/ai-product-manager.
元数据
Slug ai-product-manager
版本 1.0.31
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 30
常见问题

AI Product Manager 是什么?

OpenClaw-first AI product manager for turning analytics, revenue, crash, store, and feedback signals into execution-ready proposals and backlog work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。

如何安装 AI Product Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-product-manager」即可一键安装,无需额外配置。

AI Product Manager 是免费的吗?

是的,AI Product Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AI Product Manager 支持哪些平台?

AI Product Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AI Product Manager?

由 wotaso-dev(@wotaso-dev)开发并维护,当前版本 v1.0.31。

💬 留言讨论