← 返回 Skills 市场
patello

Open Food Facts API

作者 Patrik Ekenberg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openfoodfacts
功能描述
Interact with the Open Food Facts API to search for packaged food products by barcode and retrieve nutritional information. Use when the user asks to look up...
安全使用建议
This skill appears coherent and limited: it will run shell scripts that make outgoing HTTPS requests to world.openfoodfacts.org and format the JSON responses with jq. No API keys or secrets are requested. Before installing, be aware that: (1) network access to the Open Food Facts site is required; (2) queries with spaces should be quoted (the search script does not URL-encode the query); and (3) rate limits apply (documented in SKILL.md). If you want extra assurance, review the two included shell scripts yourself (they are short and readable) or run them in a restricted environment.
功能分析
Type: OpenClaw Skill Name: openfoodfacts Version: 1.0.0 The skill bundle provides a legitimate interface for the Open Food Facts API to search for products and retrieve nutritional data. The scripts (off_product.sh and off_search.sh) use curl and jq to interact with the official API (world.openfoodfacts.org) and include basic input validation for barcodes and page sizes.
能力评估
Purpose & Capability
Name and description match the included scripts and declared binaries. The skill only needs curl and jq to query the Open Food Facts v2 API for product search and barcode lookups; no additional credentials, config paths, or unrelated binaries are requested.
Instruction Scope
SKILL.md and the two shell scripts confine behavior to making HTTPS GET requests to https://world.openfoodfacts.org/api/v2 and formatting the JSON response. The scripts do not read arbitrary files, environment variables, or send data to other endpoints. Error handling and output formatting are local to the scripts.
Install Mechanism
No install spec is provided (instruction-only with bundled scripts). Nothing in the skill downloads or installs additional code from third-party URLs or writes arbitrary archives to disk.
Credentials
No environment variables or credentials are required or declared. The skill does not request secrets or access to unrelated services; its network access is appropriate for querying the public Open Food Facts API.
Persistence & Privilege
The skill does not request persistent/global privileges. always is false, and the skill does not modify other skills or system-wide agent settings. disable-model-invocation is the normal default and not a concern here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openfoodfacts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openfoodfacts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Look up packaged food products by barcode. Search and retrieve nutritional information from the Open Food Facts database.
元数据
Slug openfoodfacts
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Open Food Facts API 是什么?

Interact with the Open Food Facts API to search for packaged food products by barcode and retrieve nutritional information. Use when the user asks to look up... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 Open Food Facts API?

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

Open Food Facts API 是免费的吗?

是的,Open Food Facts API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Open Food Facts API 支持哪些平台?

Open Food Facts API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Open Food Facts API?

由 Patrik Ekenberg(@patello)开发并维护,当前版本 v1.0.0。

💬 留言讨论