← Back to Skills Marketplace
harrylabsj

Live Shopping Notes

by haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
337
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install live-shopping-notes
Description
Capture and summarize shopping notes during livestream commerce sessions. Use when the user asks to 记录直播商品、整理直播清单、标记直播优惠、生成直播后决策清单 or track items mentioned i...
README (SKILL.md)

Live Shopping Notes - 直播选品速记

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

功能

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

使用

开始直播记录 李佳琦
记录 面霜 299 买一送一 划算
结束直播
查看直播清单
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install live-shopping-notes
  3. After installation, invoke the skill by name or use /live-shopping-notes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Slug live-shopping-notes
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Live Shopping Notes?

Capture and summarize shopping notes during livestream commerce sessions. Use when the user asks to 记录直播商品、整理直播清单、标记直播优惠、生成直播后决策清单 or track items mentioned i... It is an AI Agent Skill for Claude Code / OpenClaw, with 337 downloads so far.

How do I install Live Shopping Notes?

Run "/install live-shopping-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Live Shopping Notes free?

Yes, Live Shopping Notes is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Live Shopping Notes support?

Live Shopping Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Live Shopping Notes?

It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.

💬 Comments