sap-abap-cds
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
Comprehensive SAC scripting skill for SAP Analytics Cloud Analytics Designer and Optimized Story Experience. This skill should be used when the user asks to "create SAC script", "debug Analytics Designer", "optimize SAC performance", "planning operations in SAC", "filter data in
$ npx -y skills add secondsky/sap-skills --skill sap-sac-scripting --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sap-sac-scriptingContext preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive SAC scripting skill for SAP Analytics Cloud Analytics Designer and Optimized Story Experience. This skill should be used when the user asks to "create SAC script", "debug Analytics Designer", "optimize SAC performance", "planning operations in SAC", "filter data in
name: sap-sac-scripting
description: |
Comprehensive SAC scripting skill for SAP Analytics Cloud Analytics Designer and Optimized Story Experience. This skill should be used when the user asks to "create SAC script", "debug Analytics Designer", "optimize SAC performance", "planning operations in SAC", "filter data in SAC", "use DataSource API", "chart scripting", "table manipulation", "SAC event handlers", "version management", "data locking", "Optimized Story Experience API", "OSE scripting", "OSE widget API", "OSE DataSource", "story scripting API", "OSE planning API", "OSE method", "optimized story", "SAC story scripting", "story script", "SAC scripting", "debug SAC runtime in Microsoft Edge via CDP", or works with SAC widgets, planning models, or analytics applications.
license: GPL-3.0
metadata:
maintainer: "Eduard Jiglau"
maintainer_email: "hello@sap-ai-skills.com"
website: "https://sap-ai-skills.com"
version: "2.4.1"
last_verified: 2026-06-11
sac_version: "Q2 2026 (2026.8)"
api_reference_version: "2025.20 (OSE Q2 2026)"
documentation_source: https://help.sap.com/docs/SAP_ANALYTICS_CLOUD
reference_files: 66
template_patterns: 56
agents: 4
commands: 4
status: docs_audited_runtime_pending
known_issues:
- Live SAC story/runtime checks require tenant evidence before claiming production validation.Use this skill when writing or debugging SAC Analytics Designer scripts, Optimized Story Experience scripts, widget APIs, data-source filtering/selection logic, planning/version scripts, export/navigation handlers, performance-sensitive story logic, or SAC MCP-assisted automation.
Comprehensive skill for scripting in SAP Analytics Cloud (SAC) Analytics Designer and Optimized Story Experience.
For authenticated SAC browser runtime inspection, use `sap-browser-automation` for manual in-app authentication, consent-gated Edge profile reuse, fresh Edge/CDP startup, auth-state bootstrap, and recovery. Load local `references/edge-cdp-control.md` for SAC scripting-specific boundaries. Use CDP for local runtime triage, widget-state checks, and approved screenshots; do not touch unrelated tabs.
When the user invokes this skill with no specific task (e.g. "help with SAC scripting", "use SAC scripting skill", or no follow-up question), respond with this structured orientation:
> Welcome! I can help you with SAP Analytics Cloud scripting. > > First, which environment are you working in? > 1. **Analytics Designer** — application-based scripting, full API > 2. **Optimized Story Experience** — story-based scripting, OSE API (v2025.20) > > Then, what do you need help with? > - Write a new script (filter, planning, navigation, export...) > - Debug an existing script > - Optimize performance > - Find the right API method > - Planning operations (version management, data locking...)
This plugin provides specialized tools for SAC development:
**Agents** (use via Task tool):
**Commands** (use via /command):
**Hooks**:
This plugin ships with a `.mcp.json` that connects to the trusted `secondsky/sap_analytics_cloud_mcp` server, exposing 90 SAC REST API tools across 11 service areas (Content, Data Export, Data Import, Multi Actions, Calendar, Content Transport, User Management, Monitoring, Schedule & Publication, Translation, Smart Query).
The SAC MCP is source-installed, not npm-installed. Use **sap-dependency-security** before changing the trusted fork or commit pin because this server receives SAC OAuth credentials and exposes tenant API tools.
**Before using MCP tools**, check if the server is already installed:
If not installed, ask the user once: **"Would you like help setting up the SAC MCP server?"**
**If yes**, guide them through:
1. Clone and build:
git clone https://github.com/secondsky/sap_analytics_cloud_mcp cd sap_analytics_cloud_mcp git checkout 2020235505d98111c2889598ab2217c1619b6943 npm ci --ignore-scripts npm run build
2. Configure environment variables:
3. After successful install, write `.claude/sac-mcp.local.md` (gitignored) with:
# SAC MCP Installation Record - Installed: [date] - Repository: https://github.com/secondsky/sap_analytics_cloud_mcp - Commit: 2020235505d98111c2889598ab2217c1619b6943 - Path: [absolute path to build/index.js] - Build command: npm ci --ignore-scripts && npm run build - Env vars configured: SAC_MCP_PATH, SAC_MCP_COMMIT, SAC_BASE_URL, SAC_TOKEN_
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.
Repo: secondsky/sap-skills
Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view…
Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code, working with internal tables, structures, ABAP SQL, object-oriented…
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…
Evidence-based assessment of whether an SAP API/interface usage scenario aligns with the SAP API Policy (v.4.2026a). Use whenever someone asks whether a way of…
This skill provides comprehensive guidance for documenting SAP APIs following the SAP API Style Guide standards. It should be used when creating or reviewing…
Use when an agent must inspect or operate an authenticated SAP web UI through an in-app Browser, Microsoft Edge CDP, or an existing Playwright client,…