food-expiry-reminder

v1.0.0

食品过期提醒技能。用于记录、管理和提醒食品过期情况。当用户需要记录食品信息、检查食品是否过期、查看即将过期的食品或管理食品库存时使用此技能。数据存储在food_data.json文件中。

1· 353·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the delivered functionality. The scripts implement adding, listing, checking, and reminding about food expiry and store data in data/food_data.json as documented.
Instruction Scope
SKILL.md instructions align with the scripts. Runtime instructions only reference local files and running the provided Python scripts; they do not instruct reading unrelated system files, contacting external endpoints, or collecting extra environment data.
Install Mechanism
No install spec; this is an instruction-only skill with bundled Python scripts that rely on the standard library. No downloads, package installs, or extracted archives are requested.
Credentials
The skill requires no environment variables, credentials, or config paths. All data access is confined to the skill directory (data/food_data.json). There are no requests for secrets or unrelated service tokens.
Persistence & Privilege
always:false and default autonomous invocation are used (normal). The skill writes only to its own data file and does not modify other skills or global agent settings.
Assessment
This skill appears to do exactly what it says: local Python scripts that read and write data/food_data.json. Before installing or running: (1) review the scripts (they are small and use only the standard library); (2) be aware data is stored in plain JSON in the skill directory—don't put secrets or sensitive info in the notes field; (3) consider backups or version control for the JSON file if you care about data loss; (4) if you plan to schedule cron jobs, ensure the job runs in the expected directory and under the intended user account; (5) the scripts do not implement file-locking for concurrent writes—avoid running multiple writers simultaneously to prevent corruption. No network access or credentials are requested by this skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dybzfheb2mfe3wderhjz6es82b53g

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments