← 返回 Skills 市场
linkfox-ai

Ehunt Shopify Store Query

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
30
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-ehunt-shopify-store-query
功能描述
通过 EHunt Shopify 店铺查询(网关路由 `ehunt/shopify/storeQuery`)按多维度筛选独立站 Shopify 店铺(店名/域名、国家、创建年限、产品数、广告数、月访问量、月订单量、社媒粉丝等)。当用户提到 EHunt Shopify 店铺、Shopify 店铺分析、独立站店铺、S...
使用说明 (SKILL.md)

EHunt Shopify 店铺查询(ehunt/shopify/storeQuery

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

要点

  • 分页page 从 1 起;pageSize 默认 20、最大 100。
  • 区间入参*Min / *Max 成对出现(产品数、广告数、月访问量、月订单量),组成上游区间。
  • 店铺年限 year:1=最近 1 年、2=12 年、3=23 年、4=3 年以上。
  • 排序sortBy 整数枚举(0=产品数,1=类目数,2=月访问量,3=FB 粉丝,4=Ins 粉丝,5=广告数,6=相关度,7=月订单数默认);orderBydesc(默认)/asc
  • 国家country 传国家代码(如 USCN)。

脚本(可选)

命令行调试:python scripts/ehunt_shopify_store_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_store_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 -->

安全使用建议
Install only if you are comfortable using a LinkFox API key and sending Shopify search/filter terms to LinkFox. If you use the large-response helper, choose a temporary directory, do not commit the saved files, and delete them after use because results may include business-sensitive data or contact information.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts consistently describe querying the LinkFox EHunt Shopify storeQuery gateway for Shopify store discovery and metrics; the API key, endpoint, parameters, and optional script are disclosed.
Instruction Scope
The trigger text is broad for Shopify store discovery and analysis, but that is still aligned with the skill's stated store-query purpose and does not introduce unrelated capabilities.
Install Mechanism
No package installation, dependency fetching, persistence setup, or background service installation is present; the included Python scripts use standard library network and file I/O.
Credentials
Outbound requests to LinkFox and use of LINKFOXAGENT_API_KEY are proportionate for the advertised external data lookup, but users should avoid sending sensitive research terms unless they intend to share them with LinkFox.
Persistence & Privilege
The optional response_io helper can write full API responses to a user-chosen local directory; SKILL.md warns that persisted files may contain PII, pricing, or auth-sensitive data and are not auto-deleted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-ehunt-shopify-store-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-ehunt-shopify-store-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-ehunt-shopify-store-query
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ehunt Shopify Store Query 是什么?

通过 EHunt Shopify 店铺查询(网关路由 `ehunt/shopify/storeQuery`)按多维度筛选独立站 Shopify 店铺(店名/域名、国家、创建年限、产品数、广告数、月访问量、月订单量、社媒粉丝等)。当用户提到 EHunt Shopify 店铺、Shopify 店铺分析、独立站店铺、S... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 30 次。

如何安装 Ehunt Shopify Store Query?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-ehunt-shopify-store-query」即可一键安装,无需额外配置。

Ehunt Shopify Store Query 是免费的吗?

是的,Ehunt Shopify Store Query 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ehunt Shopify Store Query 支持哪些平台?

Ehunt Shopify Store Query 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ehunt Shopify Store Query?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论