원클릭으로
sap-portal
Navigate SAP web portals (Fiori, WebGUI) behind SSO, handling authentication and data extraction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Navigate SAP web portals (Fiori, WebGUI) behind SSO, handling authentication and data extraction
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build or modify LangChain, DeepAgent, DeerFlow profiles, agent tools, middleware, checkpointing, skills wiring, and the shared harness layer in genai-tk.
Work on BAML structured extraction, BAML CLI commands, processors, utilities, and Prefect BAML workflow integration in genai-tk.
Work on browser automation, sandbox browser tools, direct Playwright tools, AioSandbox backend, and sandbox CLI support in genai-tk.
Add or modify genai-tk Typer CLI commands, dynamic command registration, project scaffolding, and generated Copilot/agent support files.
Work on genai-tk OmegaConf configuration, profiles, overrides, env substitution, and config discovery. Use when editing config/*.yaml or genai_tk.config_mgmt.config_mngr.
Work on core LLM, embeddings, vector store, provider, cache, prompt, and retriever factories in genai-tk. Use when editing genai_tk/core or provider configuration.
| name | sap-portal |
| description | Navigate SAP web portals (Fiori, WebGUI) behind SSO, handling authentication and data extraction |
| browser_backend | sandbox |
This skill guides you to access SAP web portals (SAP Fiori, SAP WebGUI, SAP BTP) behind corporate Single Sign-On.
SAP_USERNAME and SAP_PASSWORD1. browser_load_cookies name="sap"
2. If successful, navigate to the target SAP URL
3. If redirected to login, continue to Step 2
SAP portals typically use corporate IdP (ADFS, Okta, Azure AD, etc.):
1. browser_navigate to the SAP portal URL
2. You will likely be redirected to the corporate IdP
3. browser_read_page to identify the login form
4. browser_fill_credential with SAP_USERNAME and SAP_PASSWORD
5. browser_click to submit
6. Handle any MFA prompts (screenshot + inform user)
7. browser_wait for redirect back to SAP
8. browser_save_cookies name="sap"
SAP Fiori uses a tile-based UI:
1. browser_read_page to see available tiles/apps
2. browser_click on the target tile or app
3. browser_wait for the app to load (SAP apps can be slow)
4. browser_read_page to extract data