← 返回 Skills 市场
150
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install skincare-manager
功能描述
护肤管家 - 护肤 routine 管理 + 成分查询 + 产品追踪
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skincare-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/skincare-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
v0.2.0: 完整产品管理(添加/列表/到期检查)+ 分级提醒(已过期/7 天/30 天)+ 成分库扩充至 8 个常见成分(烟酰胺/视黄醇/VC/水杨酸等)+ 支持模糊查询 + 用户反馈展示 + 体验优化
v0.1.0
首个版本发布:肤质测试 + 成分查询(标注权威来源)+ 护肤流程管理 + 产品追踪 + 到期提醒,所有信息整理自公开资料并标注来源
元数据
常见问题
Skincare Manager 是什么?
护肤管家 - 护肤 routine 管理 + 成分查询 + 产品追踪. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。
如何安装 Skincare Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skincare-manager」即可一键安装,无需额外配置。
Skincare Manager 是免费的吗?
是的,Skincare Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skincare Manager 支持哪些平台?
Skincare Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skincare Manager?
由 linzmin(@linzmin)开发并维护,当前版本 v0.2.0。
推荐 Skills