Agent Plugins Marketplace
All plugins

sap-sac-custom-widget

v2.4.1

SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions, third-party library integration, hosting, security, performance, and debugging. Includes Widget Add-On feature (QRC Q4 2023+) and templates for widgets, charts, and KPI cards.

CodexClaude Code1 Skill

By Eduard JiglauLicense: GPL-3.0452 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sap-sac-custom-widget for Codex and Claude Code

Installs for the current user
codex plugin marketplace add secondsky/sap-skills
codex plugin marketplace upgrade sap-skills
codex plugin add sap-sac-custom-widget@sap-skills

Paste and run these commands in a terminal with Codex. They add and refresh the sap-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “sap-sac-custom-widget” remain stable.

  • Codex: sap-sac-custom-widget@agent-plugin-marketplacesap-sac-custom-widget@sap-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/secondsky/sap-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sap-sac-custom-widget/.

Plugin files

plugins/sap-sac-custom-widget/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/sap-sac-custom-widget/SKILL.md

Included Skills1

sap-sac-custom-widgetskills/sap-sac-custom-widget/SKILL.md

SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions, third-party library integration, hosting, security, performance, and debugging. Includes Widget Add-On feature (QRC Q4 2023+) and templates for widgets, charts, and KPI cards.

Plugin manifests2

plugins/sap-sac-custom-widget/.codex-plugin/plugin.json
{
  "name": "sap-sac-custom-widget",
  "version": "2.4.1",
  "description": "SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions, third-party library integration, hosting, security, performance, and debugging. Includes Widget Add-On feature (QRC Q4 2023+) and templates for widgets, charts, and KPI cards.",
  "author": {
    "name": "Eduard Jiglau",
    "email": "[email protected]",
    "url": "https://sap-ai-skills.com"
  },
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "license": "GPL-3.0",
  "keywords": [
    "analytics",
    "custom",
    "dashboard",
    "data",
    "javascript",
    "json",
    "sac",
    "sap",
    "sap-sac-custom-widget",
    "visualization",
    "widget"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP SAC Custom Widget",
    "shortDescription": "SAP Analytics Cloud (SAC) Custom Widget development",
    "longDescription": "SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions, third-party library integration, hosting, security, performance, and debugging. Includes Widget Add-On feature (QRC Q4 2023+) and templates for widgets, charts, and KPI cards.",
    "developerName": "Eduard Jiglau",
    "category": "Data Analytics",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP SAC Custom Widget for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-sac-custom-widget/.claude-plugin/plugin.json
{
  "name": "sap-sac-custom-widget",
  "description": "SAP Analytics Cloud (SAC) Custom Widget development. Use when building custom visualizations, extending SAC with Web Components, or creating Widget Add-Ons. Covers JSON metadata, JavaScript Web Components, lifecycle functions, data binding with feeds, styling/builder panels, property/event/method definitions, third-party library integration, hosting, security, performance, and debugging. Includes Widget Add-On feature (QRC Q4 2023+) and templates for widgets, charts, and KPI cards.",
  "version": "2.4.1",
  "author": {
    "name": "Eduard Jiglau",
    "email": "[email protected]",
    "url": "https://sap-ai-skills.com"
  },
  "license": "GPL-3.0",
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "keywords": [
    "analytics",
    "custom",
    "dashboard",
    "data",
    "javascript",
    "json",
    "sac",
    "sap",
    "sap-sac-custom-widget",
    "visualization",
    "widget"
  ],
  "category": "data-analytics",
  "agents": [
    "./agents/widget-api-assistant.md",
    "./agents/widget-architect.md",
    "./agents/widget-debugger.md"
  ],
  "commands": [
    "./commands/widget-generate.md",
    "./commands/widget-lint.md",
    "./commands/widget-validate.md"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sap-sac-custom-widget on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sap-sac-custom-widget)