sap-ai-core
v2.4.1Guides development with SAP AI Core and SAP AI Launchpad for enterprise AI/ML workloads on SAP BTP. Use when: deploying generative AI models, building orchestration workflows with templating/filtering/grounding, implementing RAG with vector databases, managing ML training pipelines with Argo Workflows, configuring content filtering and data masking for PII protection, using the Generative AI Hub for prompt experimentation, managing prompt templates via the Prompt Registry, or integrating AI capabilities into SAP applications. Covers service plans (Free/Standard/Extended), model providers (Azure OpenAI, AWS Bedrock, GCP Vertex AI, Mistral, IBM, Perplexity), orchestration modules, embeddings, tool calling, and structured outputs.
by Eduard JiglauGPL-3.0404updated 1 day ago
Source
git clone https://github.com/secondsky/sap-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-ai-core/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sap-ai-core/SKILL.md
Skills1
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 orchestration workflows with templating/filtering/grounding, implementing RAG with vector databases, managing ML training pipelines with Argo Workflows, configuring content filtering and data masking for PII protection, using the Generative AI Hub for prompt experimentation, managing prompt templates via the Prompt Registry, or integrating AI capabilities into SAP applications. Covers service plans (Free/Standard/Extended), model providers (Azure OpenAI, AWS Bedrock, GCP Vertex AI, Mistral, IBM, Perplexity), orchestration modules, embeddings, tool calling, and structured outputs.
Manifests2
{
"name": "sap-ai-core",
"version": "2.4.1",
"description": "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 orchestration workflows with templating/filtering/grounding, implementing RAG with vector databases, managing ML training pipelines with Argo Workflows, configuring content filtering and data masking for PII protection, using the Generative AI Hub for prompt experimentation, managing prompt templates via the Prompt Registry, or integrating AI capabilities into SAP applications. Covers service plans (Free/Standard/Extended), model providers (Azure OpenAI, AWS Bedrock, GCP Vertex AI, Mistral, IBM, Perplexity), orchestration modules, embeddings, tool calling, and structured outputs.",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"license": "GPL-3.0",
"keywords": [
"artificial intelligence",
"btp",
"cap",
"core",
"llm",
"machine learning",
"sap",
"sap-ai-core"
],
"skills": "./skills/",
"interface": {
"displayName": "SAP AI Core",
"shortDescription": "Guides development with SAP AI Core and SAP AI Launchpad for...",
"longDescription": "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 orchestration workflows with templating/filtering/grounding, implementing RAG with vector databases, managing ML training pipelines with Argo Workflows, configuring content filtering and data masking for PII protection, using the Generative AI Hub for prompt experimentation, managing prompt templates via the Prompt Registry, or integrating AI capabilities into SAP applications. Covers service plans (Free/Standard/Extended), model providers (Azure OpenAI, AWS Bedrock, GCP Vertex AI, Mistral, IBM, Perplexity), orchestration modules, embeddings, tool calling, and structured outputs.",
"developerName": "Eduard Jiglau",
"category": "AI",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use SAP AI Core for SAP guidance."
],
"websiteURL": "https://sap-ai-skills.com"
}
}{
"name": "sap-ai-core",
"description": "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 orchestration workflows with templating/filtering/grounding, implementing RAG with vector databases, managing ML training pipelines with Argo Workflows, configuring content filtering and data masking for PII protection, using the Generative AI Hub for prompt experimentation, managing prompt templates via the Prompt Registry, or integrating AI capabilities into SAP applications. Covers service plans (Free/Standard/Extended), model providers (Azure OpenAI, AWS Bedrock, GCP Vertex AI, Mistral, IBM, Perplexity), orchestration modules, embeddings, tool calling, and structured outputs.",
"version": "2.4.1",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"license": "GPL-3.0",
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"keywords": [
"artificial intelligence",
"btp",
"cap",
"core",
"llm",
"machine learning",
"sap",
"sap-ai-core"
],
"category": "ai",
"commands": [
"./commands/ai-core-deployment-check.md"
]
}