Ambee — получение экологических данных и качества воздуха
data
Ambee automation is a Claude Code skill that automates fetching environmental data — air quality, weather, and ecological metrics — from the Ambee API via Composio's Ambee toolkit over Rube MCP, feeding live data directly into Claude Code workflows. Reach for it when you need to pull air quality or weather readings for given coordinates on a schedule, when your application needs environmental data delivered automatically rather than queried by hand, or when you want to wire ambient monitoring into an existing agentic pipeline. The skill follows a three-step pattern: RUBE_SEARCH_TOOLS retrieves current Ambee tool schemas, RUBE_MANAGE_CONNECTIONS establishes an active ambee toolkit connection, then RUBE_MULTI_EXECUTE_TOOL runs the actual operations; bulk jobs use RUBE_REMOTE_WORKBENCH. Deployed by adding rube.app/mcp as an MCP server — no API keys required at the MCP level. The direction is data retrieval and delivery into the agent, not visualization or storage (use dedicated dashboarding tools for that). Because tool schemas change, slugs must never be hardcoded — always call RUBE_SEARCH_TOOLS at the start of each session. Works when you have an active Ambee account and Rube MCP configured; not suitable for air-gapped environments or setups that block external MCP endpoints.
- #ambee
- #composio
- #rube-mcp
- #environmental-data
- #air-quality
- #weather-api
- #automation