Air Quality & Pollen Information: Get air quality indices, pollutant levels, pollen forecasts, and historical data worldwide. Use when an agent needs air quality & pollen information, air quality pollen information, health and safety monitoring for outdoor activities, allergy management and pollen level tracking, travel planning and destination air quality assessment, environmental monitoring and pollution trend analysis, create map, locations through AgentPMT-hosted remote tool calls.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Instruções da origem · Visualização somente leitura
name
air-quality-pollen-information
description
Air Quality & Pollen Information: Get air quality indices, pollutant levels, pollen forecasts, and historical data worldwide. Use when an agent needs air quality & pollen information, air quality pollen information, health and safety monitoring for outdoor activities, allergy management and pollen level tracking, travel planning and destination air quality assessment, environmental monitoring and pollution trend analysis, create map, locations through AgentPMT-hosted remote tool calls.
Agent instructions for AgentPMT-hosted remote tool calls. Follow this skill body for supported account, wallet, and setup routes. No local command runtime is declared.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
What This Tool Does
Comprehensive environmental data tool that provides real-time air quality indices, pollutant concentrations, pollen forecasts, and historical data for any location worldwide. The tool enables AI agents to retrieve current air quality conditions with AQI values and health recommendations, forecast data for both pollen types and pollutant levels, historical air quality trends up to 30 days, and generate visual maps with environmental overlays. Agents can flexibly select which data items to include by specifying any combination of pollutants including CO, NO2, O3, SO2, PM2.5, PM10 and pollen types including tree, grass, and weed allergens. The tool processes up to 10 locations simultaneously and provides additional computations such as health recommendations for different population groups, dominant pollutant concentrations, and detailed pollutant information. All responses are in English and include universal AQI scaling for consistent global comparisons. Map generation capabilities include satellite and road views with various environmental data overlays saved to cloud storage for 7 days.
Product Instructions
Air Quality & Pollen Information
Real-time air quality indices, pollutant concentrations, pollen forecasts, historical data, and map visualizations for any location worldwide. Supports up to 10 locations per request with both coordinate and address-based input.
Actions
get_current_conditions
Get current Air Quality Index (AQI), pollutant concentrations, and health recommendations.
Required fields:
action: "get_current_conditions"
locations: Array of 1-10 location objects (each with latitude/longitude OR address)
Optional fields:
include_items: Filter specific pollutants — "co", "no2", "o3", "so2", "pm25", "pm10". Omit to receive all pollutants.
universal_aqi: Use universal AQI scale (boolean, default true)
extra_computations: Array of additional data to include — "HEALTH_RECOMMENDATIONS", "DOMINANT_POLLUTANT_CONCENTRATION", "POLLUTANT_ADDITIONAL_INFO"
{"action":"get_current_conditions","locations":[{"latitude":40.7128,"longitude":-74.0060,"name":"NYC"},{"address":"Los Angeles, CA"},{"address":"London, UK","name":"London City Center"}],"include_items":["pm25","no2","o3"]}
get_forecast
Get pollen forecast data for up to 5 days. Includes tree, grass, and weed pollen types with seasonal status and health recommendations.
Required fields:
action: "get_forecast"
locations: Array of 1-10 location objects
Optional fields:
include_items: Filter specific pollen types — "tree pollen", "grass pollen", "weed pollen". Omit to receive all three. Note: pollutant items (co, no2, etc.) are not available for forecasts.
Address:{"address": "San Francisco, CA"} — accepts street addresses, city/state, or city/country
Add an optional name field to any location for a custom display label: {"address": "Paris, France", "name": "Eiffel Tower Area"}
You can mix coordinates and addresses in the same request.
Common Workflows
Check if outdoor exercise is safe: Use get_current_conditions with extra_computations: ["HEALTH_RECOMMENDATIONS"] to get AQI and health advice for sensitive groups.
Plan for allergy season: Use get_forecast with include_items: ["tree pollen", "grass pollen", "weed pollen"] to see pollen levels for the coming days.
Compare air quality across cities: Use get_current_conditions with multiple locations and include_items: ["pm25", "o3"] to compare key pollutants side by side.
Visualize pollution patterns: Use create_map with overlay_type: "pm25" or "aqi" to generate a heatmap of air quality for a region.
Analyze trends over time: Use get_history with hours_history: 168 (7 days) to review hourly AQI changes and identify pollution patterns.
AQI Categories
Range
Category
Meaning
0-50
Good
Air quality is satisfactory
51-100
Moderate
Acceptable for most people
101-150
Unhealthy for Sensitive Groups
Sensitive individuals may experience effects
151-200
Unhealthy
Everyone may begin to experience effects
201-300
Very Unhealthy
Health warnings of emergency conditions
301+
Hazardous
Emergency conditions for entire population
Important Notes
Addresses are automatically geocoded. If geocoding fails for one location, other locations in the batch still process successfully.
Pollutant forecasts are not available; the get_forecast action provides pollen forecasts only. Use get_current_conditions for current pollutant levels.
Historical data (get_history) covers air quality pollutants only, not pollen.
Generated maps are stored for 7 days before expiring.
Some regions may have limited air quality or pollen data availability.
Each location result includes its own error field — always check for partial failures in multi-location requests.
When To Use
Use this skill for Air Quality & Pollen Information on AgentPMT.
Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
Search and activation keywords: air quality & pollen information, air quality pollen information, health and safety monitoring for outdoor activities, allergy management and pollen level tracking, travel planning and destination air quality assessment, environmental monitoring and pollution trend analysis, create map, locations.
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 4.
x402 availability: not enabled for this product.
create_map (action slug: create-map): Generate a map image with air quality or pollen data overlays. The map is stored in cloud storage for 7 days and a download URL is returned. Price: 5 credits. Parameters: locations, map_config.
get_current_conditions (action slug: get-current-conditions): Get current Air Quality Index (AQI), pollutant concentrations, and health recommendations for one or more locations. Price: 5 credits. Parameters: extra_computations, include_items, locations, universal_aqi.
get_forecast (action slug: get-forecast): Get pollen forecast data for up to 5 days including tree, grass, and weed pollen types with seasonal status and health recommendations. Price: 5 credits. Parameters: forecast_days, include_items, locations.
get_history (action slug: get-history): Get historical air quality data with hourly AQI values and pollutant concentrations, up to 30 days (720 hours) back. Price: 5 credits. Parameters: hours_history, include_items, locations, universal_aqi.
Live Schema And Examples
Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
Exact schema: call agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "air-quality-pollen-information".
Detailed examples: call agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "air-quality-pollen-information", or call this product with action: "get_instructions" when the product tool is already selected.
Treat returned live schema and instructions as more specific than this generated summary.
MCP schema lookup through the main AgentPMT MCP server:
AgentPMT account route: first use ../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.
x402 route: not enabled for this product.
AgentPMT overview: use ../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.
If those setup skills are not installed beside this product skill, use the downloads below.