← 返回 Skills 市场
jasonahorn

Qfc Order

作者 jasonahorn · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
736
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install qfc-order
功能描述
Automates adding unchecked grocery-list items to QFC online cart, adjusts quantities, confirms cart details, and schedules a pickup slot via attached Chrome...
安全使用建议
This skill appears to do what it says: it automates adding items to QFC using a Chrome tab you must attach and a grocery-list file from another skill. Before installing or running it: 1) Understand that attaching your browser tab gives the agent access to the logged-in web session (so only attach a tab where you are intentionally logged into QFC and not other sensitive sites). 2) Review the grocery-list file (skills/grocery-list/grocery-list.json) to ensure it contains only shopping items and no secrets. 3) Be prepared to confirm actions — the skill prompts for user confirmation, and you should review the cart/total before finalizing any order. 4) Ensure the browser-relay extension or toolbar button you use is trustworthy, since it exposes the tab DOM/cookies to the agent. If you need stronger assurance, prefer manual ordering or a skill that uses an explicit API key workflow rather than controlling a logged-in browser session.
功能分析
Type: OpenClaw Skill Name: qfc-order Version: 1.0.0 The skill uses the `browser` tool's `evaluate` action in `SKILL.md` to execute arbitrary JavaScript within the browser context (e.g., `fn: "window.scrollTo(0, document.body.scrollHeight)"`). While this specific usage is benign and hardcoded, the `evaluate` action itself is a high-risk capability. It could be exploited for client-side prompt injection or arbitrary code execution if the `fn` parameter were dynamically constructed from untrusted input. No other evidence of intentional malicious behavior, such as data exfiltration, persistence, or agent-level prompt injection, was found.
能力评估
Purpose & Capability
The skill's name/description match what its instructions do: use a browser relay to operate qfc.com and add items from a grocery-list file. It reads skills/grocery-list/grocery-list.json and persists minimal order state to skills/qfc-order/qfc-state.json — these are proportionate to the stated task.
Instruction Scope
Instructions are detailed and narrowly focused on interacting with the qfc.com shopping UI (search, add, adjust qty, open cart, schedule slot). It explicitly requires the user to attach a logged-in Chrome tab and to confirm before proceeding. It reads the grocery-list file from another skill (expected for this purpose). There is no instruction to read arbitrary system files or unrelated environment variables.
Install Mechanism
There is no install spec and no code files beyond an empty state JSON — lowest-risk install surface. Nothing is downloaded or written beyond the declared state file path.
Credentials
The skill declares no environment variables or external credentials. However, it requires the user to attach a logged-in Chrome profile/tab via the browser relay; that effectively grants the agent access to the user's active web session (cookies, DOM) for that tab. This is necessary for the task but is a high-privilege capability the user should be aware of.
Persistence & Privilege
always is false and the skill persists only its own state to skills/qfc-order/qfc-state.json. It does not request system-wide configuration changes or permanent platform presence beyond normal skill behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install qfc-order
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /qfc-order 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
qfc-order v1.0.0 - Initial release: fully automates QFC grocery pickup orders using browser automation via a logged-in Chrome tab. - Robust item add: reliably adds grocery-list items to cart, using multi-term search, scrolling, quantity selects, and OOS alternatives. - Provides detailed cart review, including quantities and prices, before order slot selection. - Guides user through required browser steps; no credentials stored, relies on user Chrome session. - Includes informative progress and error reporting for each order attempt.
元数据
Slug qfc-order
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Qfc Order 是什么?

Automates adding unchecked grocery-list items to QFC online cart, adjusts quantities, confirms cart details, and schedules a pickup slot via attached Chrome... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 736 次。

如何安装 Qfc Order?

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

Qfc Order 是免费的吗?

是的,Qfc Order 完全免费(开源免费),可自由下载、安装和使用。

Qfc Order 支持哪些平台?

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

谁开发了 Qfc Order?

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

💬 留言讨论