sap-cloud-sdk-ai-python

sap-cloud-sdk-ai-python is a skill for Claude Code, Codex from secondsky/sap-skills. It costs 103 tokens per session (3,621 once invoked), scanned A, original, GPL-3.0.

A development guide for using SAP's AI services from Python applications through the SAP Cloud SDK for AI.

In plain words
What is it for?
Use it for chat completions, embeddings, streaming, LangChain integration, templates, content filtering, and related SAP AI service tasks.
Why use it?
It gives agents the information needed to add common AI service integrations to Python code.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the sap-cloud-sdk-ai-python plugin — 1 skill, 1 command shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/secondsky/sap-skills/sap-cloud-sdk-ai-python
Any agent
npx skills add secondsky/sap-skills --skill sap-cloud-sdk-ai-python
Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code, Codex.

Or install sap-cloud-sdk-ai-python, the plugin that ships this one along with the rest of its 1 skill, 1 command.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sap-cloud-sdk-ai-python

README.md
[![agentmods](https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-cloud-sdk-ai-python.svg)](https://agentmods.dev/skills/secondsky/sap-skills/sap-cloud-sdk-ai-python)
Your own site
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-cloud-sdk-ai-python"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-cloud-sdk-ai-python.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,621 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.03621
Opus 5 $0.00051 $0.01810
Sonnet 5 $0.00021 $0.00724
Haiku 4.5 $0.00010 $0.00362

Measured 2d ago against content hash d9b9846f81a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

sap-cloud-sdk-ai-python scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/sap-cloud-sdk-ai-python/skills/sap-cloud-sdk-ai-python/SKILL.md · 390 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 390 lines · 103 tokens per session scan A d9b9846f81a4

Subscribe to this mod's changes

sap-cloud-sdk-ai-python is a skill published in the GitHub repository secondsky/sap-skills (434 stars, last pushed 2d ago), licensed GPL-3.0. It adds 103 tokens to every session and 3,621 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pytorch-lightning

Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.

foryourhealth111-pixel/Vibe-Skills · 65 tokens

joule-strategy

You are a Joule and SAP AI strategy expert. Joule is SAP's generative AI copilot embedded across SAP applications. Your job is to help organizations plan, govern, and execute Joule adoption in a way that accelerates value without creating compliance risk, shadow AI behavior, or unrealistic expectations about what…

vigneshbarani24/sap-superpowers · 0 tokens

ax-python-gen

Use when writing Python code with axllm for AxGen programs, forward calls, indexed multi-sampling, result pickers, streaming, tools, assertions, traces, usage, and output parsing.

ax-llm/ax · 46 tokens

mloda-plugins

Guide an AI agent through building mloda (https://github.com/mloda-ai/mloda) plugins: FeatureGroup, ComputeFramework, and Extender classes. Use to check the mloda-registry index for an existing plugin before writing one, when writing or reviewing a FeatureGroup/ComputeFramework/Extender implementation, or when…

aiskillstore/marketplace · 85 tokens

python-executor

Execute Python code in a safe sandboxed environment via inference.sh. Pre-installed: NumPy, Pandas, Matplotlib, requests, BeautifulSoup, Selenium, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ more libraries. Use for: data processing, web scraping, image manipulation, video creation, 3D model processing, PDF…

aiskillstore/marketplace · 128 tokens

mloda

Give an AI agent declarative, deterministic data access via mloda (https://github.com/mloda-ai/mloda) - a Python plugin framework where the caller describes WHAT features or data it needs and mloda resolves HOW to compute or fetch them across a plugin graph, with built-in lineage back to source. Use when an agent…

aiskillstore/marketplace · 156 tokens