Jump to related tools in the same category or review the original source on GitHub.

Shopping & E-commerce @mjrussell Updated 2/26/2026

📖 Paprika OpenClaw Skill - ClawHub

Do you want your AI agent to automate Paprika workflows? This free skill from ClawHub helps with shopping & e-commerce tasks without building custom tools from scratch.

What this skill does

Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.

Install

npx clawhub@latest install paprika

Full SKILL.md

Open original
namedescriptionhomepage
paprikaAccess recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking.https://www.paprikaapp.com

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="[email protected]"
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
Original URL: https://github.com/openclaw/skills/blob/main/skills/mjrussell/paprika

Related skills

If this matches your use case, these are close alternatives in the same category.