← 返回 Skills 市场
igorganapolsky

Shopify JSON-LD Parser

作者 IgorGanapolsky · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
76
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install shopify-jsonld-parser
功能描述
Parse JSON-LD structured data from Shopify product pages to extract commerce details like product info, offers (price, currency, availability), and inventory...
安全使用建议
This skill appears to do exactly what it claims: parse JSON-LD from static Shopify HTML and return product/offer information. There are no network calls or secret requests in the code. Before installing or running: (1) test it on non-sensitive HTML samples — the script reads local files, so don’t point it at files containing credentials or private data; (2) note the script only handles static HTML (no JS-rendered content) and selects the first Product it finds; (3) the stdin fallback in the script is buggy (it tries to treat stdin content as a filename) — expect to pass a file path rather than piping raw HTML; and (4) if you need to run this at scale or inside an agent, validate the exec path shown in SKILL.md matches your runtime layout. If you want stronger assurance, ask the publisher for source provenance or run the script in an isolated environment.
功能分析
Type: OpenClaw Skill Name: shopify-jsonld-parser Version: 1.0.0 The shopify-jsonld-parser skill is a legitimate tool for extracting structured commerce data from HTML files. The core logic in scripts/parse_shopify_jsonld.py uses standard Python libraries (json, re, argparse) to parse JSON-LD scripts and extract product details like price and availability without any network calls, obfuscation, or unauthorized file access. The SKILL.md instructions are consistent with the script's functionality and do not contain any prompt-injection attacks or malicious directives.
能力评估
Purpose & Capability
Name/description promise is to extract schema.org/Product and Offer data from HTML. The SKILL.md and the included Python script implement exactly that and nothing extra (parsing <script type="application/ld+json">, extracting product fields and offers). No unrelated binaries, env vars, or services are requested.
Instruction Scope
Instructions restrict work to fetching/reading HTML and running the bundled script. They do not ask the agent to read unrelated system files or transmit data externally. One minor inconsistency: the SKILL.md shows an exec path 'skills/shopify-jsonld-parser/scripts/...' which assumes a specific working tree layout; it’s not a security issue but may require path adjustment. Also the script only handles static HTML (SKILL.md notes this) and takes the first Product found.
Install Mechanism
No install spec is provided (instruction-only + a small included script). Nothing is downloaded or installed from external URLs, so there is low install risk.
Credentials
The skill requires no environment variables, credentials, or config paths. The Python script reads local HTML files or (attempts to) read stdin; there are no requests for unrelated secrets or network endpoints.
Persistence & Privilege
Skill has no special persistence flags (always:false). It does not modify other skills or system settings. Autonomous invocation is allowed by default but combined with the limited scope here this is not a special risk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install shopify-jsonld-parser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /shopify-jsonld-parser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Parses schema.org Product/Offer JSON-LD from Shopify pages for offers, prices, availability/inventory status. Includes CLI parser script.
元数据
Slug shopify-jsonld-parser
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Shopify JSON-LD Parser 是什么?

Parse JSON-LD structured data from Shopify product pages to extract commerce details like product info, offers (price, currency, availability), and inventory... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。

如何安装 Shopify JSON-LD Parser?

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

Shopify JSON-LD Parser 是免费的吗?

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

Shopify JSON-LD Parser 支持哪些平台?

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

谁开发了 Shopify JSON-LD Parser?

由 IgorGanapolsky(@igorganapolsky)开发并维护,当前版本 v1.0.0。

💬 留言讨论