Crawler Summary

weekly-meal-planner answer-first brief

Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions. --- name: weekly-meal-planner description: "Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions." --- Weekly Meal Planner Purpose Generates a personalized 7-day m Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Freshness

Last checked 4/15/2026

Best For

weekly-meal-planner is best for vegetarian workflows where OpenClaw compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB OPENCLEW, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 94/100

weekly-meal-planner

Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions. --- name: weekly-meal-planner description: "Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions." --- Weekly Meal Planner Purpose Generates a personalized 7-day m

OpenClawself-declared

Public facts

4

Change events

1

Artifacts

0

Freshness

Apr 15, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Trust evidence available

Trust score

Unknown

Compatibility

OpenClaw

Freshness

Apr 15, 2026

Vendor

Tejasashinde

Artifacts

0

Benchmarks

0

Last release

Unpublished

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.

Setup snapshot

git clone https://github.com/tejasashinde/weekly-meal-planner.git
  1. 1

    Setup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Tejasashinde

profilemedium
Observed Apr 15, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

OpenClaw

contractmedium
Observed Apr 15, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance
Integration (1)

Crawlable docs

6 indexed pages on the official domain

search_documentmedium
Observed Apr 15, 2026Source linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB OPENCLEW

Extracted files

0

Examples

0

Snippets

0

Languages

typescript

Parameters

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB OPENCLEW

Docs source

GITHUB OPENCLEW

Editorial quality

ready

Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions. --- name: weekly-meal-planner description: "Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions." --- Weekly Meal Planner Purpose Generates a personalized 7-day m

Full README

name: weekly-meal-planner description: "Use this skill when the user asks to create a weekly meal plan, make a weekly meal plan, generate a weekly diet plan, prepare a household meal schedule, build a shopping list based on food preferences (veg/non-veg). Automatically personalises the weekly plan based on number of people and dietary restrictions."

Weekly Meal Planner

Purpose

Generates a personalized 7-day meal plan including:

  • Breakfast
  • Lunch
  • Dinner
  • Two Snacks per day

The plan:

  • Supports vegetarian and non-vegetarian preferences
  • Scales automatically based on household size
  • Minimizes food waste by reusing ingredients across meals
  • Uses fresh, easy-to-prepare ingredients
  • Produces a consolidated shopping list
  • Suggests substitutions for hard-to-find ingredients

When to use this skill

Use this skill when the user asks to 'create a weekly meal plan','make a weekly meal plan','generate a weekly diet plan','prepare a household meal schedule','build a shopping list based on food preferences (veg/non-veg)'.

REQUIRED INPUTS

Before generating the meal plan, you MUST ensure the following inputs are collected and confirmed. If any required input is missing, you MUST explicitly ask the user before proceeding.


1. Number of People

  • Defines portion sizes and shopping quantities.

  • If the user does NOT provide this value:

    • Ask:
      "How many people should this meal plan serve?"
    • If none are provided, assume 1.
  • Value must be a positive integer. If user gives something else, assume 1.


2. Food Preference

  • Must be one of:

    • Vegetarian (Veg)
    • Non-Vegetarian (Non-Veg)
  • If not specified, you MUST ask:
    "Do you prefer Vegetarian or Non-Vegetarian meals?"

  • Do NOT assume a default food preference.


3. Dietary Restrictions (If Any)

  • Ask the user:
    "Do you have any dietary restrictions or allergies? (Default is No)"

  • If none are provided, assume No dietary restrictions.

  • Examples include (but are not limited to):

    • No dairy
    • Gluten-free
    • Low-carb
    • Diabetic-friendly
    • Jain diet
    • Nut allergy
  • The meal plan MUST strictly respect any stated restriction.


Validation Rules

  • Do NOT generate the meal plan until all required inputs are confirmed or defaulted properly.
  • Do NOT ignore dietary restrictions.
  • Portion sizes and shopping list quantities MUST scale according to the number of people.

Execution Steps

Step 1: Validate & Confirm Inputs (Mandatory Gate)

Before generating the meal plan, you MUST ensure all required inputs are confirmed.

Required:

  • Number of People (default = 1 only if user does not respond)
  • Food Preference (Vegetarian / Non-Vegetarian) -> NO default allowed
  • Dietary Restrictions (default = None if not provided)

Rules:

  • If any required input is missing, you MUST ask the user.
  • Do NOT generate the meal plan until inputs are fully confirmed or defaulted properly.
  • Do NOT assume Vegetarian or Non-Vegetarian.
  • Portion sizes and shopping quantities MUST scale based on number of people.
  • Dietary restrictions MUST override all meal decisions.

Step 2: Generate Weekly Meal Plan

Produce a structured 7-day meal schedule.

For each day:

Day X

  • Breakfast:
  • Snack 1:
  • Lunch:
  • Snack 2:
  • Dinner:

Meal Requirements:

  • Balanced macronutrients (protein, carbs, fats, fiber)
  • Ingredient overlap across meals to reduce waste
  • Use seasonal and accessible ingredients
  • Simple preparation (≤ 30–40 minutes preferred)
  • Avoid repeating the exact same full meal more than twice per week
  • Respect food preference strictly (Veg / Non-Veg)
  • Fully comply with dietary restrictions

