Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计通过

sap-btp-build-work-zone-advancedsap btp 构建工作区高级

Agent Skill

sap-btp-build-work-zone-advanced 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,681

周安装

68

GitHub Stars

239

下载量

528
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sap-btp-build-work-zone-advanced(sap btp 构建工作区高级)
来源仓库:https://github.com/secondsky/sap-skills
仓库路径:skills/sap-btp-build-work-zone-advanced
安装命令:
npx skills add https://github.com/secondsky/sap-skills --skill sap-btp-build-work-zone-advanced
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/secondsky/sap-skills --skill sap-btp-build-work-zone-advanced

简介

用于查找、检索和筛选 SAP BTP 构建工作区高级相关内容。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位资料。
  • 通过 npx skills add 命令从 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,避免触发联网或文件读写操作。
  • 可结合原始 README 进一步核验具体用法和功能边界。

SKILL.md

SAP Build Work Zone, Advanced Edition

This skill provides comprehensive guidance for implementing SAP Build Work Zone, advanced edition - a digital workplace platform for unified access to business applications, processes, and collaboration.

When to Use This Skill

Use this skill when:

  • Creating workspaces, workpages, and collaborative sites
  • Developing UI Integration Cards in SAP Business Application Studio
  • Building and deploying content packages
  • Creating workspace templates
  • Integrating with Microsoft 365, Teams, SharePoint, or Google Drive
  • Configuring chatbots using SAP Conversational AI
  • Implementing webhooks for event notifications
  • Setting up SCIM API for user provisioning
  • Configuring OData-based business records
  • Managing themes and branding
  • Configuring role-based access and SSO
  • Working with the Administration Console

Table of Contents

Platform Overview

SAP Build Work Zone, advanced edition is a digital workplace platform that:

  • Provides unified access to SAP and third-party business applications
  • Enables collaborative workspaces with feeds, blogs, wikis, and forums
  • Supports role-based navigation with Single Sign-On (SSO)
  • Works across web browsers, mobile apps, and responsive web UI
  • Integrates with cloud, hybrid, and on-premise applications

Core Concepts

Workspaces

Separate sections with dedicated pages and feeds for team communication and collaboration within specific user groups.

Workpages

Customizable pages that can be configured with widgets, cards, and applications.

UI Integration Cards

Design patterns displaying concise information in limited-space containers. Follow SAPUI5 card specifications (minimum version 1.87.0; newer versions supported and recommended for latest features).

Content Packages

Collections of artifacts (cards, workflows, workspace templates) bundled in ZIP files for distribution.

Workspace Templates

Pre-built frameworks enabling workspace creation with minimum modification.

Development Environment Setup

Prerequisites

  1. SAP BTP subscription to SAP Build Work Zone, advanced edition
  2. SAP Business Application Studio subscription
  3. Workzone_Admin role collection assignment
  4. Destination to content repository configured

Dev Space Setup

1. Open SAP Business Application Studio
2. Create new dev space
3. Select "Development Tools for SAP Build Work Zone, Advanced Edition" extension
4. Start the dev space

UI Integration Cards Development

Creating a UI Card

  1. Open SAP Business Application Studio
  2. Select "New Project From Template"
  3. Choose "UI Integration Card"
  4. Configure:

- Project Name: Your identifier - Card Sample: Template selection - NameSpace: Used for Card ID (namespace.projectname) - Card Title/Subtitle: Display text - Mobile Compatibility: Enable for mobile support

Card Types

  • List Cards
  • Object Cards
  • Table Cards
  • Timeline Cards
  • Analytical Cards
  • Calendar Cards
  • Component Cards

For complete card development, see references/ui-integration-cards.md.

Content Packages

Supported Artifacts

  • UI Integration Cards
  • Workflows
  • Workspace templates
  • Exported workspace configurations
  • Homepage configurations

Package Types

  • Centrally-provided: Auto-available to all customers, non-customizable
  • Local packages: Custom packages uploaded by administrators

Development Flow

Create in BAS → Build package → Deploy → Install in Admin Console

For complete content package guide, see references/content-packages.md.

Workspace Templates

Templates enable users to create workspaces with predefined layouts and widgets.

Creating Templates

  1. Design workspace structure
  2. Define widget layouts
  3. Configure default settings
  4. Package and deploy

For template development, see references/workspace-templates.md.

Chatbot Integration

Important Notice

SAP Conversational AI is in maintenance mode since January 2023. While existing chatbots may continue to function, SAP does not recommend creating new implementations. Consider alternative solutions for chatbot functionality.

