sap-abap-cds
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
This skill provides comprehensive knowledge for SAP Service Manager on SAP Business Technology Platform (BTP). It should be used when managing service instances, bindings, brokers, and platforms across Cloud Foundry, Kyma, Kubernetes, and other environments. Use when
$ npx -y skills add secondsky/sap-skills --skill sap-btp-service-manager --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sap-btp-service-managerContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill provides comprehensive knowledge for SAP Service Manager on SAP Business Technology Platform (BTP). It should be used when managing service instances, bindings, brokers, and platforms across Cloud Foundry, Kyma, Kubernetes, and other environments. Use when
name: sap-btp-service-manager description: | This skill provides comprehensive knowledge for SAP Service Manager on SAP Business Technology Platform (BTP). It should be used when managing service instances, bindings, brokers, and platforms across Cloud Foundry, Kyma, Kubernetes, and other environments. Use when provisioning services via SMCTL CLI, BTP CLI, or REST APIs, configuring OAuth2 authentication, working with the SAP BTP Service Operator in Kubernetes, troubleshooting service consumption issues, or implementing cross-environment service management. Keywords: SAP Service Manager, BTP, service instances, service bindings, SMCTL, service broker, OSBAPI, Cloud Foundry, Kyma, Kubernetes, service-manager, service-operator-access, subaccount-admin, OAuth2, X.509, service marketplace, service plans, rate limiting, cf create-service, btp create services/instance, ServiceInstance CRD, ServiceBinding CRD license: GPL-3.0 metadata: maintainer: "Eduard Jiglau" maintainer_email: "hello@sap-ai-skills.com" website: "https://sap-ai-skills.com" version: "2.4.1" last_verified: 2025-11-27 documentation_source: "https://github.com/SAP-docs/sap-btp-service-manager" documentation_files_analyzed: 80+ reference_files: 6 template_files: 5 status: production important_notes: SMCLI repository archived (2025-09-30) - Go installation recommended
Comprehensive skill for managing services across SAP BTP environments using SAP Service Manager.
---
Use this skill when working on tasks involving:
**Service Instance Management**:
**Service Binding Management**:
**Platform & Broker Management**:
**Authentication & Authorization**:
**Kubernetes/Kyma Integration**:
**API & CLI Operations**:
**Troubleshooting**:
---
**⚠️ Important**: The SMCLI repository was archived on September 30, 2025. While the tool remains functional, consider migration strategies for long-term SAP BTP workflows.
**Recommended Method (Go)**:
# Install via Go (preferred approach) go install github.com/Peripli/service-manager-cli@latest # Add to PATH (if not already) export PATH=$PATH:$(go env GOPATH)/bin smctl --version
**Alternative Method (Prebuilt Binary)**:
# Download from: https://github.com/Peripli/service-manager-cli/releases/latest tar -xzf smctl-*.tar.gz && chmod +x smctl sudo mv smctl /usr/local/bin/ && smctl --version
**Note**: While the prebuilt binary method remains functional, the Go installation approach is officially recommended. Consider evaluating SAP's native BTP CLI as an alternative for new deployments.
# Interactive login smctl login -a https://service-manager.cfapps.<region>.hana.ondemand.com \ --param subdomain=<subdomain> # Client credentials smctl login -a https://service-manager.cfapps.<region>.hana.ondemand.com \ --param subdomain=<subdomain> --auth-flow client-credentials \ --client-id <id> --client-secret <secret>
# Browse services smctl marketplace # Create instance (async) smctl provision my-instance <service> <plan> # Create binding smctl bind my-instance my-binding
---
SAP Service Manager is the **central registry for service brokers and platforms** in SAP BTP.
**Primary Resources**:
| Plan | Purpose | Scopes | |------|---------|--------| | **subaccount-ad
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code, working with internal tables, structures, ABAP SQL, object-oriented…
Guides development with SAP AI Core and SAP AI Launchpad for enterprise AI/ML workloads on SAP BTP. Use when: deploying generative AI models, building…
Evidence-based assessment of whether an SAP API/interface usage scenario aligns with the SAP API Policy (v.4.2026a). Use whenever someone asks whether a way of…
This skill provides comprehensive guidance for documenting SAP APIs following the SAP API Style Guide standards. It should be used when creating or reviewing…
Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client,…