paprika | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / paprika

paprika

maintained by clawdbot

star 229 account_tree 71 verified_user MIT License
bolt View GitHub

name: paprika description: Access recipes, meal plans, and grocery lists from Paprika Recipe Manager. Use when user asks about recipes, meal planning, or cooking. homepage: https://www.paprikaapp.com metadata: clawdbot: emoji: "📖" requires: bins: ["paprika"]

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

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 229
GitHub Forks 71
Created Jan 2026
Last Updated il y a 5 mois
tools tools productivity tools

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
notebooklm
chevron_right
heroku
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.