Solarwinds Service Desk

v1.0.2

SolarWinds Service Desk integration. Manage Incidents, Problems, Changes, Assets, Solutions, Users and more. Use when the user wants to interact with SolarWi...

0· 200·0 current·0 all-time
byMembrane Dev@membranedev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name and description match the instructions: it uses Membrane (a connector/proxy) to manage SolarWinds Service Desk resources. Asking the user to install the Membrane CLI and to create a connection is proportionate to the stated purpose.
Instruction Scope
SKILL.md confines runtime actions to installing and using the Membrane CLI (login, connect, list actions, run actions, and proxy requests). It does not instruct reading unrelated system files or accessing unrelated environment variables. The only notable data flow is that requests and credentials are handled via Membrane's service (documented in the instructions).
Install Mechanism
This is an instruction-only skill (no code in the package). The install guidance recommends installing @membranehq/cli via npm (-g). Using an npm global install is common but carries the usual supply-chain considerations: the CLI code will come from the npm registry and run locally, so verify the package and publisher before installing.
Credentials
The skill declares no required environment variables or credentials. Instead it relies on Membrane's connection flow for auth, which is appropriate for a connector-based integration.
Persistence & Privilege
The skill does not set always:true and does not request elevated/persistent system privileges. It expects standard CLI-based interactions and browser-based OAuth flows; nothing in the instructions indicates modification of other skills or global agent settings.
Assessment
This skill uses the Membrane CLI to proxy calls to SolarWinds Service Desk and lets Membrane handle authentication. Before installing: 1) Confirm you trust the Membrane project (check the npm package page and the GitHub repository linked in the SKILL.md); 2) Understand that API calls and credentials will be routed through Membrane's service (review their privacy/security docs if you will send sensitive data); 3) Prefer using the documented connection flow rather than pasting API keys into chat; 4) Be aware that 'npm install -g' installs code from the npm registry — only install if you trust the publisher. If you need stronger guarantees, review the Membrane CLI source and privacy policy first.

Like a lobster shell, security has layers — review code before you run it.

latestvk974z057vyffkbt9hxf5eycajh842e4z

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments