sap-sac-custom-widget

sap-sac-custom-widget is a skill for Claude Code, Codex from secondsky/sap-skills. It costs 103 tokens per session (7,335 once invoked), scanned A, original, GPL-3.0.

A development guide for building custom widgets in SAP Analytics Cloud, a cloud service for business reporting and planning. It covers the widget's metadata, JavaScript web components, data connections, styling, and configuration panels.

In plain words
What is it for?
Use it to create or extend SAP Analytics Cloud widgets, define their settings and events, connect data feeds, and build their configuration panels.
Why use it?
It explains the parts needed to extend SAP Analytics Cloud with your own visualizations or interactive widgets. This reduces guesswork when connecting widget settings and data to the platform.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Part of the sap-sac-custom-widget plugin — 1 skill, 3 commands, 3 agents shipped together

not rated 439repo +6 7d ago A scan Socket: passSnyk: warnSkillSpector: pass 103 tokens GPL-3.0

Good fit Use it to create or extend SAP Analytics Cloud widgets, define their settings and events, connect data feeds, and build their configuration panels.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/secondsky/sap-skills/sap-sac-custom-widget
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-custom-widget
Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code, Codex.

Or install sap-sac-custom-widget, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 3 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-custom-widget

README.md
[![agentmods](https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-sac-custom-widget/github.svg)](https://agentmods.dev/skills/secondsky/sap-skills/sap-sac-custom-widget)
Your own site
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-sac-custom-widget"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-sac-custom-widget/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sap-sac-custom-widget

Your own site · 80×15
<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-sac-custom-widget"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-sac-custom-widget.svg" alt="Reviewed on agentmods" width="80" 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 7,335 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 pass 3 Apr 2026
  • Snyk warn 3 Apr 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.00103 $0.07335
Opus 5 $0.00051 $0.03667
Sonnet 5 $0.00021 $0.01467
Haiku 4.5 $0.00010 $0.00734

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

Security

Grade A, and why

sap-sac-custom-widget 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 7d ago.

The scan reads SKILL.md. This mod also ships 7 executable files (templates/basic-widget.js, templates/builder-panel.js, templates/data-bound-chart.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-custom-widget/skills/sap-sac-custom-widget/SKILL.md · 584 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

35 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. 7d ago First seen · 584 lines · 103 tokens per session scan A c515ece19c62

Subscribe to this mod's changes

sap-sac-custom-widget is a skill published in the GitHub repository secondsky/sap-skills (439 stars, last pushed 7d ago), licensed GPL-3.0. It adds 103 tokens to every session and 7,335 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

ds-frontend

Frontend design quality — design-system audit, token enforcement, component states, accessibility, responsive layout, theming. Use when building or reviewing UI for design consistency, a11y, or responsiveness.

sungurerdim/dev-skills · 43 tokens

framework-upgrade-guide

Analyze a TypeScript/Node project (Angular, React, or Vue), read its dependencies, flag deprecated/EOL packages and known vulnerabilities, and produce a careful stepwise major-by-major upgrade guide (e.g. Angular 15→16→17→18→19) written to a file. Use this whenever the user wants to upgrade, migrate, or modernize a…

nortonx/ai-tooling-free · 133 tokens

fullstack-coder

Full-stack implementation agent that writes complete, production-ready code following an approved architecture and schema. Triggers on: write the code, implement features, build the app, code the MVP, generate codebase.

Aizaz-Noor/Agent-Startup-Skills · 46 tokens

frontend-design

Use this skill when building UI components, designing frontend architecture, implementing styling systems, optimizing performance, ensuring accessibility, or creating production-grade interfaces. Trigger on keywords: frontend, component, UI, styling, React, Next.js, Angular, Tailwind, CSS, responsive, accessibility…

jamestorrevillas/dev-skills · 66 tokens

web-artifacts-builder

Use this skill when building multi-component web applications, interactive dashboards, complex React apps with state management, or any web artifact that requires routing, multiple views, or sophisticated UI interactions. Trigger on keywords: build a web app, dashboard, multi-page, React app, interactive tool, web…

jamestorrevillas/dev-skills · 72 tokens

design-taste-frontend

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.

RainMT-dv/skills-pack · 61 tokens