From orbrey-ai
Import a recipe from a URL via the ai-parse Edge Function and insert it into the household library via recipes.create.
npx claudepluginhub johnoconnor0/orbrey-skills --plugin orbrey-ai<url># /recipe-from-url
One-shot recipe import. Hands the URL to the Orbrey backend's `ai-parse` Edge Function, normalises the result, and inserts via `orbrey:recipes.create`.
## Workflow
1. Resolve household ID from `default_household_id`.
2. Read `$ARGUMENTS` — must be a single URL. Reject if missing or malformed.
3. Call the Orbrey backend `ai-parse` Edge Function with `{ type: "recipe_url", url: "<url>" }`. (Note: this is an Edge Function call, not an MCP tool — it goes through the Orbrey app's HTTP API, not the orbrey-mcp Worker. If the orbrey-mcp does not expose `ai-parse`, surface this...Share bugs, ideas, or general feedback.
One-shot recipe import. Hands the URL to the Orbrey backend's ai-parse Edge Function, normalises the result, and inserts via orbrey:recipes.create.
default_household_id.$ARGUMENTS — must be a single URL. Reject if missing or malformed.ai-parse Edge Function with { type: "recipe_url", url: "<url>" }. (Note: this is an Edge Function call, not an MCP tool — it goes through the Orbrey app's HTTP API, not the orbrey-mcp Worker. If the orbrey-mcp does not expose ai-parse, surface this and ask the user to invoke the import from inside the Orbrey app, then come back here to confirm the recipe appeared via recipes.list.)orbrey:recipes.create with the normalised payload.ai-parse Edge Function.Confirms via short message: Recipe "${title}" added to library. ID: ${recipe_id}.
/plan-week — incorporates the new recipe into next week's plan/orbrey-ai:pantry-to-recipe — see if you can cook this tonight from pantry