Options

  1. Custom chatbots: Build using SAP Conversational AI (https://cai.tools.sap/) - ⚠️ Maintenance Mode
  2. Pre-built chatbot: Fork and configure the SAP Build Work Zone chatbot - ⚠️ Not recommended for new projects

Configuration Steps (for existing implementations)

  1. Fork chatbot in SAP Conversational AI
  2. Connect using SAP Jam Collaboration connector
  3. Register OAuth client in Admin Console
  4. Configure alias account for bot posting
  5. Set up push notifications and webhooks

For chatbot configuration, see references/chatbots.md.

API Reference

SCIM API

Endpoint: /api/v1/scim

Authentication: 2-legged OAuth using "Workzone API Client"

Rate Limits:

Limit TypeValue
Hourly limit10,000 requests/tenant
Burst limit200 requests/minute

Headers:

  • X-RateLimit-Limit: Maximum hourly requests
  • X-RateLimit-Remaining: Available requests
  • X-RateLimit-Reset: Seconds until reset

Content-Type: application/json (required for POST/PUT)

OData API

SAP Build Work Zone uses OData v2 with v4 extensions.

Format: XML (AtomPub) or JSON

For complete API reference, see references/api-reference.md.

Administration Console

Access via: User Actions menu → Administration

Key Sections

  • Users: Manage internal/external users, user lists
  • Authentication: SAML IdP, OAuth clients, SSO
  • Theming: Assign themes, customize email templates
  • Areas & Workspaces: Home pages, workspace settings
  • Integrations: Microsoft Teams, mobile apps, chatbots
  • Features: Enable/disable site features
  • Compliance: Content administration, monitoring
  • Analytics: Usage reports, adoption metrics

Feature Management

Compliance Features

  • Compliance Monitor: Flags content with compliance dictionary terms
  • Profanity Monitor: Marks items with profanity violations
  • Unscannable Filter: Flags non-scannable files

Content Features

  • File sharing, feed sharing
  • Content rating
  • Wikis, blogs, knowledge bases
  • Video/audio uploads
  • PDF viewing

Integration Features

  • API access
  • Microsoft Teams integration
  • Office 365 SharePoint integration
  • Google Drive integration

External Integrations

IntegrationPurpose
Microsoft TeamsCollaboration, notifications
Office 365 SharePointDocument sharing, sites
Google DriveCloud storage
SAP SuccessFactorsHR integration
SAP Cloud for CustomerCRM integration
SAP Task CenterUnified task management
SAP Build Process AutomationWorkflow automation

Security

Authentication

  • SAML Identity Providers
  • OAuth 2.0 clients
  • Single Sign-On (SSO)
  • Trusted Certificate Authorities

Key Considerations

  • Role-based access control
  • HTTP security headers (clickjacking, XSS protection)
  • Content provider security guidelines
  • Audit logging for security events

For security configuration, see references/security.md.

Webhooks

Track platform events and send notifications to third-party applications.

Configuration

  1. Define events to monitor
  2. Configure callback URLs
  3. Set up authentication tokens
  4. Handle push notifications

Theming and Branding

Options

  • Assign themes to site
  • Customize email templates
  • Local themes (partial UI coverage)
  • Theme Manager for custom branding

Reports and Analytics

Available Reports

  • Activity Summary (week/month)
  • User Contribution
  • Workspace Activity
  • Content Views
  • Compliance Report
  • Kudo Details
  • Search Summary
  • Expertise Report

Third-Party Analytics

Integration with external analytics platforms supported.

Troubleshooting

Common Issues

IssueSolution
HTTP 503Service maintenance, retry later
Rate limit exceededCheck X-RateLimit headers, wait for reset
OAuth authentication failureVerify Workzone API Client credentials
Card not displayingCheck SAPUI5 version compatibility

For troubleshooting guide, see references/troubleshooting.md.

Bundled Resources

Reference Documentation

  • references/ui-integration-cards.md (331 lines) - Complete UI Integration Cards development guide
  • references/content-packages.md (266 lines) - Content package creation and deployment
  • references/workspace-templates.md (159 lines) - Workspace template development
  • references/chatbots.md (297 lines) - Chatbot configuration (maintenance mode notice included)
  • references/api-reference.md (306 lines) - SCIM and OData API documentation
  • references/security.md (128 lines) - Security configuration best practices
  • references/administration.md (299 lines) - Administration Console guide
  • references/auditing.md (176 lines) - Audit and compliance features
  • references/mobile-app.md (124 lines) - Mobile app configuration
  • references/notifications.md (147 lines) - Notification system setup
  • references/troubleshooting.md (124 lines) - Common error resolution
  • references/widgets.md (213 lines) - Widget development guide
  • references/workspaces.md (295 lines) - Workspace management

Templates

  • templates/card-manifest.json - UI Integration Card manifest template
  • templates/content-package-manifest.json - Content package manifest template
  • templates/dt-configuration.js - Deployment configuration template
  • templates/workspace-template-config.json - Workspace template configuration

Documentation Links


Last Updated: 2025-11-27 Documentation Version: Based on SAP documentation as of November 2025

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.24%
按下载量换算154

Antigravity

23.96%
按下载量换算127

Gemini CLI

17.05%
按下载量换算90

windsurf

12.1%
按下载量换算64

trae

7.53%
按下载量换算40

OpenCode

3.25%
按下载量换算17

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills