sc4sap:sap-option

View and edit SAP runtime configuration in .sc4sap/sap.env with backups.

46|15|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/babamba2/superclaude-for-sap --skill sc4sap-sap-option
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sc4sap:sap-option
Source: https://github.com/babamba2/superclaude-for-sap/tree/main/skills/sap-option
Command: npx skills add https://github.com/babamba2/superclaude-for-sap --skill sc4sap-sap-option

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

View and safely edit the SAP runtime configuration stored in .sc4sap/sap.env, including credentials, TLS settings, and blocklist policies, with safeguards like masking secrets and creating backups.

Core Features & Use Cases

  • Inspect the current SAP connection and system state from the MCP-backed status data and sap.env.
  • Edit sap.env values with input validation, atomic writes, and automatic restoration from backups, coordinating with profile and HUD flows for consistency.
  • Route changes to multi-profile management (profile switching), industry selection, and HUD limits, ensuring atomic, cross-file synchronization.

Quick Start

Ask to view the current sap.env values and follow prompts to change a setting.

Frequently Asked Questions about sc4sap:sap-option

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely edit SAP connection credentials in sap.env without breaking runtime state?

To safely edit SAP connection credentials in sap.env, the Skill validates inputs, masks secrets, and performs atomic writes with automatic backups. It coordinates changes with profile management and HUD flows to ensure cross-file synchronization without breaking runtime state.

How can I inspect my current SAP connection state and configuration values?

You can inspect your current SAP connection state by viewing MCP-backed status data and sap.env values. The Skill retrieves live SAP runtime configuration, including SAP_URL, SAP_CLIENT, SAP_PASSWORD, and SAP_RFC_BACKEND blocks, while masking secrets for secure display.

What is the best way to manage SAP blocklist policies and TLS settings in a multi-profile environment?

The best way to manage SAP blocklist policies and TLS settings is by routing configuration changes through multi-profile management. The Skill coordinates profile switching, industry selection, and HUD limits, ensuring atomic cross-file synchronization across your SAP profiles.

Does editing sap.env require MCP reconnection, and how are configuration changes applied?

Editing sap.env may require MCP reconnection to apply configuration changes. The Skill provides MCP reconnect guidance after atomic writes, ensuring that updates to SAP_URL, SAP_CLIENT, and TLS settings are safely synchronized with backups before reconnecting.

Can I restore previous SAP environment variables if a configuration edit fails or causes errors?

You can restore previous SAP environment variables because the Skill creates backups before performing atomic writes. If a configuration edit causes errors, automatic restoration from backups is supported to recover your original SAP runtime state.