kobenfang/BigFood
🍳 BigFood AI冰箱管家 - 食材识别→菜谱推荐
Project Overview项目介绍
BigFood is a DSH plugin that acts as an AI fridge manager. It recognizes ingredients from uploaded photos and recommends matching recipes. Core capabilities include multi-image ingredient recognition, fridge inventory management, and purchase reminders. Use it when deciding what to cook or trying to consume existing ingredients. It follows the Agent Skills open standard and supports DeepSeek Harness, OpenClaw, and Claude Code. Note: ingredient recognition requires a multimodal model capable of image analysis.
BigFood 是一款 DSH 插件,作为 AI 冰箱管家,通过上传食材图片识别内容并推荐对应菜谱。核心能力涵盖多图混搭识别、冰箱食材库存管理及采购提醒,适用于不知道吃什么或想消耗现有食材的做饭场景。遵循 Agent Skills 开放标准,支持 DeepSeek Harness、OpenClaw、Claude Code 等框架。注意:食材识别依赖多模态模型支持,需确保运行环境具备图像分析能力。
请帮我了解并安装插件:【BigFood】【https://github.com/kobenfang/BigFood】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:kobenfang/BigFood
把 kobenfang/BigFood 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
🍳 BigFood · AI 冰箱管家
上传食材图片识别 → 推荐菜谱。支持多图混搭、冰箱食材管理、采购提醒。Food recognition, recipe recommendation, ingredient management.
English: AI fridge manager: recognize ingredients from photos, recommend recipes, manage inventory.
✨ 功能
详见 SKILL.md 完整说明。
🔧 环境依赖
食材识别需要多模态模型支持(上传图片分析)。
📥 安装(DeepSeek Harness / dsh)
本技能遵循 Agent Skills 开放标准(SKILL.md + YAML frontmatter),适用于 DeepSeek Harness (dsh)、OpenClaw、Claude Code 等支持 Agent Skills 的框架。
# 方式一:放入用户级共享目录(推荐)
mkdir -p ~/.agents
git clone https://github.com/kobenfang/bigfood.git ~/.agents/bigfood
# 方式二:放入项目目录
mkdir -p .agents
cp -r bigfood .agents/
dsh 启动后即可在技能列表中找到 bigfood。
🔍 搜索关键词
冰箱, 菜谱, 食材, 做饭, 吃什么, recipe, ingredient, cooking
📄 目录结构
bigfood/
├── SKILL.md # 技能定义(Agent Skills 标准)
⚖️ License
MIT
© 2026 kobenfang · 更多技能见 dsh-skills
📦 Also on ClawHub (OpenClaw)
This skill is also published on ClawHub for OpenClaw users:
npx clawhub install bigfood
Search it: npx clawhub search bigfood
Anionex/dsh-vision-toolkit
shanliuling/dsh-image-gen
zhaoolee/notes
Fishsb/dsh-prompt-enhancer
jing-hy/picturereader
KaichenCurry/dsh-design-mode
LaplaceYoung/dsh-directorx