Token导航 LogoToken导航TokenDH.com
开发需要联网clawhub未标认证来源可访问clear审计提醒

wine-cellar酒窖

Agent Skill

wine-cellar 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,992

周安装

333

GitHub Stars

公开资料未说明

下载量

2,664
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:wine-cellar(酒窖)
来源仓库:https://github.com/fuzzysb/wine-cellar
安装命令:
openclaw skills install wine-cellar
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install wine-cellar

简介

全面管理酒窖库存,提供膳食搭配建议与虚拟侍酒师服务。

  • 适用于葡萄酒收藏跟踪、消费记录与推荐系统开发场景。
  • 调用命令 openclaw skills install wine-cellar 安装。
  • 需初始化库存数据库,支持自定义标签与评分体系。
  • 建议定期同步外部酒款数据库,保持信息时效性。wine-cellar 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
wine-cellar
description
Comprehensive wine cellar management skill for tracking inventory, providing meal-based recommendations, acting as a virtual sommelier, tracking consumption/purchases, and supporting barcode lookup to retrieve bottle details. Use when you need to manage a personal wine collection, get wine pairing suggestions for meals, scan barcodes for wine information, or maintain detailed records of your wine inventory.

Wine Cellar

Overview

This skill enables comprehensive management of a personal wine cellar, including inventory tracking, barcode-based bottle lookup, meal-based wine recommendations, sommelier-style advice, and consumption/purchase tracking. It provides both data management capabilities and intelligent wine expertise.

Core Capabilities

1. Inventory Management

Track your wine collection with detailed records including:

  • Bottle details (producer, varietal, vintage, region)
  • Storage location within your cellar
  • Acquisition date and price
  • Current quantity and drinking window
  • Tasting notes and ratings

2. Barcode Lookup

Input barcode numbers to automatically retrieve:

  • Wine producer and name
  • Vintage and varietal information
  • Region and appellation details
  • Typical price range and availability
  • Wine critic scores when available

3. Meal-Based Recommendations

Get intelligent wine pairing suggestions based on:

  • Specific dishes or cuisines
  • Flavor profiles and ingredients
  • Cooking methods and preparation styles
  • Course progression (appetizer, main, dessert)

4. Virtual Sommelier

Receive expert advice on:

  • Wine characteristics and tasting notes
  • Optimal drinking windows and aging potential
  • Decanting and serving temperature recommendations
  • Glassware suggestions
  • Similar wine alternatives

5. Consumption & Purchase Tracking

Maintain detailed logs of:

  • Consumption events (when, with whom, occasion)
  • Purchase history and pricing trends
  • Inventory valuation and cellar management
  • Drinking patterns and preferences

Getting Started

To begin using this skill, you can:

  1. Add wines to your inventory manually or via barcode scan
  2. Organize your collection by storage location or categories
  3. Request meal-based wine pairings for specific dishes
  4. Look up detailed information about any wine in your collection
  5. Track consumption events and purchase history

Data Structure

The wine cellar skill uses the following data models:

Wine Bottle

  • id: Unique identifier
  • producer: Wine producer/winery name
  • name: Wine label name
  • varietal: Grape variety or blend
  • vintage: Year of production
  • region: Geographic origin
  • appellation: Specific designated area
  • quantity: Number of bottles in inventory
  • location: Storage location (bin, shelf, etc.)
  • acquired_date: When purchased/acquired
  • price_paid: Purchase price per bottle
  • current_value: Estimated current market value
  • drinking_window: Optimal years for consumption
  • tasting_notes: Personal tasting impressions
  • rating: Personal score (typically 0-100)
  • barcode: UPC/EAN code for scanning

Consumption Event

  • id: Unique identifier
  • wine_id: Reference to consumed bottle
  • date: Consumption date
  • occasion: Event or meal context
  • with_whom: People present
  • rating: Experience score
  • notes: Additional comments

Purchase Record

  • id: Unique identifier
  • wine_id: Reference to purchased bottle
  • date: Purchase date
  • quantity: Number of bottles purchased
  • price_per_unit: Cost per bottle
  • total_cost: Total purchase amount
  • source: Retailer, winery, or private seller
  • notes: Purchase details

Usage Examples

Adding Wine to Inventory

"I just bought a 2018 Chateau Margaux and want to add it to my cellar. It's barcode 123456789012."

Barcode Lookup

"Scan this barcode: 085000014315 to get wine details."

Meal-Based Recommendation

"What wine would pair well with mushroom risotto?"

Sommelier Advice

"How long should I decant a young Bordeaux before serving?"

Tracking Consumption

"I opened a bottle of 2016 Domaine de la Romanée-Conti last night with dinner and want to log it."

Storage & Persistence

This skill maintains data in JSON format within the skill directory:

  • data/wine_inventory.json - Main wine collection
  • data/consumption_log.json - Drinking history
  • data/purchase_history.json - Acquisition records
  • data/barcode_cache.json - Lookup results for performance

Extending Functionality

To add custom fields or adapt to specific needs:

  1. Modify the data models in the scripts/
  2. Update validation and storage logic
  3. Extend the recommendation engine with personal preferences
  4. Add integration with external wine databases or APIs

Best Practices

  • Regularly backup your wine cellar data
  • Update drinking windows based on expert advice and personal experience
  • Use consistent naming conventions for producers and regions
  • Take tasting notes immediately after opening for accuracy
  • Review your collection periodically for optimal drinking windows

Resources

scripts/

Executable tools for wine cellar operations:

  • add_wine.py - Add new bottles to inventory
  • lookup_barcode.py - Retrieve wine details from barcode
  • recommend_pairing.py - Get meal-based wine suggestions
  • log_consumption.py - Record drinking events
  • generate_report.py - Create inventory and valuation reports
  • utils.py - Shared helper functions

references/

Reference materials for wine knowledge:

  • wine_regions.md - Major wine growing regions and characteristics
  • varietal_guide.md - Grape varietal profiles and traits
  • pairing_principles.md - Food and wine matching guidelines
  • vintage_chart.md - Historical vintage quality references
  • serving_guide.md - Temperature, decanting, and glassware advice

assets/

Templates and reference materials:

  • wine_label_template.pdf - Printable label format for bin tags
  • cellar_map_template.svg - Diagram for mapping physical storage
  • tasting_sheet.pdf - Structured tasting note template

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.73%
按下载量换算2,177

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills