Skip to content
Development
Command

/cloud-sdk-ai-python-chat-template

Optional file path to create or update when generation is explicitly requested

From plugin
sap-skills
40469 skills31 agents69 commands8 MCP
Install
$ npx -y skills add secondsky/sap-skills --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cloud-sdk-ai-python-chat-template

Context preview

What this command does when you run it.

Optional file path to create or update when generation is explicitly requested

Command definition

cloud-sdk-ai-python-chat-template.md
name: cloud-sdk-ai-python-chat-template
description: Generate or review a Python chat template for SAP Cloud SDK for AI with environment-based configuration
allowed-tools:
  - Read
  - Grep
  - Glob
argument-hint: "[langchain|native|orchestration] [target-file]"
arguments:
  - name: mode
    description: Optional Python client mode, such as langchain, native, or orchestration
    required: false
  - name: target_file
    description: Optional file path to create or update when generation is explicitly requested
    required: false

Cloud SDK AI Python Chat Template

Prepare a Python chat client template for SAP Cloud SDK for AI. Default to a snippet and write files only when the user explicitly requests generation and provides or confirms the target file path.

Workflow

1. Inspect `pyproject.toml`, `requirements.txt`, `.env.example`, and existing client code. 2. Select LangChain, native client, or orchestration usage based on the project shape. 3. Use environment variables for credentials, model IDs, resource groups, and base URLs. 4. Add compact error handling for authentication, deployment lookup, and quota/rate errors. 5. Provide an isolated smoke test that avoids logging prompts with sensitive data.

Output Contract

Return:

  • Recommended Python client pattern.
  • Code snippet or generated file path.
  • Dependency and environment variable list.
  • Smoke-test command.
  • Security and deployment verification notes.
Read more
Ships withsap-skills

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.

Get the whole plugin