sap-sac-scripting

sap-sac-scripting is a skill for Claude Code, Codex from secondsky/sap-skills. It costs 166 tokens per session (3,993 once invoked), scanned A, original, GPL-3.0.

A skill for creating, debugging, and improving scripts in SAP Analytics Cloud’s Analytics Designer and Optimized Story Experience. It also covers data-source actions, filtering, and planning operations.

In plain words
What is it for?
Use it to create SAC scripts, diagnose errors, filter data, use the DataSource API, perform planning operations, and review script performance.
Why use it?
It helps address the specialized scripting work needed to make SAC dashboards and planning experiences behave correctly.

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-sac-scripting plugin — 1 skill, 4 commands, 4 agents shipped together

not rated 436repo +5 4d ago A scan Socket: warnSnyk: warnSkillSpector: pass 166 tokens GPL-3.0

Good fit Use it to create SAC scripts, diagnose errors, filter data, use the DataSource API, perform planning operations, and review script performance.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/secondsky/sap-skills/sap-sac-scripting
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.

Any agent
npx skills add secondsky/sap-skills --skill sap-sac-scripting
Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code, Codex.

Or install sap-sac-scripting, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 4 agents.

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-sac-scripting

README.md
[![agentmods](https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-sac-scripting.svg)](https://agentmods.dev/skills/secondsky/sap-skills/sap-sac-scripting)
Your own site
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-sac-scripting"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-sac-scripting.svg" alt="Measured on agentmods" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,993 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket warn 15 Mar 2026
  • Snyk warn 15 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00166 $0.03993
Opus 5 $0.00083 $0.01997
Sonnet 5 $0.00033 $0.00799
Haiku 4.5 $0.00017 $0.00399

Measured 4d ago against content hash 0bdfd343ecca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sap-sac-scripting 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 4d 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-sac-scripting/skills/sap-sac-scripting/SKILL.md · 316 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

60 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. 4d ago First seen · 316 lines · 166 tokens per session scan A 0bdfd343ecca

Subscribe to this mod's changes

sap-sac-scripting is a skill published in the GitHub repository secondsky/sap-skills (436 stars, last pushed 4d ago), licensed GPL-3.0. It adds 166 tokens to every session and 3,993 once invoked, about $0.0008 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

log-analyzer

Senior-SRE log analysis specialist. Use when investigating incidents from logs, triaging error spikes, extracting timelines, correlating distributed traces, or separating signal from noise across plain-text, JSON (slog/zap), syslog, journald, container, and Kubernetes logs. ALWAYS use when the user asks to "analyze…

johnqtcg/awesome-skills · 138 tokens

incident-postmortem

Incident post-mortem specialist for writing blameless post-mortems, extracting timelines from logs/events, conducting root cause analysis (5-Why, fishbone), classifying severity, and generating tracked action items. ALWAYS use when writing a post-mortem, reviewing an incident, extracting a timeline, performing root…

johnqtcg/awesome-skills · 98 tokens

systematic-debugging

Use when debugging, diagnosing, or investigating any bug, test failure, flaky test, race condition, unexpected behavior, build failure, production incident, third-party breakage, root cause analysis, or performance regression before proposing fixes.

johnqtcg/awesome-skills · 49 tokens

sap-session

A guided evidence-review process for diagnosing SAP operations without direct access to the live system, with a person collecting evidence and the agent reviewing it.

BoxLogoDev/sapstack · 121 tokens

dump-triage

Triage ABAP short dumps (ST22) — list recent dumps, group by root cause, read the dump chapters, pull the source at the termination point, and produce a prioritized report with a concrete fix suggestion per dump family. Use whenever the user mentions dumps, ST22, runtime errors, CX exceptions, "production crashed"…

yzonur/sap-adt-mcp · 107 tokens

troubleshooting

Use when diagnosing SAP runtime errors, performance issues, integration failures, or any unexpected system behavior. Enforces structured root cause analysis — not guessing.

vigneshbarani24/sap-superpowers · 33 tokens