← Back to Skills Marketplace
150
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install skincare-manager
Description
护肤管家 - 护肤 routine 管理 + 成分查询 + 产品追踪
Usage Guidance
What to check before installing or running this skill:
- Inspect install.sh before running it: it will create data files and append a cron job to your crontab to run check-expiry.js weekly. If you don't want a cron job, do not run install.sh; instead create the data files manually or run scripts on demand.
- Confirm missing/placeholder items: SKILL.md references update-database.js and photo-tracking features that are not present. Expect some advertised features to be unimplemented.
- Review local data files (data/*.json) and back them up if you already use similar files; the scripts read/write these files in-place.
- There are no network calls or credential requests in the code, but always run third-party code in a controlled environment (e.g., inspect and run in a sandbox or container) if you are unsure.
- If you want notifications (WeChat/push) or automated web scraping described in docs, be aware those are only planned in RESEARCH.md and not implemented here — do not expect external integrations out-of-the-box.
Capability Analysis
Type: OpenClaw Skill
Name: skincare-manager
Version: 0.2.0
The skincare-manager skill is a legitimate utility for managing skincare routines, tracking product expiration, and querying ingredient information. The bundle consists of Node.js scripts that manage local JSON data and an installation script (install.sh) that sets up a weekly cron job for expiry reminders, which is consistent with the stated functionality. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found across the scripts or documentation.
Capability Assessment
Purpose & Capability
Name/description (护肤 routine 管理、成分查询、产品追踪) align with the included scripts and local JSON data. The scripts implement skin-test, ingredient queries, product/routine add/list, and expiry checks — all coherent with the stated purpose.
Instruction Scope
Runtime instructions and SKILL.md direct the agent/user to run the local scripts; those scripts only read/write local JSON files and print results. However SKILL.md and RESEARCH.md mention features not present in the repository (e.g., update-database.js is referenced but missing; '效果记录 - 拍照记录' and planned web scraping / Weixin integration are discussed in docs but not implemented in code). This is inconsistency/feature-flagging rather than an immediate security problem.
Install Mechanism
No external downloads or package installs are declared. The included install.sh is a simple local initializer that creates data files and adds a cron entry; it does not pull code from the network. Because it writes to crontab, it has modest persistence impact — review it before running.
Credentials
The skill requests no environment variables, no credentials, and the scripts only access local data/paths inside the skill directory. There are no surprises like AWS keys or external tokens.
Persistence & Privilege
install.sh adds a crontab entry (runs check-expiry.js weekly) which modifies the user's crontab. While the behavior is aligned with the 'expiry reminder' feature, it is a persistent change to the system scheduler and should be applied only with explicit user consent. There is no 'always: true' metadata, and scripts do not modify other skills or system-wide agent configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skincare-manager - After installation, invoke the skill by name or use
/skincare-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
v0.2.0: 完整产品管理(添加/列表/到期检查)+ 分级提醒(已过期/7 天/30 天)+ 成分库扩充至 8 个常见成分(烟酰胺/视黄醇/VC/水杨酸等)+ 支持模糊查询 + 用户反馈展示 + 体验优化
v0.1.0
首个版本发布:肤质测试 + 成分查询(标注权威来源)+ 护肤流程管理 + 产品追踪 + 到期提醒,所有信息整理自公开资料并标注来源
Metadata
Frequently Asked Questions
What is Skincare Manager?
护肤管家 - 护肤 routine 管理 + 成分查询 + 产品追踪. It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.
How do I install Skincare Manager?
Run "/install skincare-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skincare Manager free?
Yes, Skincare Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skincare Manager support?
Skincare Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skincare Manager?
It is built and maintained by linzmin (@linzmin); the current version is v0.2.0.
More Skills