← 返回 Skills 市场
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install membership-manager
功能描述
Manage ecommerce and local-service memberships, benefits, and expiry reminders across platforms. Use when the user asks to 管理会员、查看会员到期、盘点未使用权益、分析续费值不值 or com...
安全使用建议
The skill appears coherent and limited to local membership tracking. Before installing, verify how LocalStore persists data in your agent environment (where files are stored and whether they are synchronized/backed up externally). Avoid storing sensitive credentials, payment information, or account passwords in this tool—it stores membership metadata (expiry dates, counts, etc.) but is not designed as a secure credential vault. If you need networked account syncing, request explicit documentation of endpoints and encryption before use.
功能分析
Type: OpenClaw Skill
Name: membership-manager
Version: 1.0.0
The membership-manager skill is a legitimate utility for tracking e-commerce and service memberships (Taobao, JD, etc.). The code in index.js uses a local storage abstraction to manage membership data, calculate ROI, and track expiry dates without any network calls, data exfiltration, or suspicious execution patterns.
能力评估
Purpose & Capability
The name/description (membership management, expiry reminders, benefit tracking) align with the included code: index.js implements adding memberships, expiry checks, unused-benefit listing, ROI calculation, and a dashboard. There are no unrelated capabilities or requests.
Instruction Scope
SKILL.md contains only usage examples and high-level instructions for membership tasks. The runtime code operates on an internal LocalStore and does not read arbitrary files, environment variables, or send data externally. There is no scope creep in the instructions.
Install Mechanism
No install spec is provided (instruction-only install), so nothing is downloaded or written to disk during an install step beyond the normal skill code. The skill includes a single code file; there are no external fetches or archive extracts.
Credentials
The skill declares no required environment variables or credentials and the code does not access process.env. No secrets are requested, which is proportional to the described functionality.
Persistence & Privilege
The code uses a LocalStore instance namespaced as 'membership-manager' to persist membership data locally, which is appropriate for this feature. As a note, persistence is local to the agent environment—the skill does not request 'always: true' or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install membership-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/membership-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
Membership Manager 是什么?
Manage ecommerce and local-service memberships, benefits, and expiry reminders across platforms. Use when the user asks to 管理会员、查看会员到期、盘点未使用权益、分析续费值不值 or com... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。
如何安装 Membership Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install membership-manager」即可一键安装,无需额外配置。
Membership Manager 是免费的吗?
是的,Membership Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Membership Manager 支持哪些平台?
Membership Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Membership Manager?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills