What problem does it solve? Managing ByteDance BOE/PPE test environments requires navigating multiple internal APIs for environment details, service clusters, permissions, and deployments. This Skill consolidates environment querying and DSL-based service deployment into a single CLI interface, eliminating manual console operations. ## Core Features & Use Cases - Environment Querying: Retrieve environment details, deployed service lists, PSM cluster info, permission checks, fallback configuration, instance metadata, and SCM code dependencies across VRegions. - DSL Deployment: Deploy, upgrade, or delete TCE/TCC services in existing environments (dsl_deploy), create brand-new environments with services (dsl_create), and deploy ByteFaaS services (faas_deploy/faas_create) with automatic parameter completion from create_suggest and scm_dependencies. - Deployment Lifecycle: Track deployment status via dsl_status, retry failed deployments with dsl_retry, and delete entire environments when no longer needed. - Use Case: A developer needs to upgrade a service in a PPE environment in EU-TTP. They run dsl_deploy with the environment name, PSM, and version, then poll dsl_status until the deployment succeeds. ## Quick Start Ask the AI to deploy version 1.0.0.213 of your service PSM to your PPE environment in the EU-TTP region using the env skill.