What problem does it solve? Keeping local environment configuration files in sync with a deployed Rainbond application is tedious and error-prone, especially when you must avoid leaking secrets or copying runtime-generated connection values. This Skill queries the live Rainbond platform and writes only meaningful, non-sensitive environment deltas into local files. ## Core Features & Use Cases - Environment Delta Sync: Queries Rainbond runtime state and writes only non-sensitive overrides that differ from the project baseline into .rainbond/env.preview.json or .rainbond/env.prod.json. - Secret and Metadata Filtering: Automatically skips passwords, tokens, certificates, provider connection envs (like DB_HOST, REDIS_PASSWORD), and platform-generated values. - Drift Detection: Compares local files against live Rainbond MCP state and reports any drift, trusting the runtime as the source of truth. - Use Case: After deploying a fullstack app to a Rainbond preview environment, ask the agent to sync the preview configuration locally so future bootstrap and troubleshooting runs need fewer manual inputs. ## Quick Start Ask the agent to sync the preview environment configuration of the linked Rainbond project into the local env file.