Multi Search Engine
一个面向 Research 场景的 Agent 技能。原始说明:Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
name: plan2meal
description: Manage recipes and grocery lists in Plan2Meal via chat (add recipe URLs, list/search/show/delete recipes, and create/manage grocery lists). Use when users explicitly want Plan2Meal recipe/grocery actions. Do not use for generic cooking advice, nutrition coaching, or non-Plan2Meal todo/shopping tools. Success = command executed with clear result text (IDs, counts, links/errors) and accurate data-routing disclosure.
requiredEnv:
optionalEnv:
primaryEnv: CONVEX_URL
A ClawdHub skill for managing recipes and grocery lists via Plan2Meal.
https://gallant-bass-875.convex.cloudCONVEX_URL.ALLOW_DEFAULT_BACKEND=true.Use when:
Do NOT use when:
clawdhub install plan2meal
cp .env.example .env
CONVEX_URL (required, recommended self-hosted backend)ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URLAUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URLAUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URLCLAWDBOT_URL (required, bot callback host)plan2meal loginplan2meal logoutplan2meal add <url>plan2meal listplan2meal search <term>plan2meal show <id>plan2meal delete <id>plan2meal listsplan2meal list-show <id>plan2meal list-create <name>plan2meal list-add <listId> <recipeId>plan2meal helpUse response formatting templates from references/output-templates.md.