connectivity-onpremise
Installation
SKILL.md
Connectivity (On-Premise)
Enable connectivity to on-premise systems via Cloud Connector.
Purpose
Replace Neo's manual proxy configuration (HC_OP_HTTP_PROXY_* environment variables) with SAP Cloud SDK's automatic handling of on-premise connectivity through Cloud Connector.
Detection
This skill applies if any of these patterns are found:
In Java source files
// Manual proxy configuration
String proxyHost = System.getenv("HC_OP_HTTP_PROXY_HOST");
String proxyPort = System.getenv("HC_OP_HTTP_PROXY_PORT");