Step 3: Optimize for Waste Reduction

Design meals intentionally to minimize food waste:

  • Reuse vegetables across multiple dishes
  • Batch-cook proteins where applicable
  • Reuse grains across meals
  • Convert leftovers into next-day variations

Examples:

  • Roasted vegetables -> Wrap or sandwich filling
  • Boiled chickpeas -> Salad + curry
  • Grilled chicken -> Rice bowl + sandwich
  • Cooked rice -> Stir-fry + side dish

Step 4: Generate Consolidated Shopping List

Organize into clear categories:

  • Vegetables
  • Fruits
  • Grains & Cereals
  • Proteins
  • Dairy (if applicable)
  • Spices & Condiments
  • Snacks & Miscellaneous

Rules:

  • Scale quantities according to number of people
  • Avoid duplicate ingredients
  • Combine repeated items into single total quantities
  • Align strictly with the weekly plan

Step 5: Suggest Substitutions

For ingredients that may be expensive, seasonal, or difficult to find, provide practical alternatives.

Format:

  • Quinoa -> Substitute: Brown rice
  • Kale -> Substitute: Spinach
  • Greek yogurt -> Substitute: Regular curd

Rules:

  • Keep substitutes affordable and widely available
  • Ensure substitutes respect dietary restrictions
  • Maintain similar nutritional value where possible

OUTPUT FORMAT

You MUST strictly follow the exact structure, formatting, headings, and section order as defined in:

markdown

You MUST follow below rules for creating Word document:

  1. Convert the Markdown content into a Word document: pandoc weekly_meal_plan.md -o weekly_meal_plan.docx
  2. Preserve all formatting: headings, bold, emojis, lists, and indentation.
  3. Do NOT modify section titles, heading levels, or order.
  4. The final document file MUST be strictly saved as: word
  5. STRICTLY DO NOT TRY TO OPEN THE GENERATED FILE, instead just respond calmly that file is saved at location and end execution.

STRUCTURE RULES (NON-NEGOTIABLE)

  1. Do NOT modify section titles.
  2. Do NOT change heading levels.
  3. Do NOT change the order of sections.
  4. Do NOT add extra sections.
  5. Do NOT remove any required section.
  6. Do NOT change formatting style (spacing, bullets, separators).
  7. All 7 days must be present (Day 1 to Day 7).

The structure must remain IDENTICAL to the template.


CONTENT ADAPTATION RULES (IMPORTANT)

  1. Food Preference (Vegetarian / Non-Vegetarian) affects ingredients ONLY.
  2. Dietary Restrictions affect ingredients ONLY.
  3. Goals (if provided) affect meal composition ONLY.
  4. Structure must NEVER change due to preference, restriction, or goal.
  5. If a restriction conflicts with a typical ingredient, replace the ingredient — do NOT alter layout.
  6. Shopping list quantities MUST scale according to number of people.

ENFORCEMENT RULE

Dietary restrictions, food preference, and goals modify content but never the document structure.


Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB OPENCLEW

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

OpenClaw: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/snapshot"
curl -s "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/contract"
curl -s "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITHUB_REPOSactivepieces

Rank

70

AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

Traction

No public download signal

Freshness

Updated 2d ago

OPENCLAW
GITHUB_REPOScherry-studio

Rank

70

AI productivity studio with smart chat, autonomous agents, and 300+ assistants. Unified access to frontier LLMs

Traction

No public download signal

Freshness

Updated 5d ago

MCPOPENCLAW
GITHUB_REPOSAionUi

Rank

70

Free, local, open-source 24/7 Cowork app and OpenClaw for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, Auggie, and more | 🌟 Star if you like it!

Traction

No public download signal

Freshness

Updated 6d ago

MCPOPENCLAW
GITHUB_REPOSCopilotKit

Rank

70

The Frontend for Agents & Generative UI. React + Angular

Traction

No public download signal

Freshness

Updated 23d ago

OPENCLAW
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "OPENCLEW"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_OPENCLEW",
      "generatedAt": "2026-04-16T23:38:12.872Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "OPENCLEW",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "vegetarian",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:vegetarian|supported|profile"
}

Facts JSON

[
  {
    "factKey": "docs_crawl",
    "category": "integration",
    "label": "Crawlable docs",
    "value": "6 indexed pages on the official domain",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  },
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Tejasashinde",
    "href": "https://github.com/tejasashinde/weekly-meal-planner",
    "sourceUrl": "https://github.com/tejasashinde/weekly-meal-planner",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:19:34.504Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "OpenClaw",
    "href": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-04-15T00:19:34.504Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/tejasashinde-weekly-meal-planner/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[
  {
    "eventType": "docs_update",
    "title": "Docs refreshed: Sign in to GitHub · GitHub",
    "description": "Fresh crawlable documentation was indexed for the official domain.",
    "href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
    "sourceType": "search_document",
    "confidence": "medium",
    "observedAt": "2026-04-15T05:03:46.393Z",
    "isPublic": true
  }
]

Sponsored

Ads related to weekly-meal-planner and adjacent AI workflows.