cap-llm-plugin

Installation
SKILL.md

CAP LLM Plugin — AI Integration Best Practices

Primary reference: https://cap.cloud.sap/docs/guides/ai/ SAP AI SDK: https://sap.github.io/ai-sdk/

Setup: SAP AI SDK for CAP (recommended, 2025+)

npm install @sap-ai-sdk/langchain @sap-ai-sdk/foundation-models

Bind aicore service in mta.yaml:

- name: my-cap-app-aicore
  type: org.cloudfoundry.managed-service
  parameters:
    service: aicore
    service-plan: extended
Installs
10
GitHub Stars
6
First Seen
Jul 29, 2026
cap-llm-plugin — dankromp/skilloverflow