nexscope-ai/nexscope-ecommerce-skills

ecommerce-amazon-product-research-api

Route Amazon product-selection work across market, keyword, competitor, trend, review, and profitability capabilities. Use this skill when the user asks for this exact ecommerce workflow, analysis, data lookup, or deliverable.

Installation

$ npx skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-amazon-product-research-api

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexscope-ai/nexscope-ecommerce-skills · top by installs.

npx skills add nexscope-ai/nexscope-ecommerce-skills

Browse all from nexscope-ai/nexscope-ecommerce-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 66
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0
More metadata
version
1.0.0
category
ecommerce

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 7,182 B
  • docs SUMMARY.md 271 B

History

  1. First recorded snapshot · 3 installs

SKILL.md

Amazon Product Research Api

Core Concepts

Route Amazon product-selection work across market, keyword, competitor, trend, review, and profitability capabilities.

Core workflow

  1. Identify the marketplace, entity identifiers, date range, filters, and requested output.
  2. Ask only for missing inputs that materially change the result.
  3. Read references/api.json and select the exact package-local script for the required connector, calculation, transformation, or account workflow.
  4. Execute the cataloged mode exactly: run gateway-script and local-script operations with the package-local script recorded in upstreamPath, and follow this document for agent-guided operations.
  5. Validate returned fields and preserve the distinction between source facts, calculations, and recommendations.
  6. Save large results through the runtime and present a concise user-facing summary with the artifact path.

Operation Catalog

Operation Mode Mutation Callable
aba_query gateway-script no yes
amazonalexasearch gateway-script no yes
amazonopportunityreport gateway-script no yes
amazonopportunityscreener gateway-script no yes
amazonproductdetail gateway-script no yes
amazon_reviews gateway-script no yes
amazon_search gateway-script no yes
amazonsearchby_image gateway-script no yes
jiimoregetniche_info gateway-script no yes
jiimoregetnicheinfoby_keyword gateway-script no yes
jiimoregetniche_review gateway-script no yes
jiimorepageasinsbyasin gateway-script no yes
jiimoreproductdiscovery gateway-script no yes
junglescoutkeywordby_asin gateway-script no yes
junglescoutkeywordby_keyword gateway-script no yes
junglescoutkeywordhistory gateway-script no yes
junglescoutkeywordsov gateway-script no yes
junglescoutproductdatabase gateway-script no yes
junglescoutsalesestimates gateway-script no yes
keepaproductdetail gateway-script no yes
keepaproducthistory gateway-script no yes
keepaproductsearch gateway-script no yes
onboarding local-script no yes
sellerspritecompetitorlookup gateway-script no yes
sellerspritemarketresearch gateway-script no yes
sellerspritemarketstatistics gateway-script no yes
sellerspriteproductsearch gateway-script no yes
sellerspritetraffickeyword gateway-script no yes
sifasinkeywords gateway-script no yes
sifasinsummary gateway-script no yes
sifkeywordoverview gateway-script no yes
sifkeywordtraffic gateway-script no yes
sorftimeproductdetail gateway-script no yes
sorftimeproductsearch gateway-script no yes
upload_image gateway-script yes yes

The machine-readable source of truth is references/api.json. Field-level payload rules remain operation-specific; do not invent identifiers, filters, credentials, or marketplace facts.

API Invocation

Every research-tool request must use the full path recorded in references/api.json, beginning with /api/v1/tools/research/. Set NEXSCOPEPROXYBASE to the gateway origin only; never call a legacy short path such as /amazon/, /kalodata/, or /aigc/** directly.

Run only the package-local script recorded in the selected operation's upstreamPath. Business/tool operations may use the NexScope proxy; authorization/account operations use their configured Agent/Login service, and third-party connectors use their documented provider endpoint. Never invoke a script from another Skill.

Usage Examples

python scripts/aba_query.py --help
# Then run the selected local script with its documented arguments.

python scripts/upload_image.py --confirm --confirm-mutation /path/to/product.png
# Upload through the shared Skill Asset presign -> PUT -> confirm workflow.

For a cataloged mutation, obtain explicit user approval and then pass both --confirm and --confirm-mutation. Never infer confirmation from an earlier read request.

For uploadimage, use only POST /api/skill-asset/presign, the returned presigned HTTPS PUT URL, and POST /api/skill-asset/confirm. Treat only the confirm response's publicUrl as the final image URL. Never send NEXSCOPEAPI_KEY to the presigned upload host.

Runtime configuration

Business/tool operations require NEXSCOPEPROXYBASE plus NEXSCOPEAPIKEY; authorization/account operations require the relevant NEXSCOPEAGENT or NEXSCOPELOGIN base because those proxy routes are not implemented. Third-party connectors require their documented provider configuration. Install optional libraries named by a script only when that operation is selected. Read references/credentials.md and set only the variables required by the selected script. Never pass secrets in command arguments or persist them in output artifacts.

Use only the hosts, credentials, and endpoints implemented by the package-local script and documented in references/credentials.md. Never substitute an undocumented legacy host or expose secret values.

Display Rules

  • Keep full JSON in the generated nexscope/<date>/<session>/data/ artifact.
  • Show the user the relevant records, assumptions, calculations, and limitations.
  • Redact authorization, tokens, cookies, secrets, and passwords recursively.
  • Do not treat an HTTP 200 response as success when the response envelope or upstream payload reports a business failure.

Important Limitations

  • Do not fabricate marketplace data or silently fill required business identifiers.
  • Do not retry a mutation after an ambiguous timeout; query status first.
  • Treat legal, compliance, tax, and profitability outputs as decision support, not professional advice.
  • Do not claim real-account, sandbox, ZIP-install, or production validation unless that evidence exists.

References

  • Read references/workflow.md before executing the domain procedure.
  • Read references/api.md for the package contract and examples.
  • Read references/testing.md before claiming a validation level.

Privacy and Errors

Treat marketplace, account, product, advertising, order, supplier, and generated-asset data as private. Keep credentials out of payloads and artifacts. Surface HTTP, application-envelope, upstream-business, malformed-response, and unavailable-connector failures distinctly.

Authentication

Set the NEXSCOPEAPIKEY environment variable. If credentials are missing or expire, visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to top up credits.