sourcing-selection
Synthesize supply-side and demand-side evidence into a practical sourcing judgment for a product, niche, or shortlist without collapsing platform data collection and business judgment into one step.
How do I install this agent skill?
npx skills add https://github.com/postplusai/postplus-skills --skill sourcing-selectionIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a sourcing selection tool that orchestrates product research across various marketplaces. It uses a vendor-provided shared runtime library for network communication and media downloads. All external operations are directed to the vendor's own cloud services or well-known platforms, and no malicious patterns or security vulnerabilities were detected.
- Socketpass
No alerts
- Snykwarn
Risk: MEDIUM · 2 issues
What does this agent skill do?
Sourcing Selection
Use When
- The user wants a sourcing or product-selection judgment, not just raw platform data.
- Supply-side evidence and demand-side evidence need to be combined.
- A product idea, supplier signal, channel opportunity, or shortlist needs a cautious go/no-go or next-step memo.
Do Not Use When
- Do not replace platform collection skills.
- Do not claim hosted supplier collection from this released skill surface.
- Do not turn incomplete evidence into a confident sourcing recommendation.
Core Rule
A sourcing judgment is only as strong as its weakest missing layer.
Always separate:
- observed evidence
- inference
- missing layer
If evidence is incomplete, return a provisional judgment, supporting signals, and the missing layer instead of fake certainty.
Minimal Decision Model
Use this order unless the user asks otherwise:
- demand proof
- competition shape
- channel fit
- merchant-model fit
- supply-side feasibility
- unit-economics pressure
- compliance or operational risk
Input Shapes
- Product idea validation: demand proof, supply feasibility, then synthesis.
- Supply-led opportunity check: supplier or cheap-supply signal first, then matching demand proof and channel fit.
- Demand-led sourcing check: marketplace, search, or content demand first, then supply feasibility.
- Shortlist comparison: normalize candidates into one decision frame, compare strongest evidence and biggest gaps, then rank cautiously.
Capability Routing
- Supply-side source: user-provided supplier sheets, quotations, or approved marketplace data. Do not imply a released hosted 1688 collector.
- Search-intent source: use
google-trends-researchfor early momentum and rising-query signals. - Search-led demand: use
google-trends-researchfor rising-query signals and user-provided marketplace exports for listings, reviews, price bands, and channel-native competition. - Content-language fit: use
tiktok-researchwhen demos, hooks, audience language, or content-led selling matter. - Instagram/Meta social proof: use
social-media-extractorbefore choosing the platform-specific collector.
Output Shape
The artifact packages the decision memo as JSON with product or niche, target channel, decision, demand signals, supply signals, rationale, missing layers, and recommended next step when provided.
Stop Conditions
- Stop when required user intent, source evidence, or owned input artifacts are missing and guessing would change the result.
- If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
Handoff
- Evidence missing -> route to the right collection skill first.
- Memo complete -> hand
decision.jsonto research expansion, supplier outreach, channel decision, or brief creation.
Public Command Boundary
- Choose the smallest matching command or workflow from the user input and run it directly.
- If an owned CLI or script command fails, report the exact error and stop. Do not bypass the failure with metadata-only answers, readiness probing, local payload rewrites, fallback providers, or unpublished tools.
- This public skill is instruction-driven. Produce the artifact described by the workflow directly from the available evidence.
- Do not call private provider/runtime paths or unpublished local tools.
- If the CLI returns a quote-confirmation challenge, run
postplus quote confirm --json --challenge-file <challenge.json>and retry with the returned token.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/postplusai/postplus-skills/sourcing-selection">View sourcing-selection on skillZs</a>