← Back to Skills Marketplace
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install membership-manager
Description
Manage ecommerce and local-service memberships, benefits, and expiry reminders across platforms. Use when the user asks to 管理会员、查看会员到期、盘点未使用权益、分析续费值不值 or com...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install membership-manager - After installation, invoke the skill by name or use
/membership-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release
Metadata
Frequently Asked Questions
What is Membership Manager?
Manage ecommerce and local-service memberships, benefits, and expiry reminders across platforms. Use when the user asks to 管理会员、查看会员到期、盘点未使用权益、分析续费值不值 or com... It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.
How do I install Membership Manager?
Run "/install membership-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Membership Manager free?
Yes, Membership Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Membership Manager support?
Membership Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Membership Manager?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills