← 返回 Skills 市场
harrylabsj

Live Shopping Notes

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
337
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install live-shopping-notes
功能描述
Capture and summarize shopping notes during livestream commerce sessions. Use when the user asks to 记录直播商品、整理直播清单、标记直播优惠、生成直播后决策清单 or track items mentioned i...
使用说明 (SKILL.md)

Live Shopping Notes - 直播选品速记

直播购物快速记录和智能决策工具。

功能

  • 🎥 直播会话管理
  • ⚡ 快速商品记录(支持自然语言)
  • 🏷️ 自动标签提取
  • 📊 直播结束生成决策清单
  • 💡 智能购买建议

使用

开始直播记录 李佳琦
记录 面霜 299 买一送一 划算
结束直播
查看直播清单
安全使用建议
This skill appears to do what it says: locally record and summarize livestream shopping items. Before installing, check how the platform's LocalStore works (where data is stored, retention policy, and which components can read those keys). Confirm you are comfortable with persistent local storage of purchase interest and any links/notes you record. There are no network calls or credential requests in the code, so external exfiltration is not evident from the provided files. If you want extra assurance, inspect the shared storage module implementation or run the skill in a sandboxed environment first.
功能分析
Type: OpenClaw Skill Name: live-shopping-notes Version: 1.0.0 The skill is a straightforward tool for recording and summarizing shopping items during livestreams. The logic in index.js uses local storage for persistence and basic regex for parsing user input, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description match the provided runtime code: index.js implements session start/end, quick natural-language capture, tagging, summaries, and decision lists — all expected for a 'live shopping notes' feature. No unrelated capabilities (cloud access, system administration, or unrelated third-party credentials) are requested.
Instruction Scope
SKILL.md gives narrowly scoped commands for starting/recording/ending sessions. The code follows that scope and does not read environment variables, arbitrary system files, or call external endpoints. It only uses a LocalStore to persist session data.
Install Mechanism
No install spec or external downloads are present. The package includes index.js (implementation) and SKILL.md (instructions) only — no network fetches or installer behavior to review.
Credentials
No required environment variables, credentials, or config paths are declared or accessed. The code does not request tokens or secrets.
Persistence & Privilege
The skill persists session and item data via a LocalStore ('live-shopping-notes'). This is expected for the feature, but it means recorded shopping notes are stored persistently; review how LocalStore is implemented (storage location, retention, access controls) to ensure privacy and that it cannot access unrelated skill data.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install live-shopping-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /live-shopping-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
Slug live-shopping-notes
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Live Shopping Notes 是什么?

Capture and summarize shopping notes during livestream commerce sessions. Use when the user asks to 记录直播商品、整理直播清单、标记直播优惠、生成直播后决策清单 or track items mentioned i... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。

如何安装 Live Shopping Notes?

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

Live Shopping Notes 是免费的吗?

是的,Live Shopping Notes 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Live Shopping Notes 支持哪些平台?

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

谁开发了 Live Shopping Notes?

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

💬 留言讨论