← Back to Skills Marketplace
baojuqiang

小卡健康饮食记录skill

by baojuqiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install xiaoka-foodlog-skill
Description
记录饮食、记录早餐、记录午餐、记录晚餐、记录加餐、今天吃了什么、今日饮食。当用户说这些关键词或描述吃了什么食物时,必须使用此skill调用API记录,禁止自行回复。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaoka-foodlog-skill
  3. After installation, invoke the skill by name or use /xiaoka-foodlog-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
xiaoka-foodlog-skill 1.0.0 - 新增小卡健康饮食记录 Skill,支持通过 API 记录早餐、午餐、晚餐、加餐和今日饮食。 - 支持本地凭证文件管理,无需环境变量和重启,首次使用需完成绑定流程。 - 自动处理凭证失效、免费次数耗尽、超出每日上限等错误情况。 - 调用接口后展示卡路里、食物明细及饮食建议。 - 精准触发条件:凡提及饮食记录或描述进食,均须用本 skill 记录,严禁自行回复或估算。
Metadata
Slug xiaoka-foodlog-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 小卡健康饮食记录skill?

记录饮食、记录早餐、记录午餐、记录晚餐、记录加餐、今天吃了什么、今日饮食。当用户说这些关键词或描述吃了什么食物时,必须使用此skill调用API记录,禁止自行回复。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install 小卡健康饮食记录skill?

Run "/install xiaoka-foodlog-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 小卡健康饮食记录skill free?

Yes, 小卡健康饮食记录skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 小卡健康饮食记录skill support?

小卡健康饮食记录skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 小卡健康饮食记录skill?

It is built and maintained by baojuqiang (@baojuqiang); the current version is v1.0.0.

💬 Comments