← 返回
开发者工具 Key 中文

Paprika

Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.
访问 Paprika Recipe Manager 的食谱、膳食计划及购物清单。当用户询问食谱、膳食规划或烹饪时使用。
mjrussell
开发者工具 clawhub v0.1.0 1 版本 99834.4 Key: 需要
★ 3
Stars
📥 2,352
下载
💾 45
安装
1
版本
#latest

概述

Paprika Recipe CLI

CLI for Paprika Recipe Manager. Access recipes, meal plans, and grocery lists.

Installation

npm install -g paprika-recipe-cli

Setup

# Authenticate interactively
paprika auth

# Or set environment variables
export PAPRIKA_EMAIL="your@email.com"
export PAPRIKA_PASSWORD="your-password"

Commands

Recipes

paprika recipes                       # List all recipes
paprika recipes --category "Dinner"   # Filter by category
paprika recipes --json

paprika recipe "Pasta Carbonara"      # View by name
paprika recipe <uid>                  # View by UID
paprika recipe "Pasta" --ingredients-only
paprika recipe "Pasta" --json

paprika search "chicken"              # Search recipes

Meal Planning

paprika meals                         # Show all planned meals
paprika meals --date 2026-01-08       # Filter by date
paprika meals --json

Groceries

paprika groceries                     # Show unpurchased items
paprika groceries --all               # Include purchased
paprika groceries --json

Categories

paprika categories                    # List all categories

Usage Examples

User: "What recipes do I have for dinner?"

paprika recipes --category "Dinner"

User: "Show me the pasta carbonara recipe"

paprika recipe "Pasta Carbonara"

User: "What ingredients do I need for lasagna?"

paprika recipe "Lasagna" --ingredients-only

User: "What's on the meal plan?"

paprika meals

User: "What's on my grocery list?"

paprika groceries

User: "Find chicken recipes"

paprika search "chicken"

Notes

  • Recipe names support partial matching
  • Use --json for programmatic access
  • Requires Paprika cloud sync to be enabled

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 14:19 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,389
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,428
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,839