← Back to Skills Marketplace
linkfox-ai

Ehunt Shopify Product Query

by linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install linkfox-ehunt-shopify-product-query
Description
通过 EHunt Shopify 商品查询(网关路由 `ehunt/shopify/productQuery`)按多维度筛选独立站 Shopify 商品(关键词/URL、价格、周销量、上架时间、Facebook 广告、竞争度、是否有货源、发货国家等)。当用户提到 EHunt Shopify 商品、Shopify...
README (SKILL.md)

EHunt Shopify 商品查询(ehunt/shopify/productQuery

在具备 LinkFox「第三方数据服务」MCP 时,对应网关路由 ehunt/shopify/productQuery 调用(MCP 展示名:Shopify 商品查询,确切工具名以当前环境下发的工具元数据为准)。鉴权与上游路由由网关处理;若响应含根级 code 字段,是否成功以实网为准。

要点

  • 分页page 从 1 起;pageSize 默认 20、最大 100(建议 ≤50)。
  • 区间入参*Min / *Max 成对出现,组成上游区间;只填一侧时上游为「起始~」或「~结束」。
  • 排序sortBy 为整数枚举(默认 14=周销量降序,另含价格/广告数/竞争度/销售额等多种取值,详见 references/api.md)。
  • 布尔类筛选facebookAd(1=有广告)、hasSupplier(1=有货源,0=无)、showDeleted(1=含已下架)均为整数开关。
  • 发货国家country 传两位国家代码(如 US)。

脚本(可选)

命令行调试:python scripts/ehunt_shopify_product_query.py '\x3CJSON>'(需 LINKFOXAGENT_API_KEY)。详见 references/api.md 末尾。

参考

入参/出参表见 references/api.md

\x3C!-- LF_LARGE_RESPONSE_BLOCK -->

Handling Large Responses

To avoid overflowing the agent context, persist the response to disk and extract only the fields you need:

python scripts/response_io.py run --script scripts/ehunt_shopify_product_query.py --out-dir \x3CDIR> '\x3Cparams>'
python scripts/response_io.py read \x3Cfile> --fields "\x3Cpaths>"   # or --path "\x3CJMESPath>"

Pick --out-dir outside any git working tree (e.g. /tmp/... on Unix, %TEMP%/... on Windows). Persisted responses may contain PII, pricing, or auth-sensitive data — do not commit them. Files are not auto-deleted; clean up when the task is done.

run writes the full response to a file and emits only a schema preview + file path. read projects specific fields, with --limit/--offset for slicing and --format json|jsonl|csv|table for output.

When to prefer this pattern — apply your judgment based on the response characteristics, e.g.:

  • High field count per record, or fields you don't need
  • Batch/paginated results (multiple items per call)
  • Long-text fields (descriptions, reviews, HTML, time series)
  • Output reused across later steps rather than consumed immediately

For small, single-use responses, calling the main script directly is fine.

⚠️ The preview is a truncated schema + sample, not the full data. Any field-level decision must read from the persisted file via read. \x3C!-- /LF_LARGE_RESPONSE_BLOCK -->

Usage Guidance
Install only if you intend to use LinkFox/EHunt for Shopify product research. Set the API key only in environments where you trust the skill, use the large-response helper with a temporary output directory, and delete saved response files when finished because they may contain business, pricing, or other sensitive data.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The artifacts consistently describe querying EHunt Shopify product data through the LinkFox gateway for product sourcing and filtering; the Python script sends user-provided JSON to the documented route using the documented API key.
Instruction Scope
The trigger language is broad for Shopify product-research requests, including cases where the user did not explicitly name EHunt, so users should expect this external data source may be used for generic Shopify sourcing queries.
Install Mechanism
The package contains a SKILL.md, API reference, and two Python scripts using the standard library; there are no dependency installs, startup hooks, or automatic execution steps.
Credentials
Network access and the LINKFOXAGENT_API_KEY environment variable are proportionate to the stated API integration and are documented in the artifacts.
Persistence & Privilege
The large-response helper writes full subprocess stdout to a user-specified output directory and warns that files may contain sensitive data and are not auto-deleted; this is disclosed and user-directed, but requires cleanup discipline.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install linkfox-ehunt-shopify-product-query
  3. After installation, invoke the skill by name or use /linkfox-ehunt-shopify-product-query
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug linkfox-ehunt-shopify-product-query
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ehunt Shopify Product Query?

通过 EHunt Shopify 商品查询(网关路由 `ehunt/shopify/productQuery`)按多维度筛选独立站 Shopify 商品(关键词/URL、价格、周销量、上架时间、Facebook 广告、竞争度、是否有货源、发货国家等)。当用户提到 EHunt Shopify 商品、Shopify... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install Ehunt Shopify Product Query?

Run "/install linkfox-ehunt-shopify-product-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ehunt Shopify Product Query free?

Yes, Ehunt Shopify Product Query is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ehunt Shopify Product Query support?

Ehunt Shopify Product Query is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ehunt Shopify Product Query?

It is built and maintained by linkfox-ai (@linkfox-ai); the current version is v1.0.0.

💬 Comments