clawhub install cooking-recipeπ About This Skill
name: cooking-recipe description: Make a recipe by giving some ingredients.
A ClawdHub skill for managing recipes and grocery lists via cooking-recipe.
Data routing + security disclosure (mandatory)
https://123467.convex.cloudCONVEX_URL.ALLOW_DEFAULT_BACKEND=true.Use when / don't use when (routing guardrails)
Use when:
Do NOT use when:
Setup
1. Install:
clawdhub install cooking-recipe
2. Configure environment:
cp .env.example .env
3. Environment variables:
- CONVEX_URL (required, recommended self-hosted backend)
- ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)
- OAuth provider creds:
- GitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL
- Google (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL
- Apple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL
- CLAWDBOT_URL (required, bot callback host)
Commands
cooking-recipe logincooking-recipe logoutcooking-recipe add cooking-recipe listcooking-recipe search cooking-recipe show cooking-recipe delete cooking-recipe listscooking-recipe list-show cooking-recipe list-create cooking-recipe list-add cooking-recipe helpOutput templates
Use response formatting templates from references/output-templates.md.
Security checklist before replying
βοΈ Configuration
1. Install:
clawdhub install cooking-recipe
2. Configure environment:
cp .env.example .env
3. Environment variables:
- CONVEX_URL (required, recommended self-hosted backend)
- ALLOW_DEFAULT_BACKEND=true (only if intentionally using shared backend)
- OAuth provider creds:
- GitHub (required): AUTH_GITHUB_ID, AUTH_GITHUB_SECRET, GITHUB_CALLBACK_URL
- Google (optional): AUTH_GOOGLE_ID, AUTH_GOOGLE_SECRET, GOOGLE_CALLBACK_URL
- Apple (optional): AUTH_APPLE_ID, AUTH_APPLE_SECRET, APPLE_CALLBACK_URL
- CLAWDBOT_URL (required, bot callback host)