Sap C4C
v1.0.0SAP C4C integration. Manage data, records, and automate workflows. Use when the user wants to interact with SAP C4C data.
⭐ 0· 30·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (SAP C4C integration) matches the instructions: using the Membrane CLI to connect, run actions, and proxy requests to SAP C4C. No unrelated credentials, binaries, or system access are requested.
Instruction Scope
SKILL.md stays on-task: it describes installing the Membrane CLI, logging in, creating connections, listing actions, running actions, and proxying requests. It does not instruct reading unrelated files, exfiltrating environment variables, or calling unexpected endpoints. It explicitly advises not to ask users for API keys.
Install Mechanism
The only install instruction is npm install -g @membranehq/cli (a public npm package). This is a conventional mechanism for CLI tools; it carries the usual npm-global caveats (requires permissions, postinstall scripts can run). Because the skill is instruction-only and the package is on npm, installation risk is moderate but expected for this purpose.
Credentials
No environment variables, secrets, or config paths are required by the skill. Auth is delegated to Membrane's login flow (browser-based) which is proportionate to a connector integration.
Persistence & Privilege
Skill is instruction-only, not always-enabled, and does not request elevated agent privileges or modify other skills. Any persistence (CLI storing tokens) is a normal client-side effect of using the Membrane CLI.
Assessment
This skill appears coherent and uses the Membrane CLI to manage SAP C4C connections and calls. Before installing: (1) verify you trust Membrane/getmembrane.com and the npm package @membranehq/cli (check the npm page and repository and confirm publisher identity), (2) consider using npx or a local install instead of a global npm install if you prefer not to modify system-wide packages, (3) understand that connecting will open a browser and that Membrane will store/manage credentials and proxy requests to SAP C4C—ensure that is acceptable under your org's data and compliance policies, and (4) review the permissions/scopes requested when you create the connection so the integration has only the access it needs.Like a lobster shell, security has layers — review code before you run it.
latestvk97fny3mf6a60m1qydaz8mn45d846cqq
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
