# Access Paprika Recipes Meal Plans

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

- **Type:** Skill
- **Install:** `agentstack add skill-rondoflow-rondoflow-access-paprika-recipes-meal-plans`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [rondoflow](https://agentstack.voostack.com/s/rondoflow)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [rondoflow](https://github.com/rondoflow)
- **Source:** https://github.com/rondoflow/rondoflow/tree/master/packages/catalog/content/skills/access-paprika-recipes-meal-plans
- **Website:** https://rondoflow.app

## Install

```sh
agentstack add skill-rondoflow-rondoflow-access-paprika-recipes-meal-plans
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Paprika Recipe CLI

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

## Installation

```bash
npm install -g paprika-recipe-cli
```

## Setup

```bash
# Authenticate interactively
paprika auth

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

## Commands

### Recipes

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

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

paprika search "chicken"              # Search recipes
```

### Meal Planning

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

### Groceries

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

### Categories

```bash
paprika categories                    # List all categories
```

## Usage Examples

**User: "What recipes do I have for dinner?"**
```bash
paprika recipes --category "Dinner"
```

**User: "Show me the pasta carbonara recipe"**
```bash
paprika recipe "Pasta Carbonara"
```

**User: "What ingredients do I need for lasagna?"**
```bash
paprika recipe "Lasagna" --ingredients-only
```

**User: "What's on the meal plan?"**
```bash
paprika meals
```

**User: "What's on my grocery list?"**
```bash
paprika groceries
```

**User: "Find chicken recipes"**
```bash
paprika search "chicken"
```

## Notes

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

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [rondoflow](https://github.com/rondoflow)
- **Source:** [rondoflow/rondoflow](https://github.com/rondoflow/rondoflow)
- **License:** MIT
- **Homepage:** https://rondoflow.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-rondoflow-rondoflow-access-paprika-recipes-meal-plans
- Seller: https://agentstack.voostack.com/s/rondoflow
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
