← 返回 Skills 市场
zack-dev-cm

Product Share Trigger Reviewer

作者 Zakhar Pashkin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install product-share-trigger-reviewer
功能描述
Strictly review any new skill, browser extension, app, community, course, template, or micro-product before building or launching it. Use when the user wants...
使用说明 (SKILL.md)

Product Share Trigger Reviewer

Use this skill before building, packaging, submitting, launching, or monetizing any new skill, extension, app, community, course, template, or bundle. Be skeptical. Treat the product as a hypothesis, not as something to defend.

For repos that include a product-share review, run it before product-fit, design, CWS, public-page, or submission checks. In this repo the deterministic check is:

python3 scripts/check_product_share_gate.py

For a single candidate:

python3 scripts/check_product_share_gate.py --product \x3Cslug>

Inputs

Collect or infer:

  • product type: skill, extension, app, community, course, template, or bundle,
  • target user and painful moment,
  • first traffic source and exact first-client path,
  • why the user would trust this creator or product,
  • product action that creates a visible win,
  • moment when the user would want to share it,
  • giveaway or free MVP plan for the first 30 to 45 days,
  • traction target and stop criteria for days 30 to 60,
  • related tools, skills, channels, or communities in the ecosystem,
  • privacy, platform, legal, health, financial, and trademark boundaries.

If any core input is missing, state the missing assumption and review the idea against the harshest reasonable interpretation.

Workflow

  1. State the product in one sentence:
    • audience,
    • job-to-be-done,
    • first useful artifact,
    • distribution surface.
  2. Apply the hard-stop checks:
    • no exact first traffic source means do not build yet,
    • no trust reason means do not ask for attention yet,
    • no share moment means do not depend on organic growth,
    • no free test plan means do not monetize yet,
    • no stop criteria means do not start yet. If the user asks to proceed anyway, keep working only on research, rewrite, or review artifacts; do not submit, publish, or call the product ready.
  3. Score each review dimension from 0 to 2:
    • 0: absent or wishful,
    • 1: plausible but vague,
    • 2: concrete, observable, and testable within 30 days.
  4. Define the share trigger with this exact structure:
    • user feels: the emotion or relief after the win,
    • user has: the artifact they can show,
    • user shares with: the specific recipient or channel,
    • user says: the shareable sentence,
    • user gains: why sharing helps the user, not the creator.
  5. Red-team the idea:
    • traffic fantasy,
    • trust gap,
    • virality gap,
    • freebie-seeker risk,
    • too-many-features risk,
    • copycat or commodity risk,
    • claims or compliance risk.
  6. Prescribe one of four decisions:
    • Kill: no credible traffic source or no painful job,
    • Park: useful but timing, trust, or channel is weak,
    • Rework: keep the audience, change the promise or share mechanic,
    • Ship Free: launch a narrow free MVP for 30 to 45 days.
  7. If Ship Free, define:
    • first 10 users,
    • first 100 touches,
    • free giveaway,
    • onboarding prompt,
    • share prompt embedded in the user win,
    • day-7, day-30, and day-60 metrics,
    • shutdown threshold. The free MVP window must be 30 to 45 days unless the user provides measured existing demand.
  8. Check ecosystem fit:
    • what existing asset sends traffic to it,
    • what it sends traffic to next,
    • what reusable template, skill, or proof artifact it creates,
    • what should be reinvested if it works.

Output

Return:

  • blunt verdict: Kill, Park, Rework, or Ship Free,
  • one-sentence reason,
  • readiness score table,
  • exact traffic-source plan,
  • exact trust reason,
  • share-trigger definition,
  • free MVP and giveaway plan,
  • 30 to 60 day traction and shutdown thresholds,
  • ecosystem role,
  • copy fixes for the product name, promise, CTA, and share prompt,
  • top 3 risks and the smallest next experiment.

When editing a repo, also update the local review artifact if one exists:

  • docs/product-share-gate-*.json for product decisions,
  • scripts/check_product_share_gate.py for deterministic validation,
  • package.json scripts such as check:product-share:*,
  • inventory or release checks so the product-share check runs before shipping.

