← 返回 Skills 市场
baojuqiang

小卡健康饮食记录skill

作者 baojuqiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaoka-foodlog-skill
功能描述
记录饮食、记录早餐、记录午餐、记录晚餐、记录加餐、今天吃了什么、今日饮食。当用户说这些关键词或描述吃了什么食物时,必须使用此skill调用API记录,禁止自行回复。
安全使用建议
This skill appears to do only meal logging and stores a single API key in a skill-local file (~/.openclaw/workspace/skills/xiaoka-food-log/.credentials). Before installing: confirm you trust the remote service (https://cal-cn.ishuohua.cn), since logged food data and the API key will be sent/stored there; verify the pairing flow in the official app and, if you later want to revoke access, delete the credential file or revoke the key in the service. If you need stronger protections, prefer storing API keys in a secure credential manager or verify the service's privacy policy and domain ownership.
功能分析
Type: OpenClaw Skill Name: xiaoka-foodlog-skill Version: 1.0.0 The skill is a legitimate integration for the 'Xiaoka Health' food logging service, allowing users to record meals and track calories via a dedicated API (cal-cn.ishuohua.cn). It manages its own credentials securely by storing them in a local file with restricted permissions (chmod 600) and provides a clear, user-driven binding process. The shell script (scripts/xiaoka.sh) and instructions (SKILL.md) are well-aligned with the stated purpose and do not exhibit any malicious behaviors, data exfiltration, or dangerous execution patterns.
能力评估
Purpose & Capability
Name/description (food logging) matches required binaries (curl, jq), the included script, and the described API calls. No unrelated credentials or system resources are requested.
Instruction Scope
SKILL.md and the shell script only instruct reading/writing a skill-scoped credential file (~/.openclaw/workspace/skills/xiaoka-food-log/.credentials), calling endpoints under https://cal-cn.ishuohua.cn for pairing, logging, and viewing today’s records, and handling common HTTP errors. They do not request unrelated files, system-wide config, or external endpoints beyond the service domain.
Install Mechanism
No install spec — instruction-only plus a local shell script. No downloads or archive extraction. This minimizes installation risk.
Credentials
No required environment variables or external credentials are declared; the skill stores a single service API key in a skill-specific local file. The credential usage is proportional to the feature (API-authenticated food logging).
Persistence & Privilege
always is false and the skill only reads/writes its own credential file; it does not modify other skills or system-wide configuration. Autonomous invocation is allowed by default but is not combined with excessive privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaoka-foodlog-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaoka-foodlog-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
xiaoka-foodlog-skill 1.0.0 - 新增小卡健康饮食记录 Skill,支持通过 API 记录早餐、午餐、晚餐、加餐和今日饮食。 - 支持本地凭证文件管理,无需环境变量和重启,首次使用需完成绑定流程。 - 自动处理凭证失效、免费次数耗尽、超出每日上限等错误情况。 - 调用接口后展示卡路里、食物明细及饮食建议。 - 精准触发条件:凡提及饮食记录或描述进食,均须用本 skill 记录,严禁自行回复或估算。
元数据
Slug xiaoka-foodlog-skill
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

小卡健康饮食记录skill 是什么?

记录饮食、记录早餐、记录午餐、记录晚餐、记录加餐、今天吃了什么、今日饮食。当用户说这些关键词或描述吃了什么食物时,必须使用此skill调用API记录,禁止自行回复。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 小卡健康饮食记录skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaoka-foodlog-skill」即可一键安装,无需额外配置。

小卡健康饮食记录skill 是免费的吗?

是的,小卡健康饮食记录skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

小卡健康饮食记录skill 支持哪些平台?

小卡健康饮食记录skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 小卡健康饮食记录skill?

由 baojuqiang(@baojuqiang)开发并维护,当前版本 v1.0.0。

💬 留言讨论