From sundial-org-awesome-openclaw-skills-4
Runs ordercli CLI to manage Foodora orders: check active status and history, reorder items, login via browser or session import. Deliveroo WIP.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Use `ordercli` to check past orders and track active order status (Foodora only right now).
Guides 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.
Use ordercli to check past orders and track active order status (Foodora only right now).
Quick start (Foodora)
ordercli foodora countriesordercli foodora config set --country ATordercli foodora login --email you@example.com --password-stdinordercli foodora ordersordercli foodora history --limit 20ordercli foodora history show <orderCode>Orders
ordercli foodora ordersordercli foodora orders --watchordercli foodora order <orderCode>ordercli foodora history show <orderCode> --jsonReorder (adds to cart)
ordercli foodora reorder <orderCode>ordercli foodora reorder <orderCode> --confirmordercli foodora reorder <orderCode> --confirm --address-id <id>Cloudflare / bot protection
ordercli foodora login --email you@example.com --password-stdin --browser--browser-profile "$HOME/Library/Application Support/ordercli/browser-profile"ordercli foodora cookies chrome --profile "Default"Session import (no password)
ordercli foodora session chrome --url https://www.foodora.at/ --profile "Default"ordercli foodora session refresh --client-id androidDeliveroo (WIP, not working yet)
DELIVEROO_BEARER_TOKEN (optional DELIVEROO_COOKIE).ordercli deliveroo config set --market ukordercli deliveroo historyNotes
--config /tmp/ordercli.json for testing.