Use concrete numbers when possible. Prefer small proof targets over revenue claims. If the product cannot earn organic sharing, say so directly.

Examples

Good public-safe inputs:

  • "Review this new browser extension idea before I build it."
  • "Check whether this Skool community has a real first traffic source and share moment."
  • "Review this skill pack: who would share it, when, and why?"
  • "Should I give this free for 45 days, kill it, or build the paid version?"

Avoid inputs that require private member lists, hidden community posts, DMs, paid lessons, customer exports, credentials, private exports, payment data, or unconsented testimonials. Replace them with public page copy, aggregate counts, creator-owned notes, explicit opt-in feedback, or synthetic examples.

Guardrails

  • Do not scrape private communities, member lists, DMs, paid lessons, hidden pages, or account-only product data.
  • Do not request, store, transform, or paste credentials, API keys, session cookies, payment data, private exports, account recovery data, or raw user identifiers.
  • Do not promise revenue, profit, income, growth, conversion, virality, ranking, health, financial, legal, or education outcomes.
  • Do not approve a product because the builder likes it; approve only when the traffic source, trust reason, share moment, and measurement loop are concrete.
  • Do not recommend paid traffic as the first answer unless the user already has a proven funnel and budget.
  • Do not recommend monetizing the first rough MVP. Use free distribution for 30 to 45 days unless there is already explicit demand.
  • Do not let ecosystem logic hide a weak product. Each product must still have a painful job, first user path, and share trigger.
安全使用建议
This skill appears safe to install as an instruction-only product reviewer. Before letting it act inside a repository, confirm any `scripts/check_product_share_gate.py` file is trusted and review changes to scripts, package files, or release checks. Do not provide private community data, credentials, payment data, or customer exports.
功能分析
Type: OpenClaw Skill Name: product-share-trigger-reviewer Version: 1.0.0 The skill bundle defines a product review workflow in SKILL.md that requires the agent to execute a local Python script (scripts/check_product_share_gate.py) and modify repository files such as package.json and documentation. While these actions are aligned with the stated purpose of automating product-readiness checks, the instructions grant the agent high-risk capabilities including shell execution and file system writes. The bundle lacks the source code for the referenced script, making its actual behavior unverifiable, although the instructions do include explicit guardrails against handling sensitive data or credentials.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The visible SKILL.md content is aligned with a product go/no-go review workflow focused on traffic source, trust, shareability, free MVP plans, and stop criteria; it also includes privacy and compliance guardrails.
Instruction Scope
SKILL.md scopes the workflow to product review, but it also says: "When editing a repo, also update the local review artifact if one exists" including scripts, package.json scripts, and release checks. This is disclosed and purpose-aligned, but users should review diffs.
Install Mechanism
There is no install spec and no bundled code, but SKILL.md references running `python3 scripts/check_product_share_gate.py`; that helper is not included in the manifest, so any execution depends on a project-local script.
Credentials
The artifacts declare no required credentials, environment variables, binaries, or config paths, and the visible guardrails say not to scrape private communities or request credentials, session cookies, payment data, or raw identifiers.
Persistence & Privilege
No background persistence or privilege escalation is shown, but edits to `package.json` scripts or release checks can persist in the repository. This is transparent and scoped to the product-review workflow.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install product-share-trigger-reviewer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /product-share-trigger-reviewer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release for strict product shareability, trust, free-MVP, and go/no-go review.
元数据
Slug product-share-trigger-reviewer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Product Share Trigger Reviewer 是什么?

Strictly review any new skill, browser extension, app, community, course, template, or micro-product before building or launching it. Use when the user wants... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 Product Share Trigger Reviewer?

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

Product Share Trigger Reviewer 是免费的吗?

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

Product Share Trigger Reviewer 支持哪些平台?

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

谁开发了 Product Share Trigger Reviewer?

由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v1.0.0。

💬 留言讨论