From sundial-org-awesome-openclaw-skills-4
Manages recipes and grocery lists in Plan2Meal React Native app via commands: add from URLs with auto-extraction, search, view, delete recipes; create lists and add recipes using backend API.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
A ClawdHub skill for managing recipes and grocery lists via Plan2Meal, a React Native recipe app.
README.mddist/commands.d.tsdist/commands.jsdist/convex.d.tsdist/convex.jsdist/device-auth.d.tsdist/device-auth.jsdist/github-oauth.d.tsdist/github-oauth.jsdist/index.d.tsdist/index.jsdist/test.d.tsdist/test.jsdist/utils.d.tsdist/utils.jseslint.config.mjspackage-lock.jsonpackage.jsonsrc/commands.tssrc/convex.tsGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
A ClawdHub skill for managing recipes and grocery lists via Plan2Meal, a React Native recipe app.
Install via ClawdHub:
clawdhub install plan2meal
Configure environment variables:
cp .env.example .env
# Edit .env with your credentials
Required environment variables:
PLAN2MEAL_API_URL: Your Plan2Meal backend API URL (e.g., https://api.plan2meal.app)Optional:
PLAN2MEAL_AUTH_URL: Custom authentication URL (defaults to https://app.plan2meal.com/sign-in)Important:
| Command | Description |
|---|---|
plan2meal add <url> | Fetch recipe metadata from URL and create recipe |
plan2meal list | List your recent recipes |
plan2meal search <term> | Search your recipes |
plan2meal show <id> | Show detailed recipe information |
plan2meal delete <id> | Delete a recipe |
| Command | Description |
|---|---|
plan2meal lists | List all your grocery lists |
plan2meal list-show <id> | Show grocery list with items |
plan2meal list-create <name> | Create a new grocery list |
plan2meal list-add <listId> <recipeId> | Add recipe to grocery list |
| Command | Description |
|---|---|
plan2meal help | Show all available commands |
plan2meal add https://www.allrecipes.com/recipe/12345/pasta
Output:
โ
Recipe added successfully!
๐ Recipe Details
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Name: Classic Pasta
Source: allrecipes.com
Method: firecrawl-json (credit used)
Time: 15 min prep + 20 min cook
๐ฅ Ingredients (4 servings)
โข 1 lb pasta
โข 2 cups marinara sauce
โข 1/2 cup parmesan
๐ช Steps
1. Boil water...
plan2meal search pasta
plan2meal list-create Weekly Shopping
plan2meal list-add <listId> <recipeId>
The free tier allows up to 5 recipes. You'll receive a warning when approaching this limit.
Skill Owner Setup (one-time):
End User Flow:
plan2meal list)app.plan2meal.com/sign-in)token: <token>)Backend Processing:
MIT