Token导航 LogoToken导航TokenDH.com
研究检索敏感数据unknown未标认证来源可访问许可证需确认审计未展示

product-spy产品间谍

Agent Skill

product-spy 用于查找、检索和筛选相关信息,适合在 Local Agent 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

220

周安装

9

下载量

71
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:product-spy(产品间谍)
来源仓库:https://skills.volces.com
仓库路径:product-spy
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

用于查找、检索和筛选相关信息。

  • 适合在 Local Agent 中根据关键词、任务场景或来源线索快速定位候选结果。
  • 通过 skills.volces.com 平台获取,安装方式未知,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • product-spy 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Purpose

Identify product opportunities by combining:

  1. social momentum,
  2. regional demand checks,
  3. marketplace competition/sales signals,
  4. store deployment readiness.

This is an orchestration skill. It does not guarantee profitability.

Required Installed Skills

  • tavily-search (inspected latest: 1.0.0)
  • goplaces (inspected latest: 1.0.0)
  • api-gateway (inspected latest: 1.0.29)
  • Deployment target:

- woocommerce via api-gateway (supported), or - shopify (inspected latest 1.0.1, currently under maintenance)

Install/update:

npx -y clawhub@latest install tavily-search
npx -y clawhub@latest install goplaces
npx -y clawhub@latest install api-gateway
npx -y clawhub@latest install shopify
npx -y clawhub@latest update --all

Verify:

npx -y clawhub@latest list

Required Credentials

  • TAVILY_API_KEY (trend and web data collection)
  • GOOGLE_PLACES_API_KEY (regional demand proxy via goplaces)
  • MATON_API_KEY (market/deployment APIs via api-gateway)

Preflight:

echo "$TAVILY_API_KEY" | wc -c
echo "$GOOGLE_PLACES_API_KEY" | wc -c
echo "$MATON_API_KEY" | wc -c

Mandatory behavior:

  • Never fail silently on missing keys.
  • Always return MissingAPIKeys with missing variables and blocked stages.
  • Continue with non-blocked stages and mark output as Partial when needed.

Inputs the LM Must Collect First

  • product_niche (example: pets)
  • target_region (country/city scope)
  • target_store (woocommerce or shopify)
  • risk_tolerance (low, medium, high)
  • max_cogs (maximum source cost)
  • min_margin_target (percentage)
  • shipping_time_limit_days
  • ad_angle (problem-solution, UGC demo, before-after)

Do not propose deployment before constraints are explicit.

Tool Responsibilities

tavily-search

Use for trend and sourcing discovery:

  • find viral product mentions and trend lists,
  • gather social evidence summaries,
  • locate supplier listings (AliExpress/Alibaba/web catalogs),
  • extract competitor storefront/product page signals.

goplaces

Use for regional demand proxy checks:

  • query related local businesses/search entities,
  • compare demand-like signals across cities/regions,
  • support geo-prioritization for launch/testing.

Important limitation:

  • goplaces is a Places API interface, not direct social trend telemetry.
  • Treat it as location demand context, not a standalone trend oracle.

api-gateway

Use for structured market and store operations when connections exist:

  • marketplace/analytics connectors if available in user account,
  • WooCommerce product draft creation,
  • optional Search Console-like enrichment if connected.

Operational constraints from inspected skill:

  • requires MATON_API_KEY
  • requires active per-app OAuth connections (ctrl.maton.ai)
  • API key alone is not sufficient

Capability disclosure:

  • woocommerce is explicitly listed in inspected api-gateway references.
  • shopify inspected skill is currently under maintenance and may be unavailable.
  • helium 10 and jungle scout are not explicitly listed as native api-gateway app names in the inspected version.

Canonical Causal Signal Chain

  1. Trend Scan (tavily-search)
  • discover products with strong recent social momentum.
  • candidate example pattern: "TikTok made me buy it" + niche + last 7 days.
  1. Social Evidence Scoring
  • score each candidate by recency, source diversity, and repeat mention frequency.
  • require at least 2 independent sources for shortlisting.
  1. Regional Demand Check (goplaces)
  • check target-region relevance proxies.
  • prioritize products with cross-region consistency, not one-off spikes.
  1. Market Data Gate (api-gateway)
  • attempt sales/competition metrics via connected provider.
  • if Helium 10/Jungle Scout path is unavailable, trigger explicit gate message and fallback mode.

Required gate format:

  • DataGateStatus: available or blocked
  • Reason: missing key / missing connection / provider unsupported
  • Action: exact remediation steps and link

If user requests Helium 10 discount onboarding:

  • include user-provided affiliate URL when available,
  • otherwise use placeholder explicitly as user action item: [HELIUM10_LINK_OR_COUPON].

If user requests Jungle Scout onboarding:

  • include user-provided affiliate URL when available,
  • otherwise use placeholder: [JUNGLESCOUT_LINK_OR_COUPON].
  1. Sourcing Check (tavily-search)
  • find supplier options,
  • compare estimated COGS and shipping windows,
  • flag risky supplier signals (unclear shipping, no ratings, poor consistency).
  1. Deployment
  • WooCommerce path: create product draft via api-gateway woocommerce endpoints.
  • Shopify path: if unavailable/maintenance, emit blocked deployment status and WooCommerce/manual fallback package.
  1. Creative Output
  • generate product listing copy,
  • generate one TikTok ad script matched to selected angle.

Output Contract

Always return:

  • TrendCandidates

- shortlisted products - evidence score and sources

  • MarketCheck

- competition/sales insight - DataGate status and provider path used

  • SourcingTable

- supplier options - estimated COGS - shipping-time estimate - risk notes

  • StoreDraft

- title - product description - key benefits - price suggestion - draft payload for woocommerce or shopify (if available)

  • TikTokAdScript

- hook (first 2 seconds) - demo beats - CTA

  • NextActions

- exact steps to publish and test

Quality Gates

Before final output, verify:

  • trend evidence is recent and source-backed
  • product economics satisfy user constraints
  • deployment path is real (not assumed)
  • unsupported integrations are explicitly disclosed
  • missing keys/connections are clearly reported

If any gate fails, return Needs Revision with missing evidence/dependency list.

Failure Handling

  • Missing TAVILY_API_KEY: return MissingAPIKeys, skip trend/sourcing web stages, ask for seed product URLs.
  • Missing GOOGLE_PLACES_API_KEY: return MissingAPIKeys, skip regional-demand stage.
  • Missing MATON_API_KEY: return MissingAPIKeys, skip gateway market/deployment stages.
  • Missing api-gateway app connection (HTTP 400): keep pipeline running in analysis mode and provide connection setup steps.
  • Shopify unavailable (maintenance): mark deployment as blocked and provide WooCommerce/manual import fallback.
  • Helium 10/Jungle Scout unavailable via gateway: disclose unsupported provider path and continue with proxy competition analysis.

Guardrails

  • Never claim a product is guaranteed to win.
  • Never fabricate sales volume, margins, or review counts.
  • Never hide blocked provider paths.
  • Keep recommendations tied to observed evidence and declared assumptions.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

96.75%
按下载量换算69

安全审计

暂无安全审计结果可展示。

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills