plugins marketplace
← All plugins

sap-cloud-sdk-ai-python

v2.4.1

Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data masking, and document grounding. Supports OpenAI GPT models, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.

CodexClaude Code1 skill

by Eduard JiglauGPL-3.0404updated 1 day ago

Source

git clone https://github.com/secondsky/sap-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-cloud-sdk-ai-python/ inside the repository.

Layout

plugins/sap-cloud-sdk-ai-python/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/sap-cloud-sdk-ai-python/SKILL.md

Skills1

sap-cloud-sdk-ai-pythonskills/sap-cloud-sdk-ai-python/SKILL.md

Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data masking, and document grounding. Supports OpenAI GPT models, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.

Manifests2

plugins/sap-cloud-sdk-ai-python/.codex-plugin/plugin.json
{
  "name": "sap-cloud-sdk-ai-python",
  "version": "2.4.1",
  "description": "Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data masking, and document grounding. Supports OpenAI GPT models, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.",
  "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",
    "cloud",
    "llm",
    "machine learning",
    "python",
    "sap",
    "sap-cloud-sdk-ai-python",
    "sdk",
    "streaming"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP Cloud Sdk AI Python",
    "shortDescription": "Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-ge...",
    "longDescription": "Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data masking, and document grounding. Supports OpenAI GPT models, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.",
    "developerName": "Eduard Jiglau",
    "category": "AI",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP Cloud Sdk AI Python for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-cloud-sdk-ai-python/.claude-plugin/plugin.json
{
  "name": "sap-cloud-sdk-ai-python",
  "description": "Integrates the SAP Cloud SDK for AI for Python (sap-ai-sdk-gen, formerly generative-ai-hub-sdk) into Python applications. Use when building Python apps with SAP AI Core, Generative AI Hub, or the Orchestration Service: chat completion, embeddings, streaming, LangChain integration, templating, content filtering, data masking, and document grounding. Supports OpenAI GPT models, Llama, Gemini, Amazon Nova, and other foundation models via SAP BTP.",
  "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",
    "cloud",
    "llm",
    "machine learning",
    "python",
    "sap",
    "sap-cloud-sdk-ai-python",
    "sdk",
    "streaming"
  ],
  "category": "ai",
  "commands": [
    "./commands/cloud-sdk-ai-python-chat-template.md"
  ]
}