From sundial-org-awesome-openclaw-skills-4
Fetches current weather conditions, forecasts, and pollen data for locations using free Open-Meteo and Pollen.com APIs via curl. Configurable via latitude, longitude, and location env vars.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Get weather and pollen reports for any location using free APIs.
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.
Get weather and pollen reports for any location using free APIs.
When asked about weather or pollen in Anna, TX (or configured location), use the weather_report tool from this skill.
Get weather and pollen data for a specified location.
Args:
includePollen (boolean, default: true) - Include pollen datalocation (string, optional) - Location name to display (coordinates configured via env)Example:
{"includePollen": true, "location": "Anna, TX"}
Set location via environment variables (defaults for Anna, TX):
WEATHER_LAT - Latitude (default: 33.3506)WEATHER_LON - Longitude (default: -96.3175)WEATHER_LOCATION - Location display name (default: "Anna, TX")