From sundial-org-awesome-openclaw-skills-4
Finds and compares products online via Google Shopping and in local stores via Google Places API. Ranks by price, ratings, availability, budget, and preferences; generates shopping lists with buy links and locations.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Find and compare products online and locally with smart recommendations.
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.
Find and compare products online and locally with smart recommendations.
Find products online:
uv run {baseDir}/scripts/shop.py "coffee maker" \
--budget medium \
--max-results 5
Search with budget constraint:
uv run {baseDir}/scripts/shop.py "running shoes" \
--budget "$100" \
--preferences "Nike, cushioned, waterproof"
Find local stores:
uv run {baseDir}/scripts/shop.py "Bio Gemüse" \
--mode local \
--location "Hamburg, Germany"
Hybrid search (online + local):
uv run {baseDir}/scripts/shop.py "Spiegelreflexkamera" \
--mode hybrid \
--location "München, Germany" \
--budget high \
--preferences "Canon, 4K Video"
Search US stores:
uv run {baseDir}/scripts/shop.py "running shoes" \
--country us \
--budget "$100"
query: Product search query (required)--mode: Search mode (online|local|hybrid|auto, default: auto)--budget: "low/medium/high" or "€X"/"$X" amount (default: medium)--location: Location for local/hybrid searches--preferences: Comma-separated (e.g., "brand:Sony, wireless, black")--max-results: Maximum products to return (default: 5, max: 20)--sort-by: Sort order (relevance|price-low|price-high|rating)--output: text|json (default: text)--country: Country code for search (default: de). Use "us" for US, "uk" for UK, etc.Default (text): Markdown table with product details, ratings, availability, and buy links
JSON: Structured data with all product metadata, scores, and links
Products are ranked using weighted scoring: